org.apache.openejb.config.sys
Class Deployments

java.lang.Object
  extended by org.apache.openejb.config.sys.Deployments

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>
 


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

dir

protected String dir

jar

protected String jar

classpath

protected ClassLoader classpath
Constructor Detail

Deployments

public Deployments()
Method Detail

getDir

public String getDir()
Gets the value of the dir property.

Returns:
possible object is String

setDir

public void setDir(String value)
Sets the value of the dir property.

Parameters:
value - allowed object is String

getJar

public String getJar()
Gets the value of the jar property.

Returns:
possible object is String

setJar

public void setJar(String value)
Sets the value of the jar property.

Parameters:
value - allowed object is String

getClasspath

public ClassLoader getClasspath()

setClasspath

public void setClasspath(ClassLoader classpath)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.