|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.deployment.ModuleDeployer
public class ModuleDeployer
| Constructor Summary | |
|---|---|
ModuleDeployer()
|
|
ModuleDeployer(AxisConfiguration axisConfig)
|
|
| Method Summary | |
|---|---|
void |
deploy(DeploymentFileData deploymentFileData)
Process a file and add it to the configuration |
void |
init(ConfigurationContext configCtx)
Initialize the Deployer |
void |
setDirectory(java.lang.String directory)
Set the directory |
void |
setExtension(java.lang.String extension)
Set the extension to look for TODO: Support multiple extensions? |
void |
unDeploy(java.lang.String fileName)
Remove a given file from the configuration |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ModuleDeployer()
public ModuleDeployer(AxisConfiguration axisConfig)
| Method Detail |
|---|
public void init(ConfigurationContext configCtx)
Deployer
init in interface DeployerconfigCtx - our ConfigurationContextpublic void deploy(DeploymentFileData deploymentFileData)
Deployer
deploy in interface DeployerdeploymentFileData - the DeploymentFileData object to deploypublic void setDirectory(java.lang.String directory)
Deployer
setDirectory in interface Deployerdirectory - directory namepublic void setExtension(java.lang.String extension)
Deployer
setExtension in interface Deployerextension - the file extension associated with this Deployerpublic void unDeploy(java.lang.String fileName)
Deployer
unDeploy in interface DeployerfileName - name of item to remove
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||