To have a public methods to communicate with JBoss Server.
| Type | Name and description |
|---|---|
java.lang.String |
getMainXml(java.lang.String name)Retruns a xml descriptor as a string. |
JBossModule |
getModule(java.lang.String name)Returns a JBossModule by its name that will be generated from the module.xml. |
java.io.File |
getModulesDir()Returns a directory with modules under JBoss Server. |
java.util.List<java.lang.String> |
getNames()List of available modules. |
void |
initTree()Loading all available modules from JBoss Server to a map. |
void |
undeployModule(java.lang.Object module)Erases a folder with module. |
Retruns a xml descriptor as a string.
name - a module nameReturns a JBossModule by its name that will be generated from the module.xml.
name - a module nameReturns a directory with modules under JBoss Server.
List of available modules.
Loading all available modules from JBoss Server to a map.
Erases a folder with module.
module - String or JBossModule