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