- check() - Method in class org.fuin.kickstart4j.Config
-
Checks if the configuration is valid.
- CmdLineException - Exception in org.fuin.kickstart4j
-
Something went wrong when parsing a command line.
- CmdLineException(String) - Constructor for exception org.fuin.kickstart4j.CmdLineException
-
Constructor with message.
- CmdLineException(String, Throwable) - Constructor for exception org.fuin.kickstart4j.CmdLineException
-
Constructor with message and cause.
- CmdLineOption - Class in org.fuin.kickstart4j
-
Represents a single command line option.
- CmdLineOption(String, String, String) - Constructor for class org.fuin.kickstart4j.CmdLineOption
-
Constructor for a optional option.
- CmdLineOption(String, String, String, boolean) - Constructor for class org.fuin.kickstart4j.CmdLineOption
-
Constructor with required argument.
- CmdLineParser - Class in org.fuin.kickstart4j
-
Parses the command line and set the appropriate config object values.
- CmdLineParser(Locale) - Constructor for class org.fuin.kickstart4j.CmdLineParser
-
Constructor with locale.
- Config - Class in org.fuin.kickstart4j
-
Configuration for the application.
- Config() - Constructor for class org.fuin.kickstart4j.Config
-
Default constructor.
- ConfigParser - Class in org.fuin.kickstart4j
-
Parses a XML configuration.
- ConfigParser() - Constructor for class org.fuin.kickstart4j.ConfigParser
-
Default constructor.
- ConfigUpdater - Class in org.fuin.kickstart4j
-
Creates or updates a configuration.
- ConfigUpdater() - Constructor for class org.fuin.kickstart4j.ConfigUpdater
-
Default constructor.
- ConfigUpdater(ConfigUpdaterListener) - Constructor for class org.fuin.kickstart4j.ConfigUpdater
-
Constructor with listener.
- ConfigUpdater(File) - Constructor for class org.fuin.kickstart4j.ConfigUpdater
-
Constructor with configuration file.
- ConfigUpdater(File, ConfigUpdaterListener) - Constructor for class org.fuin.kickstart4j.ConfigUpdater
-
Constructor with configuration file and log printer.
- ConfigUpdater.DefaultListener - Class in org.fuin.kickstart4j
-
Outputs events to the console.
- ConfigUpdater.DefaultListener() - Constructor for class org.fuin.kickstart4j.ConfigUpdater.DefaultListener
-
- ConfigUpdaterListener - Interface in org.fuin.kickstart4j
-
Listens to ConfigUpdater progress events.
- copyToConfig(Config) - Method in class org.fuin.kickstart4j.CmdLineParser
-
Copy the parsed values to the configuration.
- copyToConfig(Config) - Method in class org.fuin.kickstart4j.ConfigParser
-
Copies the values from the handler into the config.
- copyURLToFile(FileCopyProgressListener, URL, File, int, int) - Static method in class org.fuin.kickstart4j.Utils
-
Copies a file from an URL to a local destination.
- copyURLToFile(String, File) - Static method in class org.fuin.kickstart4j.Utils
-
Copies bytes from the URL source to a file destination.
- create(URL) - Static method in class org.fuin.kickstart4j.ConfigParser
-
Creates an object from a XML configuration file.
- create(File) - Static method in class org.fuin.kickstart4j.ConfigParser
-
Creates an object from a XML configuration file.
- createClasspath() - Method in class org.fuin.kickstart4j.UpdateSet
-
Creates a classpath from the entries in the
classpathJarFiles list.
- get(String) - Method in class org.fuin.kickstart4j.CmdLineParser
-
Returns an option value by it's key.
- getCanonicalPath(File) - Method in class org.fuin.kickstart4j.MkDir
-
Returns the absolute directory based on a given base directory as String.
- getCanonicalPathAndFilename(File) - Method in class org.fuin.kickstart4j.AbstractFile
-
Returns the absolute file based on a given base directory as String.
- getCanonicalPathAndFilename(File, String) - Method in class org.fuin.kickstart4j.SrcDir
-
Returns the absolute file based on a given base directory as String.
- getChangedFiles() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that changed.
- getChangedFiles(int) - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that changed and have a given order.
- getClasspathJarFiles() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of jar files needed for starting the target application.
- getCmdLineOptions() - Method in class org.fuin.kickstart4j.Config
-
Returns the options form the command line.
- getConfig() - Method in class org.fuin.kickstart4j.ConfigUpdater
-
Returns the configuration.
- getConfig() - Method in class org.fuin.kickstart4j.SrcFileLoader
-
Returns the configuration.
- getConfigFileUrl() - Method in class org.fuin.kickstart4j.Config
-
Returns the URL of the configuration file (only used when
lazyLoading=true).
- getConfigFileURL() - Method in class org.fuin.kickstart4j.Config
-
Returns the URL of the configuration file (only used when
lazyLoading=true).
- getDecompressFiles() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that needs to be decompressed after the copy.
- getDecompressFiles(int) - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that needs to be decompressed after the copy and
have a given order.
- getDeletedFiles() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that are present in the local directory but no
longer needed.
- getDeletedFiles(int) - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that are present in the local directory but no
longer needed and have a given order.
- getDescription() - Method in class org.fuin.kickstart4j.Config
-
Returns a short description of the application.
- getDestDir() - Method in class org.fuin.kickstart4j.Config
-
Returns the local destination path where the files should be copied to.
- getDestDir(File) - Method in class org.fuin.kickstart4j.MkDir
-
Returns the absolute file based on a given base directory.
- getDestDir() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns the destination directory.
- getDestFile(File) - Method in class org.fuin.kickstart4j.AbstractFile
-
Returns the absolute file based on a given base directory.
- getDestFile(File, String) - Method in class org.fuin.kickstart4j.SrcDir
-
Returns the absolute file based on a given base directory.
- getDestFilename() - Method in class org.fuin.kickstart4j.RemoteFile
-
Returns the filename at the destination.
- getDestPath() - Method in class org.fuin.kickstart4j.Config
-
Returns the local destination path where the files should be copied to.
- getDestPath() - Method in class org.fuin.kickstart4j.RemoteFile
-
Returns the (relative) path at the destination.
- getDestSlashPath() - Method in class org.fuin.kickstart4j.RemoteFile
-
Returns the (relative) path at the destination.
- getErrorMessageDialogTitle() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns error message dialog title.
- getErrorMissingReuiredOptions() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns error message for missing options.
- getErrorOptionWithoutPrefix(String) - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns error message for option without prefix.
- getErrorValueMissingForOption(String) - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns error message for option without value.
- getFilename() - Method in class org.fuin.kickstart4j.AbstractFile
-
Returns the filename.
- getIdFilename() - Method in class org.fuin.kickstart4j.Config
-
Returns the unique id filename for the application.
- getJavaArgs() - Method in class org.fuin.kickstart4j.Config
-
Returns the command line arguments.
- getJavaExe() - Method in class org.fuin.kickstart4j.Config
-
Returns the Java executable.
- getKey() - Method in class org.fuin.kickstart4j.CmdLineOption
-
Returns the key of the option.
- getLength() - Method in class org.fuin.kickstart4j.RemoteFile
-
Returns the size of the file.
- getListener() - Method in class org.fuin.kickstart4j.ConfigUpdater
-
Returns the listener to inform about progress.
- getListener() - Method in class org.fuin.kickstart4j.Kickstart4J
-
Returns the life cycle listener.
- getLocale() - Method in class org.fuin.kickstart4j.Config
-
Returns the locale to use.
- getLogFilename() - Method in class org.fuin.kickstart4j.Config
-
Returns the name and path of the log file.
- getLookAndFeelClassName() - Method in class org.fuin.kickstart4j.Config
-
Returns the name of the LookAndFeel class.
- getMd5Hash() - Method in class org.fuin.kickstart4j.AbstractFile
-
Returns the hash code.
- getMd5Hash() - Method in class org.fuin.kickstart4j.RemoteFile
-
Returns the MD5 hash of the file.
- getMessages() - Method in class org.fuin.kickstart4j.Config
-
Returns the message properties needed for the installer.
- getMkDirs() - Method in class org.fuin.kickstart4j.Config
-
Returns the list of directories to create.
- getMkDirs() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of directories to create at the target location.
- getMsgFileUrl() - Method in class org.fuin.kickstart4j.Config
-
Returns the file containing the localized installation messages.
- getMsgFileURL() - Method in class org.fuin.kickstart4j.Config
-
Returns the file containing the localized installation messages.
- getNewFiles() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that are new.
- getNewFiles(int) - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that are new and have a given order.
- getOperationCanceled() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the operation canceled message.
- getOptionRequired() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the command line option required text.
- getOptionText(MessagesWrapper) - Method in class org.fuin.kickstart4j.CmdLineOption
-
Returns the option text.
- getOptionUsageConfigFileUrl() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the command line option usage text for "configFileUrl".
- getOptionUsageLocale() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the command line option usage text for "locale".
- getOrder() - Method in class org.fuin.kickstart4j.SrcFile
-
Returns the order the files should be installed or updated.
- getOrderList() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of order numbers included in "newFiles", "changedFiles",
"unchangedFiles" or "decompressFiles".
- getPath() - Method in class org.fuin.kickstart4j.AbstractFile
-
Returns the path of the file.
- getPath() - Method in class org.fuin.kickstart4j.MkDir
-
Returns the path of the file.
- getPath() - Method in class org.fuin.kickstart4j.SrcDir
-
Returns the path of the file.
- getProgressMonitorDecompressText() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the decompress text for the progress monitor.
- getProgressMonitorDestLabelText() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the text for the "destination" label of the progress monitor.
- getProgressMonitorSrcLabelText() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the text for the "source" label of the progress monitor.
- getProgressMonitorTransferText() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the transfer text for the progress monitor.
- getRelativeSlashPathAndFilename() - Method in class org.fuin.kickstart4j.AbstractFile
-
Returns a relative path and filename.
- getRelativeSlashPathAndFilename(String) - Method in class org.fuin.kickstart4j.SrcDir
-
Returns a relative path and filename.
- getSelectDestinationDirectory() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the destination directory selection message.
- getSize() - Method in class org.fuin.kickstart4j.SrcFile
-
Returns the size of the file.
- getSizeAsInt() - Method in class org.fuin.kickstart4j.SrcFile
-
Returns the size as integer value.
- getSlashPath() - Method in class org.fuin.kickstart4j.AbstractFile
-
Returns the path with a slash ("/") used as path separator.
- getSlashPath() - Method in class org.fuin.kickstart4j.MkDir
-
Returns the path with a slash ("/") used as separator.
- getSlashPath() - Method in class org.fuin.kickstart4j.SrcDir
-
Returns the path with a slash ("/") used as path separator.
- getSrcDirs() - Method in class org.fuin.kickstart4j.Config
-
Returns the list of known source directories.
- getSrcFiles() - Method in class org.fuin.kickstart4j.Config
-
Returns the list of known source files.
- getSrcFileUrl() - Method in class org.fuin.kickstart4j.RemoteFile
-
Returns the URL of the remote file.
- getSrcFileURL(String) - Method in class org.fuin.kickstart4j.SrcDir
-
Returns the URL where the source file is located.
- getSrcFileUrl() - Method in class org.fuin.kickstart4j.SrcFile
-
Returns the URL where the source file is located.
- getSrcFileURL() - Method in class org.fuin.kickstart4j.SrcFile
-
Returns the URL where the source file is located.
- getSrcPathUrl() - Method in class org.fuin.kickstart4j.SrcDir
-
Returns the URL where the source directory is located.
- getStartDialogTitle() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns start message dialog title.
- getStartFrameDelaySeconds() - Method in class org.fuin.kickstart4j.Config
-
Show the start frame for N seconds after application has started.
- getTitle() - Method in class org.fuin.kickstart4j.Config
-
Returns the title of the application.
- getUnchangedFiles() - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that haven't changed.
- getUnchangedFiles(int) - Method in class org.fuin.kickstart4j.UpdateSet
-
Returns a list of files that haven't changed and have a given order.
- getUpdateAvailable() - Method in class org.fuin.kickstart4j.MessagesWrapper
-
Returns the "update available" message.
- getUsage() - Method in class org.fuin.kickstart4j.CmdLineOption
-
Returns the text displayed in the usage message.
- getValueName() - Method in class org.fuin.kickstart4j.CmdLineOption
-
Returns the name of the value displayed in the usage message.
- getVendor() - Method in class org.fuin.kickstart4j.Config
-
Returns the vendor information.
- getVersion() - Method in class org.fuin.kickstart4j.Config
-
Returns the target application version.
- getXmlEncoding() - Method in class org.fuin.kickstart4j.Config
-
Returns the encoding to use for XML out.
- setCloseListener(ErrorPanel.CloseListener) - Method in class org.fuin.kickstart4j.ErrorPanel
-
- setConfigFileUrl(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the URL of the configuration file (only used when lazyLoading=true).
- setDescription(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the short description of the application.
- setDestPath(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the local destination path where the files should be copied to.
- setExitAfterExecute(boolean) - Method in class org.fuin.kickstart4j.Config
-
Sets whether the program should terminate after executing.
- setFirstInstallation(boolean) - Method in class org.fuin.kickstart4j.Config
-
Determines if this is the first installation.
- setIdFilename(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the unique id filename for the application.
- setJavaArgs(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the command line arguments.
- setJavaExe(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the Java executable.
- setLazyLoading(boolean) - Method in class org.fuin.kickstart4j.Config
-
Sets the information if lazy loading is active.
- setListener(Kickstart4JListener) - Method in class org.fuin.kickstart4j.Kickstart4J
-
Sets the life cycle listener.
- setLocale(Locale) - Method in class org.fuin.kickstart4j.Config
-
Sets the locale to use.
- setLocale(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the locale to use as a String.
- setLogFilename(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the name and path of the log file.
- setLookAndFeelClassName(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the name of the Look and Feel class.
- setMessage(String) - Method in class org.fuin.kickstart4j.ErrorPanel
-
Sets the message to display.
- setMsgFileUrl(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the file containing the localized installation messages.
- setShowStartFrame(boolean) - Method in class org.fuin.kickstart4j.Config
-
Show a "starting application" frame?
- setSilentInstall(boolean) - Method in class org.fuin.kickstart4j.Config
-
Determines if the user should be prompted for the destination directory.
- setSilentUpdate(boolean) - Method in class org.fuin.kickstart4j.Config
-
Determines if the user should be asked if an update is available.
- setStartFrameDelaySeconds(int) - Method in class org.fuin.kickstart4j.Config
-
Show the start frame for N seconds after application has started.
- setTitle(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the title of the application.
- setVendor(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the vendor information.
- setVersion(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the target application version.
- setXmlEncoding(String) - Method in class org.fuin.kickstart4j.Config
-
Sets the encoding to use for XML out.
- showAndExit(ByteArrayOutputStream, ExecuteException, int) - Static method in class org.fuin.kickstart4j.ErrorDialog
-
Show an error message dialog using stream or exception.
- showAndExit(String, int) - Static method in class org.fuin.kickstart4j.ErrorDialog
-
Show an error message dialog.
- showMessageAndExit(String, int) - Static method in class org.fuin.kickstart4j.Kickstart4J
-
Shows a message and exits the program with System.exit(..)
- simpleAttributesEquals(Object) - Method in class org.fuin.kickstart4j.Config
-
Determines if all simple attributes (
boolean,
byte,
short,
int,
long,
float,
double,
char Boolean,
Byte,
Short,
Integer,
Long,
Float,
Double,
Character and
String ) of the object are equal to the
fields of the other object (using the
Object.equals(Object)
method).
- simpleAttributesEquals(Object) - Method in interface org.fuin.kickstart4j.SimpleAttributesEqualsCapable
-
Determines if all simple attributes (
boolean,
byte,
short,
int,
long,
float,
double,
char Boolean,
Byte,
Short,
Integer,
Long,
Float,
Double,
Character and
String ) of the object are equal to the
fields of the other object (using the
Object.equals(Object)
method).
- SimpleAttributesEqualsCapable - Interface in org.fuin.kickstart4j
-
Object that can compare it's attributes to another object of the same type.
- SrcDir - Class in org.fuin.kickstart4j
-
A directory inside a base directory.
- SrcDir(String, String) - Constructor for class org.fuin.kickstart4j.SrcDir
-
Constructor with all arguments.
- SrcDirNotFoundException - Exception in org.fuin.kickstart4j
-
A directory was not found in the source directory list.
- SrcDirNotFoundException(String) - Constructor for exception org.fuin.kickstart4j.SrcDirNotFoundException
-
Constructor with path.
- SrcFile - Class in org.fuin.kickstart4j
-
A file at the source directory.
- SrcFile(File, File, boolean, boolean, boolean, String) - Constructor for class org.fuin.kickstart4j.SrcFile
-
Constructor with base directory and file.
- SrcFile(String, String, String, long, boolean, boolean, boolean, String, int) - Constructor for class org.fuin.kickstart4j.SrcFile
-
Constructor with all arguments.
- SrcFile(SrcFile, File) - Constructor for class org.fuin.kickstart4j.SrcFile
-
Copy-Constructor with source file and local file.
- SrcFileLoader - Class in org.fuin.kickstart4j
-
Supports loading files defined in a update set into a local directory.
- SrcFileLoader() - Constructor for class org.fuin.kickstart4j.SrcFileLoader
-
Default constructor.
- SrcFileLoader(String) - Constructor for class org.fuin.kickstart4j.SrcFileLoader
-
Constructor with configuration path and filename.
- SrcFileLoader(URL) - Constructor for class org.fuin.kickstart4j.SrcFileLoader
-
Constructor with URL.
- SrcFileLoader(Config) - Constructor for class org.fuin.kickstart4j.SrcFileLoader
-
Constructor with configuration.
- SrcFileNotFoundException - Exception in org.fuin.kickstart4j
-
A file was not found in the source file list.
- SrcFileNotFoundException(String, String) - Constructor for exception org.fuin.kickstart4j.SrcFileNotFoundException
-
Constructor with base directory and file.
- StartPanel - Class in org.fuin.kickstart4j
-
Panel with a short "start" message.
- StartPanel() - Constructor for class org.fuin.kickstart4j.StartPanel
-
- startupComplete() - Method in interface org.fuin.kickstart4j.Kickstart4JListener
-
The target process was started successfully.