Jive Forums API (5.5.20.2-oracle) Developer Javadocs

com.jivesoftware.forum.upgrade
Class UpgradeConfig.Upgrade.Task

java.lang.Object
  extended by com.jivesoftware.forum.upgrade.UpgradeConfig.Upgrade.Task
Enclosing class:
UpgradeConfig.Upgrade

public static class UpgradeConfig.Upgrade.Task
extends java.lang.Object

Stores the information for a particular upgrade from the upgrade configuration file.


Constructor Summary
UpgradeConfig.Upgrade.Task()
           
UpgradeConfig.Upgrade.Task(int version, java.lang.String className)
           
 
Method Summary
 java.lang.String getClassName()
           
 int getVersion()
           
 void setClassName(java.lang.String className)
           
 void setVersion(int version)
           
 boolean validate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeConfig.Upgrade.Task

public UpgradeConfig.Upgrade.Task()

UpgradeConfig.Upgrade.Task

public UpgradeConfig.Upgrade.Task(int version,
                                  java.lang.String className)
Method Detail

getVersion

public int getVersion()

setVersion

public void setVersion(int version)

getClassName

public java.lang.String getClassName()

setClassName

public void setClassName(java.lang.String className)

validate

public boolean validate()

Jive Forums Project Page

Copyright © 1999-2006 Jive Software.