Save This Page
Home » axis2-1.5-src » org.apache.axis2.deployment.repository » util » [javadoc | source]
org.apache.axis2.deployment.repository.util
public class: DeploymentFileData [javadoc | source]
java.lang.Object
   org.apache.axis2.deployment.repository.util.DeploymentFileData
DeploymentFileData represents a "thing to deploy" in Axis2. It consists of a file, a deployment ClassLoader, and a Deployer.
Constructor:
 public DeploymentFileData(File file) 
 public DeploymentFileData(File file,
    Deployer deployer) 
Method from org.apache.axis2.deployment.repository.util.DeploymentFileData Summary:
deploy,   getAbsolutePath,   getClassLoader,   getDeployer,   getFile,   getFileExtension,   getName,   getServiceName,   isModuleArchiveFile,   isServiceArchiveFile,   setClassLoader,   setClassLoader,   setDeployer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.axis2.deployment.repository.util.DeploymentFileData Detail:
 public  void deploy() throws DeploymentException 
 public String getAbsolutePath() 
 public ClassLoader getClassLoader() 
 public Deployer getDeployer() 
 public File getFile() 
 public static String getFileExtension(String fileName) 
 public String getName() 
    Get the name of the file.
 public String getServiceName() 
Deprecated! please - use getName() instead - this will disappear after 1.3.

    Get the name of the file.
 public static boolean isModuleArchiveFile(String filename) 
 public static boolean isServiceArchiveFile(String filename) 
    Checks whether a given file is a jar or an aar file.
 public  void setClassLoader(ClassLoader classLoader) 
 public  void setClassLoader(boolean isDirectory,
    ClassLoader parent,
    File file) throws AxisFault 
 public  void setDeployer(Deployer deployer)