com.jivesoftware.forum.upgrade
Class UpgradeConfig.Upgrade
java.lang.Object
com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade
- Enclosing class:
- UpgradeConfig
public static class UpgradeConfig.Upgrade
- extends java.lang.Object
Stores the information for a particular upgrade from the upgrade configuration file.
Nested Class Summary |
static class |
UpgradeConfig.Upgrade.Task
Stores the information for a particular upgrade from the upgrade configuration file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeConfig.Upgrade
public UpgradeConfig.Upgrade()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getTasks
public java.util.List getTasks()
setTasks
public void setTasks(java.util.List tasks)
validate
public boolean validate()
Copyright © 1999-2006 Jive Software.