org.apache.openejb.config.sys
Class Deployments

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

public class Deployments
extends java.lang.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  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

dir

protected java.lang.String dir

jar

protected java.lang.String jar

classpath

protected java.lang.ClassLoader classpath
Constructor Detail

Deployments

public Deployments()
Method Detail

getDir

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

Returns:
possible object is String

setDir

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

Parameters:
value - allowed object is String

getJar

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

Returns:
possible object is String

setJar

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

Parameters:
value - allowed object is String

getClasspath

public java.lang.ClassLoader getClasspath()

setClasspath

public void setClasspath(java.lang.ClassLoader classpath)


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