public class Classpath extends AppSvcResource
Modifier and Type | Class and Description |
---|---|
static class |
Classpath.Location
Environment location for the Classpath.
|
Constructor and Description |
---|
Classpath() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object object) |
Classpath.Location |
getLocation() |
List<ClasspathFileSystemResource> |
getPath() |
int |
hashCode() |
boolean |
isClusterable()
Classpath resources are not cluster-able.
|
Classpath |
setLocation(Classpath.Location location) |
Classpath |
setPath(List<ClasspathFileSystemResource> path) |
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.
|
getId, getName, getReservedKeywords, getSourcePath, getTargets, setId
public List<ClasspathFileSystemResource> getPath()
public Classpath setPath(List<ClasspathFileSystemResource> path)
public Classpath.Location getLocation()
public Classpath setLocation(Classpath.Location location)
public boolean isClusterable()
isClusterable
in class AppSvcResource
public String toXmlCompactString()
public String toXmlString()
public String toJsonCompactString()
public String toJsonString()
public String toCompactString()