public class SystemPropertyResource extends EnvironmentResource
log| Constructor and Description |
|---|
SystemPropertyResource() |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentResourceType |
getType()
Returns the type of environment resource this object represents.
|
boolean |
isClusterable()
System Property resources are not cluster-able.
|
String |
toCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toJsonCompactString()
Returns a compact string representation of the object in JSON format.
|
String |
toJsonString()
Returns a string representation of the object in JSON format.
|
String |
toString()
Returns a string representation of the object in XML format.
|
String |
toXmlCompactString()
Returns a compact string representation of the object in XML format.
|
String |
toXmlString()
Returns a string representation of the object in XML format.
|
equals, getName, getValue, hashCode, setName, setValuegetId, getReservedKeywords, getSourcePath, getTargets, setIdpublic EnvironmentResourceType getType()
getType in class EnvironmentResourcepublic boolean isClusterable()
isClusterable in class AppSvcResourcepublic String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()