| java.lang.Object org.apache.axis2.deployment.repository.util.DeploymentFileData
DeploymentFileData | public class DeploymentFileData (Code) | | DeploymentFileData represents a "thing to deploy" in Axis2. It consists of a file,
a deployment ClassLoader, and a Deployer.
|
DeploymentFileData | public DeploymentFileData(File file)(Code) | | |
getName | public String getName()(Code) | | Get the name of the file.
the name of the referenced file |
getServiceName | public String getServiceName()(Code) | | Get the name of the file.
the name of the referenced file |
isModuleArchiveFile | public static boolean isModuleArchiveFile(String filename)(Code) | | |
isServiceArchiveFile | public static boolean isServiceArchiveFile(String filename)(Code) | | Checks whether a given file is a jar or an aar file.
Parameters: filename - file to check Returns boolean. |
|
|