|
||||||||||
| 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 ClassLoader |
classpath
|
protected String |
dir
|
protected String |
jar
|
| Constructor Summary | |
|---|---|
Deployments()
|
|
| Method Summary | |
|---|---|
ClassLoader |
getClasspath()
|
String |
getDir()
Gets the value of the dir property. |
String |
getJar()
Gets the value of the jar property. |
void |
setClasspath(ClassLoader classpath)
|
void |
setDir(String value)
Sets the value of the dir property. |
void |
setJar(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 jar
protected ClassLoader classpath
| Constructor Detail |
|---|
public Deployments()
| Method Detail |
|---|
public String getDir()
Stringpublic void setDir(String value)
value - allowed object is
Stringpublic String getJar()
Stringpublic void setJar(String value)
value - allowed object is
Stringpublic ClassLoader getClasspath()
public void setClasspath(ClassLoader classpath)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||