|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jfw.update.Starter
public final class Starter
Start the update process.
Field Summary | |
---|---|
static java.lang.String |
UPDATE_ALL
Indicates that all possible type of updates must be execute. |
Constructor Summary | |
---|---|
Starter()
Create an instance. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
Start the update process. |
void |
update()
Start the update process. |
boolean |
updateContainer()
Start the update process for the main container of update files. |
boolean |
updateDB()
Start the update process of the database. |
boolean |
updateGenericFile()
Start the update process of generic files. |
boolean |
updateShellCmd()
Start the update process of the shell. |
boolean |
updateWEB()
Start the update process of web files. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String UPDATE_ALL
Constructor Detail |
---|
public Starter()
Method Detail |
---|
public static void main(java.lang.String[] args)
args
- possible parameters are:
public void update() throws java.lang.Exception
java.lang.Exception
public boolean updateContainer() throws java.lang.Exception
java.lang.Exception
public boolean updateWEB() throws java.lang.Exception
java.lang.Exception
public boolean updateDB() throws java.lang.Exception
java.lang.Exception
public boolean updateShellCmd() throws java.lang.Exception
java.lang.Exception
public boolean updateGenericFile() throws java.lang.Exception
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |