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  boolean autoDeploy
           
protected  ClassLoader classpath
           
protected  String dir
           
protected  String file
           
 
Constructor Summary
Deployments()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dir

protected String dir

file

protected String file

autoDeploy

protected boolean autoDeploy

classpath

protected ClassLoader classpath
Constructor Detail

Deployments

public Deployments()
Method Detail

isAutoDeploy

public boolean isAutoDeploy()

setAutoDeploy

public void setAutoDeploy(boolean autoDeploy)

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

dir

public Deployments dir(String name)

getFile

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

Returns:
possible object is String

setFile

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

Parameters:
value - allowed object is String

file

public Deployments file(String name)

getClasspath

public ClassLoader getClasspath()

setClasspath

public void setClasspath(ClassLoader classpath)


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.