Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
I
K
L
M
O
P
R
S
T
U
W
A
AbstractFile
- Class in
org.fuin.kickstart4j
A file inside a base directory.
AbstractFile(File, File)
- Constructor for class org.fuin.kickstart4j.
AbstractFile
Constructor with base directory and file.
AbstractFile(String, String, String)
- Constructor for class org.fuin.kickstart4j.
AbstractFile
Constructor with all arguments.
C
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
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.
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.
D
DeleteException
- Exception in
org.fuin.kickstart4j
Error deleting a local file.
DeleteException(String)
- Constructor for exception org.fuin.kickstart4j.
DeleteException
Constructor with message.
DeleteException(String, Throwable)
- Constructor for exception org.fuin.kickstart4j.
DeleteException
Constructor with message and cause.
deleteFile(String, String)
- Method in interface org.fuin.kickstart4j.
FileLoader
Delete a file in the given directory.
deleteFile(String, String)
- Method in class org.fuin.kickstart4j.
SrcFileLoader
Delete a file in the given directory.
deletePath(String)
- Method in interface org.fuin.kickstart4j.
FileLoader
Delete all files in the given directory.
deletePath(String)
- Method in class org.fuin.kickstart4j.
SrcFileLoader
Delete all files in the given directory.
DestFile
- Class in
org.fuin.kickstart4j
A file inside a local base directory.
DestFile(File, File)
- Constructor for class org.fuin.kickstart4j.
DestFile
Constructor with base directory and file.
DestFile(String, String, String)
- Constructor for class org.fuin.kickstart4j.
DestFile
Constructor with all arguments.
E
execute()
- Method in class org.fuin.kickstart4j.
Kickstart4J
Executes the installer/updater.
F
FileLoader
- Interface in
org.fuin.kickstart4j
Supports loading files from a source location into a local directory.
findSrcDir(String)
- Method in class org.fuin.kickstart4j.
Config
Find a source directory by it's path.
findSrcFile(String, String)
- Method in class org.fuin.kickstart4j.
Config
Find a source file by it's path and filename.
G
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.
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.
getDeletedFiles()
- Method in class org.fuin.kickstart4j.
UpdateSet
Returns a list of files that are present in the local directory but no longer needed.
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.
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.
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.
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.
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".
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.
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.
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.
I
initComplete()
- Method in interface org.fuin.kickstart4j.
Kickstart4JListener
The initialization is complete.
InvalidConfigException
- Exception in
org.fuin.kickstart4j
A configuration is invalid.
InvalidConfigException(String)
- Constructor for exception org.fuin.kickstart4j.
InvalidConfigException
Constructor with message.
InvalidConfigException(URL, Throwable)
- Constructor for exception org.fuin.kickstart4j.
InvalidConfigException
Constructor with URL and cause.
isAddToClasspath()
- Method in class org.fuin.kickstart4j.
SrcFile
Returns if this is a JAR file to be added to the classpath.
isErrorIfNotFound()
- Method in class org.fuin.kickstart4j.
RemoteFile
Returns if the copy process will be aborted when this file was not found at the
srcFileUrl
.
isExitAfterExecute()
- Method in class org.fuin.kickstart4j.
Config
Returns whether the program should terminate after executing.
isFirstInstallation()
- Method in class org.fuin.kickstart4j.
Config
Determines if this is the first installation.
isLazyLoading()
- Method in class org.fuin.kickstart4j.
Config
Returns if lazy loading is active.
isLoadAlways()
- Method in class org.fuin.kickstart4j.
SrcFile
Returns if this file sould be loaded always (no matter if lazy loading is enabled or not).
isRequired()
- Method in class org.fuin.kickstart4j.
CmdLineOption
Returns if the the value is required or optional.
isSilentInstall()
- Method in class org.fuin.kickstart4j.
Config
Determines if the user should be prompted for the destination directory.
isSilentUpdate()
- Method in class org.fuin.kickstart4j.
Config
Determines if the user should be asked if an update is available.
isUnzip()
- Method in class org.fuin.kickstart4j.
SrcFile
Returns if the file is an atchive and should be decompressed at the target location.
isUpdateNecessary()
- Method in class org.fuin.kickstart4j.
UpdateSet
Checks if there is are new or changed files or files to be deleted.
K
Kickstart4J
- Class in
org.fuin.kickstart4j
Main application.
Kickstart4J(Config)
- Constructor for class org.fuin.kickstart4j.
Kickstart4J
Constructor with configuration.
Kickstart4JListener
- Interface in
org.fuin.kickstart4j
Listens to life cycle events of the Kickstart4J installer.
L
loadFile(String, String)
- Method in interface org.fuin.kickstart4j.
FileLoader
Loads a file from a source into a local directory.If the file is already up to date nothing will be copied.
loadFile(String, String, FileCopyProgressListener)
- Method in interface org.fuin.kickstart4j.
FileLoader
Loads a file from a source into a local directory.If the file is already up to date nothing will be copied.
loadFile(String, String)
- Method in class org.fuin.kickstart4j.
SrcFileLoader
Loads a file from a source into a local directory.If the file is already up to date nothing will be copied.
loadFile(String, String, FileCopyProgressListener)
- Method in class org.fuin.kickstart4j.
SrcFileLoader
Loads a file from a source into a local directory.If the file is already up to date nothing will be copied.
LoadingFileException
- Exception in
org.fuin.kickstart4j
Loading a file failed for some reason.
LoadingFileException(String)
- Constructor for exception org.fuin.kickstart4j.
LoadingFileException
Constructor with message.
LoadingFileException(String, Throwable)
- Constructor for exception org.fuin.kickstart4j.
LoadingFileException
Constructor with message and cause.
M
main(String[])
- Static method in class org.fuin.kickstart4j.
CmdLineParser
Test method.
main(String[])
- Static method in class org.fuin.kickstart4j.
ConfigUpdater
Creates a new configuration file or updates an existing one.
main(String[])
- Static method in class org.fuin.kickstart4j.
Kickstart4J
Main method used to start the installer/updater.
main(String[])
- Static method in class org.fuin.kickstart4j.
Utils
Main method to test the monitor.
MessagesWrapper
- Class in
org.fuin.kickstart4j
Encapsulates access to the "message[_xx][_XX].properties" files.
MkDir
- Class in
org.fuin.kickstart4j
A directory inside a base directory.
MkDir(File, File)
- Constructor for class org.fuin.kickstart4j.
MkDir
Constructor with base directory and directory.
MkDir(String)
- Constructor for class org.fuin.kickstart4j.
MkDir
Constructor with all arguments.
O
onCopy(RemoteFile, File, int, int)
- Method in interface org.fuin.kickstart4j.
ConfigUpdaterListener
A file is being copied.
onNotFound(RemoteFile, File, int, int)
- Method in interface org.fuin.kickstart4j.
ConfigUpdaterListener
A remote file was not found.
OptionNotFoundException
- Exception in
org.fuin.kickstart4j
An option key is unknown.
OptionNotFoundException(String)
- Constructor for exception org.fuin.kickstart4j.
OptionNotFoundException
Constructor with message.
org.fuin.kickstart4j
- package org.fuin.kickstart4j
P
parse(String[])
- Method in class org.fuin.kickstart4j.
CmdLineParser
Parse the command line and set the values in the target config object.
parse(URL)
- Method in class org.fuin.kickstart4j.
ConfigParser
Starts the parsing process.
parse(Config, File)
- Static method in class org.fuin.kickstart4j.
ConfigParser
Fills an object from an XML configuration file.
parse(Config, URL)
- Static method in class org.fuin.kickstart4j.
ConfigParser
Fills an object from an XML configuration file.
printUsage(PrintStream)
- Method in class org.fuin.kickstart4j.
CmdLineParser
Prints the command line usage.
printUsage(OutputStream)
- Method in class org.fuin.kickstart4j.
CmdLineParser
Prints the command line usage.
put(Config, String, String)
- Method in class org.fuin.kickstart4j.
ConfigParser
Set a property in the configuration by it's name.
R
RemoteFile
- Class in
org.fuin.kickstart4j
Remote file.
RemoteFile(String, String, String, boolean)
- Constructor for class org.fuin.kickstart4j.
RemoteFile
Constructor with all arguments.
RemoteFile(URL, String, String, boolean)
- Constructor for class org.fuin.kickstart4j.
RemoteFile
Constructor with all arguments.
remove(String)
- Method in class org.fuin.kickstart4j.
CmdLineParser
Removes an option key.
replace(SrcFile, SrcFile)
- Method in class org.fuin.kickstart4j.
Config
Replaces a source file with another one.
S
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.
setMsgFileUrl(String)
- Method in class org.fuin.kickstart4j.
Config
Sets the file containing the localized installation messages.
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.
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.
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)
- 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.
T
toStaticXML()
- Method in class org.fuin.kickstart4j.
Config
Returns the configuration as XML with all variables replaced with their values.
toString()
- Method in class org.fuin.kickstart4j.
CmdLineParser
toString()
- Method in class org.fuin.kickstart4j.
Config
toString()
- Method in class org.fuin.kickstart4j.
DestFile
toString()
- Method in class org.fuin.kickstart4j.
SrcDir
toString()
- Method in class org.fuin.kickstart4j.
SrcFile
toVarXML()
- Method in class org.fuin.kickstart4j.
Config
Returns the configuration as XML with no variables replaced.
toXML()
- Method in class org.fuin.kickstart4j.
MkDir
toXML()
- Method in class org.fuin.kickstart4j.
SrcDir
toXML()
- Method in class org.fuin.kickstart4j.
SrcFile
U
unzip(FileCopyProgressListener, File, int, File, Cancelable)
- Static method in class org.fuin.kickstart4j.
Utils
Unzips a file into a local directory.
UNZIP_TOKEN
- Static variable in class org.fuin.kickstart4j.
SrcFile
Token used to mark archives to be unzipped at the target location.
update(List)
- Method in class org.fuin.kickstart4j.
ConfigUpdater
Clears the source file list in the configuration (!)
update(File)
- Method in class org.fuin.kickstart4j.
ConfigUpdater
Clears the source file list in the configuration (!)
UpdateSet
- Class in
org.fuin.kickstart4j
Set of update operations based on a list fo source files and a local directory.
UpdateSet(List, List, File, boolean)
- Constructor for class org.fuin.kickstart4j.
UpdateSet
Constructor with source URL and destination directory.
Utils
- Class in
org.fuin.kickstart4j
Utilities for the package.
W
writeToStaticXML(File, boolean)
- Method in class org.fuin.kickstart4j.
Config
Writes this configuration to an XML file with all variables replaced with their values.
writeToVarXML(File, boolean)
- Method in class org.fuin.kickstart4j.
Config
Writes this configuration to an XML file with no variables replaced.
A
C
D
E
F
G
I
K
L
M
O
P
R
S
T
U
W
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2009
Future Invent Informationsmanagement GmbH
. All Rights Reserved.