public class ApplicationDescriptor extends 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(String directory)
Instantiates a new application descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDirectory()
Gets the application directory.
|
void |
setDirectory(String directory)
Sets the application directory.
|
public ApplicationDescriptor()
public ApplicationDescriptor(String directory)
directory - the application directory