public class Application extends NamedPropertyContainer implements Cloneable
| Constructor and Description |
|---|
Application(String name)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Application |
clone()
Return a copy of this object
|
getName, setNamegetAllProperties, getProperty, hasProperty, removeProperty, setPropertypublic Application(String name)
name - the name of the applicationpublic Application clone()
clone in class NamedPropertyContainer