public class Deployments extends 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 ClassLoader |
classpath |
protected String |
dir |
protected String |
file |
| Constructor and Description |
|---|
Deployments() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
protected String dir
protected String file
protected boolean autoDeploy
protected ClassLoader classpath
public boolean isAutoDeploy()
public void setAutoDeploy(boolean autoDeploy)
public 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)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.