public class ServerAppConfig extends Object implements Serializable
ServerApp| Constructor and Description |
|---|
ServerAppConfig(String name,
String additionalCommandLine) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalCommandLine()
Returns a string to be appended to the runtime command line used
to start the server application.
|
Long |
getId()
Returns the id of the entity in persistent storage
|
String |
getName() |
List<Property> |
getProperties()
Returns a list of arguments in the form of
Property objects
to be passed to the server during run time. |
ServerApp |
getServerApp()
Returns the parent
ServerApp which this configuration
is associated with. |
Long |
getVersionNumber()
Returns the version number in the data store that this entity represents.
|
void |
setAdditionalCommandLine(String additionalCommandLine) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setProperties(List<Property> properties) |
void |
setServerApp(ServerApp serverApp) |
protected void |
setVersionNumber(Long versionNumber) |
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
protected void setVersionNumber(Long versionNumber)
public String getName()
public void setName(String name)
public String getAdditionalCommandLine()
public void setAdditionalCommandLine(String additionalCommandLine)
public ServerApp getServerApp()
ServerApp which this configuration
is associated with.ServerApp for this configurationpublic void setServerApp(ServerApp serverApp)
public List<Property> getProperties()
Property objects
to be passed to the server during run time.Copyright © 2013. All Rights Reserved.