public class Deployments
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="dir" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="jar" type="{http://www.openejb.org/System/Configuration}JarFileLocation" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
autoDeploy |
protected java.lang.ClassLoader |
classpath |
protected java.lang.String |
dir |
protected java.lang.String |
file |
| Constructor and Description |
|---|
Deployments() |
| Modifier and Type | Method and Description |
|---|---|
Deployments |
dir(java.lang.String name) |
Deployments |
file(java.lang.String name) |
java.lang.ClassLoader |
getClasspath() |
java.lang.String |
getDir()
Gets the value of the dir property.
|
java.lang.String |
getFile()
Gets the value of the jar property.
|
boolean |
isAutoDeploy() |
void |
setAutoDeploy(boolean autoDeploy) |
void |
setClasspath(java.lang.ClassLoader classpath) |
void |
setDir(java.lang.String value)
Sets the value of the dir property.
|
void |
setFile(java.lang.String value)
Sets the value of the jar property.
|
protected java.lang.String dir
protected java.lang.String file
protected boolean autoDeploy
protected java.lang.ClassLoader classpath
public boolean isAutoDeploy()
public void setAutoDeploy(boolean autoDeploy)
public java.lang.String getDir()
Stringpublic void setDir(java.lang.String value)
value - allowed object is
Stringpublic Deployments dir(java.lang.String name)
public java.lang.String getFile()
Stringpublic void setFile(java.lang.String value)
value - allowed object is
Stringpublic Deployments file(java.lang.String name)
public java.lang.ClassLoader getClasspath()
public void setClasspath(java.lang.ClassLoader classpath)