|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cafesip.upgrade.Upgrader
public class Upgrader
The entry point class for the upgrader tool. It also contains a main method that is used as a launcher.
| Constructor Summary | |
|---|---|
Upgrader(java.lang.String propertiesFile,
java.lang.String patchDir)
A constructor for this class. |
|
| Method Summary | |
|---|---|
java.util.Properties |
initProperties(java.lang.String propertiesFile)
|
static void |
main(java.lang.String[] args)
The command-line launcher for the upgrader tool. |
void |
upgrade()
Run the upgrade process. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Upgrader(java.lang.String propertiesFile,
java.lang.String patchDir)
propertiesFile - patchDir - | Method Detail |
|---|
public void upgrade()
throws java.lang.Exception
java.lang.Exception
public java.util.Properties initProperties(java.lang.String propertiesFile)
throws java.io.FileNotFoundException,
java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public static void main(java.lang.String[] args)
throws java.lang.Exception
args -
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||