|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openejb.config.sys.Deployments
public class Deployments
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>
| Field Summary | |
|---|---|
protected boolean |
autoDeploy
|
protected ClassLoader |
classpath
|
protected String |
dir
|
protected String |
file
|
| Constructor Summary | |
|---|---|
Deployments()
|
|
| Method Summary | |
|---|---|
Deployments |
dir(String name)
|
Deployments |
file(String name)
|
ClassLoader |
getClasspath()
|
String |
getDir()
Gets the value of the dir property. |
String |
getFile()
Gets the value of the jar property. |
boolean |
isAutoDeploy()
|
void |
setAutoDeploy(boolean autoDeploy)
|
void |
setClasspath(ClassLoader classpath)
|
void |
setDir(String value)
Sets the value of the dir property. |
void |
setFile(String value)
Sets the value of the jar property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String dir
protected String file
protected boolean autoDeploy
protected ClassLoader classpath
| Constructor Detail |
|---|
public Deployments()
| Method Detail |
|---|
public boolean isAutoDeploy()
public void setAutoDeploy(boolean autoDeploy)
public String getDir()
Stringpublic void setDir(String value)
value - allowed object is
Stringpublic Deployments dir(String name)
public String getFile()
Stringpublic void setFile(String value)
value - allowed object is
Stringpublic Deployments file(String name)
public ClassLoader getClasspath()
public void setClasspath(ClassLoader classpath)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||