public class ApplicationDescriptor
extends java.lang.Object
ApplicationDescriptor is a descriptor for an application meant to
be installed into HDFS and later run from there.| Constructor and Description |
|---|
ApplicationDescriptor()
Instantiates a new application descriptor.
|
ApplicationDescriptor(java.lang.String directory)
Instantiates a new application descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDirectory()
Gets the application directory.
|
void |
setDirectory(java.lang.String directory)
Sets the application directory.
|