|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The list of properties available during an update.
| Field Summary | |
static java.lang.String |
CompareFilesPanelName
The panel name for getting the list of files to update. |
static java.lang.String |
CustomAfterFilesCompared
Classname(s) of any custom commands to be executed after Updater determines which files need to be updated. |
static java.lang.String |
CustomAfterFilesDownloaded
Classname(s) of any custom commands to be executed after files are updated in the temporary update directory. |
static java.lang.String |
CustomAfterGetFileList
Classname(s) of any custom commands to be executed after the Updater gets the list of update files. |
static java.lang.String |
CustomAfterUpdate
Classname(s) of any custom commands to be executed after the updated files are copied to the programDir. |
static java.lang.String |
CustomBeforeUpdate
Classname(s) of any custom commands to be executed before any other Java panels appear in the updater. |
static java.lang.String |
DownloadFilesPanelName
The panel name for updating files. |
static java.lang.String |
ErrorInPanel
The name of the wizard panel where a fatal error occurred. |
static java.lang.String |
FilesUpdatedOk
The status of updating the files. |
static java.lang.String |
FinalPanelName
The panel name for the last wizard panel in the updater. |
static java.lang.String |
FinishedUpdate
The status of the update. |
static java.lang.String |
FullUpdateOk
The final status of the update. |
static java.lang.String |
GetFileListPanelName
The panel name for getting the list of files to update. |
static java.lang.String |
HostName
The URL for the host system (e.g., http://www.denova.com). |
static java.lang.String |
JavaMenus
List of filenames for the Java menus. |
static java.lang.String |
JvmParameters
Parameters used to launch JVM for the updated program. |
static java.lang.String |
LastError
Last error in updater. |
static java.lang.String |
MaxMinsToDownloadFile
Maximum time to wait in minutes for a file to download. |
static java.lang.String |
NewManifestFilename
The name of the manifest file with all filenames in the update. |
static java.lang.String |
NewUpdater
Determines whether a new JExpressUpdater.jar was downloaded. |
static java.lang.String |
OldManifestFilename
The name of the manifest file before the update is applied. |
static java.lang.String |
ProgramArg
|
static java.lang.String |
ProgramClass
The Java program to start after an autoupdate finishes. |
static java.lang.String |
ProgramDir
The full pathname for the directory where the is program being update resides on the user's local system. |
static java.lang.String |
ProgramIcon
The fullpath to the Mac icns file. |
static java.lang.String |
ProgramName
The name of Java program to start after an autoupdate finishes. |
static java.lang.String |
ProxyPassword
The user name's password the proxy server. |
static java.lang.String |
ProxyUserName
The user name for the proxy server. |
static java.lang.String |
ShowFileProgress
True if the progress bar shows the progress of each file. |
static java.lang.String |
ShowOverallProgress
True if the progress bar shows the overall progress of the update. |
static java.lang.String |
TotalNewFiles
The number of files that are new or modified. |
static java.lang.String |
UpdateButtonsPosition
The position where the updater's buttons appear. |
static java.lang.String |
UpdateDir
|
static java.lang.String |
UpdateFilesPanelName
The panel name for updating files. |
static java.lang.String |
UpdateImageFilename
Filename for the image used during the update. |
static java.lang.String |
UpdateImagePosition
The position where the updater's image appears. |
static java.lang.String |
UpdatePassword
The user name's password for the update subdirectory on the host system. |
static java.lang.String |
UpdateUrl
|
static java.lang.String |
UpdateUserName
The user name for the update subdirectory on the host system. |
static java.lang.String |
UseJavaConsole
True if the updated app uses a Java console. |
static java.lang.String |
UserClasspath
Classpath on target system relative to the application's directory. |
static java.lang.String |
UseSwing
Deprecated. Returns a boolean. |
static java.lang.String |
WebUpdate
True if updating from web site. |
| Field Detail |
public static final java.lang.String UpdateUserName
public static final java.lang.String UpdatePassword
public static final java.lang.String ProxyUserName
public static final java.lang.String ProxyPassword
public static final java.lang.String HostName
public static final java.lang.String UpdateUrl
public static final java.lang.String UpdateDir
public static final java.lang.String ProgramArg
public static final java.lang.String ProgramDir
public static final java.lang.String ProgramClass
public static final java.lang.String ProgramName
public static final java.lang.String ProgramIcon
public static final java.lang.String TotalNewFiles
Returns an int.
public static final java.lang.String OldManifestFilename
public static final java.lang.String NewManifestFilename
public static final java.lang.String FullUpdateOk
Returns true iff the full update was successfull.
public static final java.lang.String FilesUpdatedOk
Returns true iff the files update was successfull.
public static final java.lang.String FinishedUpdate
Returns true iff the update finished, whether successful or not.
public static final java.lang.String NewUpdater
The JAR file is not updated until the user clicks the Finished button on the FinalPanel. If this is an autoupdate, the user is warned that they must restart the app so the Updater can be updated.
Returns true if there is a new JExpressUpdater.jar.
public static final java.lang.String MaxMinsToDownloadFile
Default is 5 minutes. It is strongly recommended that you only adjust this if your customers are using a dial-up connection and are having trouble downloading the updates. Some browsers have difficulty if this value is set too high.
Customers can add a new property to the update.control property file in the JExpress subdirectory to increase, or decrease, the maximum time to wait. Or, you can add a custom class to the installer to change the setting for this value. Be sure that your custom class is included "After install" and it modifies the existing update.control file.
public static final java.lang.String UpdateImageFilename
Returns a String.
public static final java.lang.String UpdateImagePosition
Returns a String(North, South, East, or West) .
public static final java.lang.String UpdateButtonsPosition
Returns a String (North, South, East, or West) .
public static final java.lang.String JavaMenus
Returns a comma separated list of strings.
public static final java.lang.String ErrorInPanel
public static final java.lang.String JvmParameters
Returns a String.
public static final java.lang.String UserClasspath
Returns a String.
public static final java.lang.String UseJavaConsole
Returns a boolean.
public static final java.lang.String LastError
Returns a string.
public static final java.lang.String UseSwing
public static final java.lang.String WebUpdate
public static final java.lang.String ShowOverallProgress
public static final java.lang.String ShowFileProgress
public static final java.lang.String CustomBeforeUpdate
Returns a String.
public static final java.lang.String CustomAfterGetFileList
Returns a String.
public static final java.lang.String CustomAfterFilesCompared
Returns a String.
public static final java.lang.String CustomAfterFilesDownloaded
Returns a String.
public static final java.lang.String CustomAfterUpdate
Returns a String.
public static final java.lang.String GetFileListPanelName
public static final java.lang.String CompareFilesPanelName
public static final java.lang.String DownloadFilesPanelName
public static final java.lang.String UpdateFilesPanelName
public static final java.lang.String FinalPanelName
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||