Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.upgrade
Class UpgradeConfig.Upgrade

java.lang.Object
  extended by 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.
 
Constructor Summary
UpgradeConfig.Upgrade()
           
 
Method Summary
 java.lang.String getName()
           
 java.util.List getTasks()
           
 void setName(java.lang.String name)
           
 void setTasks(java.util.List tasks)
           
 boolean validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeConfig.Upgrade

public UpgradeConfig.Upgrade()
Method Detail

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()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.