|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.modules.xml.XmlObject
net.datacrow.core.modules.upgrade.ModuleUpgrade
public class ModuleUpgrade
Upgrades the actual module jar file. Fields can be added, removed or altered.
Constructor Summary | |
---|---|
ModuleUpgrade()
|
Method Summary | |
---|---|
void |
upgrade()
|
byte[] |
upgrade(byte[] xml)
Upgrades the module based on a XML upgrade definition. |
Methods inherited from class net.datacrow.core.modules.xml.XmlObject |
---|
getClass |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModuleUpgrade()
Method Detail |
---|
public byte[] upgrade(byte[] xml) throws ModuleUpgradeException
xml
-
ModuleUpgradeException
public void upgrade() throws ModuleUpgradeException
ModuleUpgradeException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |