- ABORT - Static variable in class com.izforge.izpack.api.data.ExecutableFile
-
what to do if execution fails
- AbstractBeanInvocationHandler - Class in com.izforge.izpack.api.config.spi
-
- AbstractBeanInvocationHandler() - Constructor for class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- AbstractInstallerListener - Class in com.izforge.izpack.api.event
-
- AbstractInstallerListener() - Constructor for class com.izforge.izpack.api.event.AbstractInstallerListener
-
- AbstractPrompt - Class in com.izforge.izpack.api.handler
-
Abstract implementation of
Prompt.
- AbstractPrompt() - Constructor for class com.izforge.izpack.api.handler.AbstractPrompt
-
- AbstractUIHandler - Interface in com.izforge.izpack.api.handler
-
This interface describes basic functionality neccessary for user interaction.
- AbstractUninstallerListener - Class in com.izforge.izpack.api.event
-
- AbstractUninstallerListener() - Constructor for class com.izforge.izpack.api.event.AbstractUninstallerListener
-
- Action - Class in com.izforge.izpack.api.data.binding
-
Action for panel
- Action(String, ActionStage) - Constructor for class com.izforge.izpack.api.data.binding.Action
-
- ActionStage - Enum in com.izforge.izpack.api.data.binding
-
Enum for action stage
- add(K, V) - Method in class com.izforge.izpack.api.config.BasicMultiMap
-
- add(K, V, int) - Method in class com.izforge.izpack.api.config.BasicMultiMap
-
- add(String, Object) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- add(String, Object, int) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- add(String) - Method in class com.izforge.izpack.api.config.BasicProfile
-
- add(String, String, Object) - Method in class com.izforge.izpack.api.config.BasicProfile
-
- add(String) - Method in class com.izforge.izpack.api.config.BasicRegistry
-
- add(K, V) - Method in interface com.izforge.izpack.api.config.MultiMap
-
- add(K, V, int) - Method in interface com.izforge.izpack.api.config.MultiMap
-
- add(String, Object) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- add(String, Object, int) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- add(String) - Method in interface com.izforge.izpack.api.config.Profile
-
- add(String, String, Object) - Method in interface com.izforge.izpack.api.config.Profile
-
- add(Listener) - Method in class com.izforge.izpack.api.data.binding.IzpackProjectInstaller
-
- add(InputStream) - Method in class com.izforge.izpack.api.data.LocaleDatabase
-
Adds the contents of the given stream to the data base.
- add(Messages) - Method in class com.izforge.izpack.api.data.LocaleDatabase
-
Adds messages.
- add(DynamicVariable) - Method in interface com.izforge.izpack.api.data.Variables
-
Adds a dynamic variable.
- add(Messages) - Method in interface com.izforge.izpack.api.resource.Messages
-
Adds messages.
- addArgument(String) - Method in exception com.izforge.izpack.api.exception.NativeLibException
-
Adds a string to the internal argument list.
- addAuthor(Info.Author) - Method in class com.izforge.izpack.api.data.Info
-
Adds an author to the authors list.
- addChild(IXMLElement) - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- addChild(IXMLElement) - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Adds a child element.
- addChild(String) - Method in interface com.izforge.izpack.api.config.Profile.Section
-
- addChild(String) - Method in interface com.izforge.izpack.api.config.Registry.Key
-
- addChild(String) - Method in class com.izforge.izpack.api.data.Pack
-
Add a child to this pack.
- addComponent(Class<T>) - Method in interface com.izforge.izpack.api.container.Container
-
Register a component type.
- addComponent(Object, Object) - Method in interface com.izforge.izpack.api.container.Container
-
Register a component.
- addCondition(Condition) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- addConfigurationOption(String, ConfigurationOption) - Method in interface com.izforge.izpack.api.data.Configurable
-
Add an optional configuration option to the implementing instance
- addConfigurationOption(String, ConfigurationOption) - Method in class com.izforge.izpack.api.handler.DefaultConfigurationHandler
-
- addDependant(String) - Method in class com.izforge.izpack.api.data.Pack
-
Adds the name of a pack that is dependent on this pack.
- addDependency(String) - Method in class com.izforge.izpack.api.data.Pack
-
Adds a dependency on another pack.
- addDependency(String) - Method in class com.izforge.izpack.api.data.PackInfo
-
The packs that this file depends on
- addEmptyLine(K) - Method in interface com.izforge.izpack.api.config.CommentedMap
-
- addEmptyLine(K) - Method in class com.izforge.izpack.api.config.CommonMultiMap
-
- addExecutable(ExecutableFile) - Method in class com.izforge.izpack.api.data.PackInfo
-
Executables files have their executable flag set, may be executed, and optionally, deleted
when finished executing.
- addFile(File, File, String, List<OsModel>, OverrideType, String, Blockable, Map, String, Map<String, String>) - Method in class com.izforge.izpack.api.data.PackInfo
-
Add a file or directory to be installed.
- addFileSize(long) - Method in class com.izforge.izpack.api.data.Pack
-
Adds to the size of the pack.
- addFilter(ValueFilter) - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- addInstallGroup(String) - Method in class com.izforge.izpack.api.data.PackInfo
-
Add an install group to the pack.
- addNotifier(InstallerListener) - Method in interface com.izforge.izpack.api.event.ProgressNotifiers
-
- addOnDeselect(String, String) - Method in class com.izforge.izpack.api.data.PackInfo
-
Determines what packs to be selected or deselected when this pack is deselected.
- addOnSelect(String, String) - Method in class com.izforge.izpack.api.data.PackInfo
-
Determines what packs to be selected or deselected when this pack is selected.
- addOperands(Condition...) - Method in class com.izforge.izpack.api.rules.ConditionWithMultipleOperands
-
- addPanelCondition(Panel, Condition) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- addParsable(ParsableFile) - Method in class com.izforge.izpack.api.data.PackInfo
-
Parsable files have variables substituted after installation.
- addPostValidationAction(PanelActionConfiguration) - Method in class com.izforge.izpack.api.data.Panel
-
- addPreActivationAction(PanelActionConfiguration) - Method in class com.izforge.izpack.api.data.Panel
-
- addPreConstructionAction(PanelActionConfiguration) - Method in class com.izforge.izpack.api.data.Panel
-
- addPreValidationAction(PanelActionConfiguration) - Method in class com.izforge.izpack.api.data.Panel
-
- addProperty(String, String) - Method in class com.izforge.izpack.api.data.PanelActionConfiguration
-
- addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- addResourceBundle(String) - Static method in exception com.izforge.izpack.api.exception.NativeLibException
-
Adds a resource bundle which contains localized error messages.
- addSection(String) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- addTempDir(Info.TempDir) - Method in class com.izforge.izpack.api.data.Info
-
- addUpdateCheck(UpdateCheck) - Method in class com.izforge.izpack.api.data.PackInfo
-
Executables files have their executable flag set, may be executed, and optionally, deleted
when finished executing.
- addValidator(String) - Method in class com.izforge.izpack.api.data.Pack
-
Adds a pack validator.
- addValidator(String) - Method in class com.izforge.izpack.api.data.PackInfo
-
- addValidator(String, String, Configurable) - Method in class com.izforge.izpack.api.data.Panel
-
Adds a panel validator and a condition defining whether the panel validator should be asked at all.
- addVetoableChangeListener(String, VetoableChangeListener) - Method in class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- afterDelete(File) - Method in class com.izforge.izpack.api.event.AbstractUninstallerListener
-
Invoked after a file is deleted.
- afterDelete(List<File>, ProgressListener) - Method in class com.izforge.izpack.api.event.AbstractUninstallerListener
-
Invoked after files are deleted.
- afterDelete(File) - Method in interface com.izforge.izpack.api.event.UninstallerListener
-
Invoked after a file is deleted.
- afterDelete(List<File>, ProgressListener) - Method in interface com.izforge.izpack.api.event.UninstallerListener
-
Invoked after files are deleted.
- afterDir(File, PackFile, Pack) - Method in class com.izforge.izpack.api.event.AbstractInstallerListener
-
Invoked after a directory is created.
- afterDir(File, PackFile, Pack) - Method in interface com.izforge.izpack.api.event.InstallerListener
-
Invoked after a directory is created.
- afterFile(File, PackFile, Pack) - Method in class com.izforge.izpack.api.event.AbstractInstallerListener
-
Invoked after a file is installed.
- afterFile(File, PackFile, Pack) - Method in interface com.izforge.izpack.api.event.InstallerListener
-
Invoked after a file is installed.
- afterPack(Pack) - Method in class com.izforge.izpack.api.event.AbstractInstallerListener
-
Invoked after a pack is installed.
- afterPack(Pack) - Method in interface com.izforge.izpack.api.event.InstallerListener
-
Invoked after a pack is installed.
- afterPacks(List<Pack>, ProgressListener) - Method in class com.izforge.izpack.api.event.AbstractInstallerListener
-
Invoked after packs are installed.
- afterPacks(List<Pack>, ProgressListener) - Method in interface com.izforge.izpack.api.event.InstallerListener
-
Invoked after packs are installed.
- analyzeXml(IXMLElement) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- ANSWER_CANCEL - Static variable in interface com.izforge.izpack.api.handler.AbstractUIHandler
-
- ANSWER_NO - Static variable in interface com.izforge.izpack.api.handler.AbstractUIHandler
-
- ANSWER_YES - Static variable in interface com.izforge.izpack.api.handler.AbstractUIHandler
-
- APP_NAME - Static variable in class com.izforge.izpack.api.data.ScriptParserConstant
-
The application name.
- APP_URL - Static variable in class com.izforge.izpack.api.data.ScriptParserConstant
-
The application URL.
- APP_VER - Static variable in class com.izforge.izpack.api.data.ScriptParserConstant
-
The application version.
- applyLN(DOMResult) - Method in class com.izforge.izpack.api.adaptator.impl.LineNumberFilter
-
Apply line numbers stored by a parse using this object on the xml elements.
- argList - Variable in class com.izforge.izpack.api.data.ExecutableFile
-
List of arguments
- as(Class<T>) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- as(Class<T>, String) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- as(Class<T>) - Method in class com.izforge.izpack.api.config.BasicProfile
-
- as(Class<T>, String) - Method in class com.izforge.izpack.api.config.BasicProfile
-
- as(Class<T>) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- as(Class<T>, String) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- as(Class<T>) - Method in interface com.izforge.izpack.api.config.Profile
-
- as(Class<T>, String) - Method in interface com.izforge.izpack.api.config.Profile
-
- ASK - Static variable in class com.izforge.izpack.api.data.ExecutableFile
-
- askQuestion(String, String, int) - Method in interface com.izforge.izpack.api.handler.AbstractUIHandler
-
Ask the user a question.
- askQuestion(String, String, int, int) - Method in interface com.izforge.izpack.api.handler.AbstractUIHandler
-
Ask the user a question.
- askWarningQuestion(String, String, int, int) - Method in interface com.izforge.izpack.api.handler.AbstractUIHandler
-
Ask the use a question in the form of a warning.
- Author(String, String) - Constructor for class com.izforge.izpack.api.data.Info.Author
-
The constructor.
- AUTOINSTALL_PANELROOT_ATTR_ID - Static variable in class com.izforge.izpack.api.data.AutomatedInstallData
-
The attribute for a panel ID in the auto-install.xml record
- AutomatedInstallData - Class in com.izforge.izpack.api.data
-
Encloses information about the install process.
- AutomatedInstallData(Variables, Platform) - Constructor for class com.izforge.izpack.api.data.AutomatedInstallData
-
Constructs an AutomatedInstallData.
- available() - Method in class com.izforge.izpack.api.adaptator.impl.XMLParser.ByteBufferInputStream
-
- get(Object) - Method in class com.izforge.izpack.api.config.BasicMultiMap
-
- get(Object, int) - Method in class com.izforge.izpack.api.config.BasicMultiMap
-
- get(Object, Class<T>) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- get(Object, String) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- get(Object, Class<T>, T) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- get(Object, int, Class<T>) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- get(Object, Object) - Method in class com.izforge.izpack.api.config.BasicProfile
-
- get(Object, Object, Class<T>) - Method in class com.izforge.izpack.api.config.BasicProfile
-
- get(Object) - Method in class com.izforge.izpack.api.config.BasicRegistry
-
- get(Object, int) - Method in class com.izforge.izpack.api.config.BasicRegistry
-
- get(String, String) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- get(String, String, boolean) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- get(String, String, boolean, Map<String, String>) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- get(Object, int) - Method in interface com.izforge.izpack.api.config.MultiMap
-
- get(Object, String) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- get(Object, Class<T>) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- get(Object, Class<T>, T) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- get(Object, int, Class<T>) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- get(Object, Object) - Method in interface com.izforge.izpack.api.config.Profile
-
- get(Object, Object, Class<T>) - Method in interface com.izforge.izpack.api.config.Profile
-
- get(Object) - Method in interface com.izforge.izpack.api.config.Registry
-
- get(Object, int) - Method in interface com.izforge.izpack.api.config.Registry
-
- get(Object) - Method in class com.izforge.izpack.api.data.LocaleDatabase
-
Returns the message with the specified identifier.
- get(String, Object...) - Method in class com.izforge.izpack.api.data.LocaleDatabase
-
Formats the message with the specified identifier, replacing placeholders with the supplied arguments.
- get(String) - Method in interface com.izforge.izpack.api.data.Variables
-
Returns the value of the specified variable.
- get(String, String) - Method in interface com.izforge.izpack.api.data.Variables
-
Returns the value of the specified variable.
- get(String, Object...) - Method in interface com.izforge.izpack.api.resource.Messages
-
Formats the message with the specified identifier, replacing placeholders with the supplied arguments.
- getActionClassName() - Method in class com.izforge.izpack.api.data.PanelActionConfiguration
-
- getActionStage() - Method in class com.izforge.izpack.api.data.binding.Action
-
- getAdditionals() - Method in class com.izforge.izpack.api.data.PackFile
-
Returns the additionals map.
- getAffectedVariableNames() - Method in class com.izforge.izpack.api.data.Panel
-
Gets a unique collection of names of variables that might me affected when this panel is active.
- getAll(Object) - Method in class com.izforge.izpack.api.config.BasicMultiMap
-
- getAll(Object, Class<T>) - Method in class com.izforge.izpack.api.config.BasicOptionMap
-
- getAll(Object) - Method in interface com.izforge.izpack.api.config.MultiMap
-
- getAll(Object, Class<T>) - Method in interface com.izforge.izpack.api.config.OptionMap
-
- getAllPacks() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getAllPacks() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns all packs.
- getAppName() - Method in class com.izforge.izpack.api.data.Info
-
Gets the application name.
- getAppURL() - Method in class com.izforge.izpack.api.data.Info
-
Gets the application URL.
- getAppVersion() - Method in class com.izforge.izpack.api.data.Info
-
Gets the version.
- getArch() - Method in class com.izforge.izpack.api.data.binding.OsModel
-
- getArchiveFilePosition() - Method in class com.izforge.izpack.api.data.XPackFile
-
Returns the position of the file in the archive.
- getArguments() - Method in exception com.izforge.izpack.api.exception.NativeLibException
-
Returns the internal argument list.
- getAttribute(String) - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getAttribute(String, String) - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getAttribute(String) - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns the value of an attribute.
- getAttribute(String, String) - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns the value of an attribute.
- getAttribute(String) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Returns the value of the named attribute.
- getAttribute() - Method in enum com.izforge.izpack.api.data.Blockable
-
- getAttribute(String) - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the value of the named attribute.
- getAttribute() - Method in enum com.izforge.izpack.api.data.OverrideType
-
- getAttribute() - Method in enum com.izforge.izpack.api.installer.DataValidator.Status
-
- getAttribute() - Method in enum com.izforge.izpack.api.rules.ComparisonOperator
-
- getAttributes() - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getAttributes() - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns all attributes as a Properties object.
- getAttributes() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getAuthors() - Method in class com.izforge.izpack.api.data.Info
-
Gets the authors list.
- getAvailablePacks() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getAvailablePacks() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the packs available to be installed on the current platform.
- getBlockableFromAttribute(String) - Static method in enum com.izforge.izpack.api.data.Blockable
-
- getBlockedVariableNames(Object) - Method in interface com.izforge.izpack.api.data.Variables
-
Get a set of variable names that are blocked by blocking object.
- getBoolean(String, String) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- getBoolean(String) - Method in interface com.izforge.izpack.api.data.Variables
-
Returns the boolean value of the specified variable.
- getBoolean(String, boolean) - Method in interface com.izforge.izpack.api.data.Variables
-
Returns the boolean value of the specified variable.
- getChild(String) - Method in interface com.izforge.izpack.api.config.Profile.Section
-
- getChild(String) - Method in interface com.izforge.izpack.api.config.Registry.Key
-
- getChildAtIndex(int) - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getChildAtIndex(int) - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns the child at a specific index.
- getChildren() - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getChildren() - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns a list containing all the child elements.
- getChildren() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the children pack names.
- getChildrenCount() - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getChildrenCount() - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns the number of children.
- getChildrenNamed(String) - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getChildrenNamed(String) - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns a list of all child elements named name.
- getClass(String, Class<T>) - Method in interface com.izforge.izpack.api.container.Container
-
Returns a class given its name.
- getClassname() - Method in class com.izforge.izpack.api.data.binding.Action
-
- getClassname() - Method in class com.izforge.izpack.api.data.binding.Listener
-
- getClassName() - Method in class com.izforge.izpack.api.data.Panel
-
- getClassName(String) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
Returns the class name implementing a condition type.
- getComment(Object) - Method in interface com.izforge.izpack.api.config.CommentedMap
-
- getComment(Object) - Method in class com.izforge.izpack.api.config.CommonMultiMap
-
- getComparisonOperatorFromAttribute(String) - Static method in enum com.izforge.izpack.api.rules.ComparisonOperator
-
- getComponent(Class<T>) - Method in interface com.izforge.izpack.api.container.Container
-
Retrieve a component by its component type.
- getComponent(Object) - Method in interface com.izforge.izpack.api.container.Container
-
Retrieve a component by its component key or type.
- getCompressionFormat() - Method in class com.izforge.izpack.api.data.Info
-
- getCondition() - Method in class com.izforge.izpack.api.data.ExecutableFile
-
- getCondition() - Method in class com.izforge.izpack.api.data.InstallerRequirement
-
- getCondition() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the condition that must be fulfilled for the pack to be installed.
- getCondition() - Method in class com.izforge.izpack.api.data.PackFile
-
- getCondition() - Method in class com.izforge.izpack.api.data.Panel
-
- getCondition() - Method in class com.izforge.izpack.api.data.ParsableFile
-
- getCondition(String) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- getConditionid() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- getConfig() - Method in interface com.izforge.izpack.api.config.Configurable
-
- getConfig() - Method in class com.izforge.izpack.api.config.Ini
-
- getConfig() - Method in class com.izforge.izpack.api.config.Options
-
- getConfig() - Method in class com.izforge.izpack.api.config.Reg
-
- getConfigurationOption(String) - Method in interface com.izforge.izpack.api.data.Configurable
-
Get an optional configuration value to the implementing instance from the implementing instance
- getConfigurationOption(String) - Method in class com.izforge.izpack.api.handler.DefaultConfigurationHandler
-
- getConfigurationOptionValue(String) - Method in interface com.izforge.izpack.api.data.Configurable
-
Get an optional configuration value to the implementing instance from the implementing instance
- getConfigurationOptionValue(String, RulesEngine) - Method in interface com.izforge.izpack.api.data.Configurable
-
Get an optional configuration value to the implementing instance from the implementing instance
- getConfigurationOptionValue(String, RulesEngine, String) - Method in interface com.izforge.izpack.api.data.Configurable
-
Get an optional configuration value to the implementing instance from the implementing instance.
- getConfigurationOptionValue(String, RulesEngine, String) - Method in class com.izforge.izpack.api.handler.DefaultConfigurationHandler
-
- getConfigurationOptionValue(String) - Method in class com.izforge.izpack.api.handler.DefaultConfigurationHandler
-
- getConfigurationOptionValue(String, RulesEngine) - Method in class com.izforge.izpack.api.handler.DefaultConfigurationHandler
-
- getConfirmQuitType() - Method in class com.izforge.izpack.api.data.Panel
-
Gets the behavior when quit is pressed on this panel.
- getContent() - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getContent() - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Return the #PCDATA content of the element.
- getDefault() - Static method in enum com.izforge.izpack.api.substitutor.SubstitutionType
-
- getDefaultAnswer() - Method in interface com.izforge.izpack.api.data.DynamicInstallerRequirementValidator
-
- getDefaultAnswer() - Method in class com.izforge.izpack.api.data.PanelValidator
-
- getDefaultAnswer() - Method in interface com.izforge.izpack.api.installer.DataValidator
-
If the installer is run in automated mode, and validateData
returns Status.WARNING, this method is asked how to go on instead of an user answer.
- getDefaultInstallPath() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Returns the default install path.
- getDefaultInstallPath() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the default install path.
- getDependants() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the names of the pack that are dependent on this pack.
- getDependencies() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the pack's dependencies.
- getDependencies() - Method in class com.izforge.izpack.api.data.PackInfo
-
- getDependenciesDetails() - Method in class com.izforge.izpack.api.rules.CompareCondition
-
- getDependenciesDetails() - Method in class com.izforge.izpack.api.rules.Condition
-
- getDescription() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the pack description.
- getDetails(Throwable) - Static method in class com.izforge.izpack.api.handler.AbstractPrompt
-
- getDisplayHiddenCondition() - Method in class com.izforge.izpack.api.data.Panel
-
Get the 'displayHiddenCondition' of this panel.
- getDocumentLocator() - Method in class com.izforge.izpack.api.adaptator.impl.LineNumberFilter
-
Return the locator on the current position.
- getDouble(String, String) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- getDynamicInstallerRequirements() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getDynamicInstallerRequirements() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the dynamic installer requirement validators.
- getElement() - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getElement() - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Get the embeded node of the XmlElement
- getEmail() - Method in class com.izforge.izpack.api.data.Info.Author
-
Gets the author email.
- getEncoding() - Method in class com.izforge.izpack.api.data.ParsableFile
-
Returns the file encoding.
- getEnvironment(String) - Static method in class com.izforge.izpack.api.config.Config
-
- getEnvironment(String, String) - Static method in class com.izforge.izpack.api.config.Config
-
- getErrorMessageId() - Method in interface com.izforge.izpack.api.data.DynamicInstallerRequirementValidator
-
- getErrorMessageId() - Method in class com.izforge.izpack.api.data.PanelValidator
-
- getErrorMessageId() - Method in interface com.izforge.izpack.api.installer.DataValidator
-
Returns the string with either a message if from translations or the message itself in case validateData
returns Status.ERROR.
- getExcludeGroup() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the exclude group for the pack.
- getExecutables() - Method in class com.izforge.izpack.api.data.PackInfo
-
List of parsables for this Pack.
- getExpiresDate() - Method in class com.izforge.izpack.api.data.Info
-
- getFamily() - Method in class com.izforge.izpack.api.data.binding.OsModel
-
- getFile() - Method in class com.izforge.izpack.api.config.Ini
-
- getFile() - Method in class com.izforge.izpack.api.config.Options
-
- getFile() - Method in interface com.izforge.izpack.api.config.Persistable
-
- getFile() - Method in class com.izforge.izpack.api.config.Reg
-
- getFile() - Method in interface com.izforge.izpack.api.data.Overrides
-
Returns a reference to the overrides file used to initialize this container.
- getFile() - Method in class com.izforge.izpack.api.data.PackFile
-
The packed file object
- getFile(PackFile) - Method in class com.izforge.izpack.api.data.PackInfo
-
The file described by the specified PackFile.
- getFileEncoding() - Method in class com.izforge.izpack.api.config.Config
-
- getFiles() - Method in class com.izforge.izpack.api.data.binding.Listener
-
- getFileSize() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the size of the pack.
- getFilters() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- getFirstChildNamed(String) - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getFirstChildNamed(String) - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Searches a child element.
- getFloat(String, String) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- getFooterComment() - Method in class com.izforge.izpack.api.config.BasicProfile
-
- getFooterComment() - Method in class com.izforge.izpack.api.config.Options
-
- getFooterComment() - Method in interface com.izforge.izpack.api.config.Profile
-
- getGlobal() - Static method in class com.izforge.izpack.api.config.Config
-
- getGlobalSectionName() - Method in class com.izforge.izpack.api.config.Config
-
- getGroup() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the pack group.
- getHeaderComment() - Method in class com.izforge.izpack.api.config.BasicProfile
-
- getHeaderComment() - Method in class com.izforge.izpack.api.config.Options
-
- getHeaderComment() - Method in interface com.izforge.izpack.api.config.Profile
-
- getHelpUrl(String) - Method in class com.izforge.izpack.api.data.Panel
-
- getHideForceOption() - Method in class com.izforge.izpack.api.data.Info
-
- getId() - Method in class com.izforge.izpack.api.data.PackFile
-
Get the unique ID compiled into this object
- getId() - Method in class com.izforge.izpack.api.rules.Condition
-
- getImageIcon(String, String...) - Method in interface com.izforge.izpack.api.resource.Resources
-
Returns an ImageIcon resource.
- getImageId() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the pack image resource identifier.
- getInfo() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getInfo() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the installation information.
- getIni() - Method in class com.izforge.izpack.api.config.ConfigParser
-
- getIni() - Method in class com.izforge.izpack.api.config.IniPreferences
-
Provide access to underlaying
Ini implementation.
- getInputStream(String) - Method in interface com.izforge.izpack.api.resource.Resources
-
Returns the stream to a resource.
- getInstallationRecord() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getInstallationRecord() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the XML data for automated installation.
- getInstallationRecordPanelRoot(String) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getInstallationSubPath() - Method in class com.izforge.izpack.api.data.Info
-
Gets the installation subpath.
- getInstallData() - Method in class com.izforge.izpack.api.config.Config
-
- getInstallData() - Method in interface com.izforge.izpack.api.data.Value
-
- getInstallData() - Method in class com.izforge.izpack.api.rules.Condition
-
- getInstallerBase() - Method in class com.izforge.izpack.api.data.Info
-
Gets the installer name.
- getInstallerRequirements() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getInstallerRequirements() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the installer requirements.
- getInstallGroups() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the installation groups that this pack belongs to.
- getInstallPath() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Returns the install path.
- getInstallPath() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the install path.
- getInstance() - Static method in class com.izforge.izpack.api.config.spi.BeanTool
-
- getInstance() - Static method in class com.izforge.izpack.api.config.spi.EscapeTool
-
- getInstance() - Static method in class com.izforge.izpack.api.config.spi.RegEscapeTool
-
- getInstance() - Static method in class com.izforge.izpack.api.config.spi.WinEscapeTool
-
- getInt(String, String) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- getInt(String) - Method in interface com.izforge.izpack.api.data.Variables
-
Returns the integer value of the specified variable.
- getInt(String, int) - Method in interface com.izforge.izpack.api.data.Variables
-
Returns the integer value of the specified variable.
- getIso3() - Method in class com.izforge.izpack.api.data.binding.Help
-
- getISOCode() - Method in interface com.izforge.izpack.api.resource.Locales
-
Returns the current locale's 3 character ISO code.
- getISOCodes() - Method in interface com.izforge.izpack.api.resource.Locales
-
Returns the 3 character ISO codes of the supported locales.
- getJar() - Method in class com.izforge.izpack.api.data.binding.Listener
-
- getJavaVersion() - Method in class com.izforge.izpack.api.data.Info
-
Gets the Java version required.
- getJavaVersionStrict() - Method in class com.izforge.izpack.api.data.Info
-
Gets the Java version strict parameter.
- getJre() - Method in class com.izforge.izpack.api.data.binding.OsModel
-
- getKnownConditionIds() - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- getLangPackId() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the language pack identifier, used for internationalisation.
- getLeftOperand() - Method in class com.izforge.izpack.api.rules.CompareCondition
-
- getLibErr() - Method in exception com.izforge.izpack.api.exception.NativeLibException
-
Returns the number of the internal handled error.
- getLibMessage() - Method in exception com.izforge.izpack.api.exception.NativeLibException
-
Returns the message of the internal handled error.
- getLineNr() - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getLineNr() - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns the line number in the data where the element started.
- getLineSeparator() - Method in class com.izforge.izpack.api.config.Config
-
- getLinkedPackFile() - Method in class com.izforge.izpack.api.data.PackFile
-
- getListeners() - Method in class com.izforge.izpack.api.data.binding.IzpackProjectInstaller
-
- getLocale() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getLocale() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the current locale.
- getLocale() - Method in interface com.izforge.izpack.api.resource.Locales
-
Returns the current locale.
- getLocale(String) - Method in interface com.izforge.izpack.api.resource.Locales
-
Returns the locale corresponding to the supplied ISO2/ISO3 code.
- getLocaleISO2() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getLocaleISO2() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the current locale's ISO2 language code.
- getLocaleISO3() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getLocaleISO3() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the current locale's ISO3 language code.
- getLocales() - Method in interface com.izforge.izpack.api.resource.Locales
-
Returns the supported locales.
- getLocalizedLibMessage() - Method in exception com.izforge.izpack.api.exception.NativeLibException
-
Returns the localized message of the internal handled error.
- getLong(String, String) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- getLong(String) - Method in interface com.izforge.izpack.api.data.Variables
-
Returns the long value of the specified variable.
- getLong(String, long) - Method in interface com.izforge.izpack.api.data.Variables
-
Returns the long value of the specified variable.
- getMediaPath() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Returns the media path for multi-volume installation.
- getMediaPath() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the media path for multi-volume installation.
- getMessage() - Method in class com.izforge.izpack.api.data.InstallerRequirement
-
- getMessage() - Method in exception com.izforge.izpack.api.exception.NativeLibException
-
- getMessage() - Method in exception com.izforge.izpack.api.exception.WrappedNativeLibException
-
- getMessages() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Returns the localised messages.
- getMessages() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the localised messages.
- getMessages() - Method in class com.izforge.izpack.api.data.LocaleDatabase
-
Returns the messages.
- getMessages() - Method in interface com.izforge.izpack.api.resource.Locales
-
Returns messages for the current locale.
- getMessages(String) - Method in interface com.izforge.izpack.api.resource.Locales
-
Returns the named messages for the current locale.
- getMessages() - Method in interface com.izforge.izpack.api.resource.Messages
-
Returns the messages.
- getName() - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- getName() - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Returns the name of the element.
- getName() - Method in interface com.izforge.izpack.api.config.Profile.Section
-
- getName() - Method in class com.izforge.izpack.api.data.binding.OsModel
-
- getName() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- getName() - Method in class com.izforge.izpack.api.data.GUIPrefs.LookAndFeel
-
- getName() - Method in class com.izforge.izpack.api.data.Info.Author
-
Gets the author name.
- getName() - Method in enum com.izforge.izpack.api.data.LookAndFeels
-
- getName() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the pack name.
- getNames() - Method in interface com.izforge.izpack.api.data.Configurable
-
Get all configuration option names
- getNames() - Method in class com.izforge.izpack.api.handler.DefaultConfigurationHandler
-
- getNewLineCount(Object) - Method in interface com.izforge.izpack.api.config.CommentedMap
-
- getNewLineCount(Object) - Method in class com.izforge.izpack.api.config.CommonMultiMap
-
- getNotifiers() - Method in interface com.izforge.izpack.api.event.ProgressNotifiers
-
Returns the count of registered listeners that may perform notification.
- getObject(String) - Method in interface com.izforge.izpack.api.resource.Resources
-
Returns an object resource.
- getOnDeselect() - Method in class com.izforge.izpack.api.data.Pack
-
- getOnSelect() - Method in class com.izforge.izpack.api.data.Pack
-
- getOperands() - Method in class com.izforge.izpack.api.rules.ConditionWithMultipleOperands
-
- getOperator() - Method in class com.izforge.izpack.api.config.Config
-
- getOperator() - Method in class com.izforge.izpack.api.rules.CompareCondition
-
- getOs() - Method in class com.izforge.izpack.api.data.binding.Listener
-
- getOsConstraints() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the target platforms for the pack.
- getOsConstraints() - Method in class com.izforge.izpack.api.data.Panel
-
- getOsConstraints() - Method in class com.izforge.izpack.api.data.ParsableFile
-
Returns the list of OS constraints limiting file installation.
- getOsErr() - Method in exception com.izforge.izpack.api.exception.NativeLibException
-
Returns the number of the system error.
- getOsMessage() - Method in exception com.izforge.izpack.api.exception.NativeLibException
-
Returns the message of the system error.
- getOverrides() - Method in interface com.izforge.izpack.api.data.Variables
-
Return all variables overrides.
- getOverrideTypeFromAttribute(String) - Static method in enum com.izforge.izpack.api.data.OverrideType
-
- getPack() - Method in class com.izforge.izpack.api.data.PackInfo
-
- getPack200Properties() - Method in class com.izforge.izpack.api.data.PackFile
-
- getPackFiles() - Method in class com.izforge.izpack.api.data.PackInfo
-
Set of PackFile objects for this Pack.
- getPackFilesMap() - Method in class com.izforge.izpack.api.data.PackInfo
-
Provides the complete ordered map of PackFile -> File objects for being able to override entries.
- getPanelId() - Method in class com.izforge.izpack.api.data.Panel
-
- getPanels() - Method in class com.izforge.izpack.api.data.binding.IzpackProjectInstaller
-
- getPanelsOrder() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getPanelsOrder() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the panels.
- getParent() - Method in interface com.izforge.izpack.api.config.Profile.Section
-
- getParent() - Method in interface com.izforge.izpack.api.config.Registry.Key
-
- getParent() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the parent pack name.
- getParsables() - Method in class com.izforge.izpack.api.data.PackInfo
-
List of parsables for this Pack.
- getPath() - Method in class com.izforge.izpack.api.data.ParsableFile
-
Returns the file path.
- getPathSeparator() - Method in class com.izforge.izpack.api.config.Config
-
- getPlatform() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Returns the current platform.
- getPlatform() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the current platform.
- getPostValidationActions() - Method in class com.izforge.izpack.api.data.Panel
-
- getPreActivationActions() - Method in class com.izforge.izpack.api.data.Panel
-
- getPreConstructionActions() - Method in class com.izforge.izpack.api.data.Panel
-
- getPrefix() - Method in class com.izforge.izpack.api.data.Info.TempDir
-
- getPreValidationActions() - Method in class com.izforge.izpack.api.data.Panel
-
- getPrivilegedExecutionConditionID() - Method in class com.izforge.izpack.api.data.Info
-
- getPromptType() - Method in exception com.izforge.izpack.api.exception.IzPackException
-
- getProperties() - Method in class com.izforge.izpack.api.data.PanelActionConfiguration
-
- getProperties() - Method in interface com.izforge.izpack.api.data.Variables
-
Exposes the variables as properties.
- getProperty(String, Class<?>) - Method in class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- getProperty(String) - Method in class com.izforge.izpack.api.data.PanelActionConfiguration
-
- getProperty(String, String) - Method in class com.izforge.izpack.api.data.PanelActionConfiguration
-
- getPropertySpi(String, Class<?>) - Method in class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- getProxy() - Method in class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- getReadonlyCondition() - Method in class com.izforge.izpack.api.data.Panel
-
Get the 'readonlyCondition' of this panel.
- getRebootAction() - Method in class com.izforge.izpack.api.data.Info
-
- getRebootActionConditionID() - Method in class com.izforge.izpack.api.data.Info
-
- getReferencedCondition() - Method in class com.izforge.izpack.api.rules.ConditionReference
-
- getRelativeSourcePath() - Method in class com.izforge.izpack.api.data.PackFile
-
The Path of the file relative to the given (compiletime's) basedirectory.
- getRightOperand() - Method in class com.izforge.izpack.api.rules.CompareCondition
-
- getRules() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getRules() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the rules.
- getSelectedPacks() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- getSelectedPacks() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the selected packs.
- getSimpleName() - Method in interface com.izforge.izpack.api.config.Profile.Section
-
- getSize() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the size of the pack.
- getSpi(String) - Method in class com.izforge.izpack.api.config.IniPreferences
-
- getSpi(String) - Method in class com.izforge.izpack.api.config.IniPreferences.SectionPreferences
-
- getSrc() - Method in class com.izforge.izpack.api.data.binding.Help
-
- getStage() - Method in class com.izforge.izpack.api.data.binding.Listener
-
- getStatusFromAttribute(String) - Static method in enum com.izforge.izpack.api.installer.DataValidator.Status
-
- getStreamOffset() - Method in class com.izforge.izpack.api.data.PackFile
-
- getStreamResourceName() - Method in class com.izforge.izpack.api.data.PackFile
-
- getString(String, String[]) - Method in class com.izforge.izpack.api.data.LocaleDatabase
-
Convenience method to retrieve an element and simultaneously insert variables into the
string.
- getString(String) - Method in interface com.izforge.izpack.api.resource.Resources
-
Returns a UTF-8 encoded resource as a string.
- getString(String, String) - Method in interface com.izforge.izpack.api.resource.Resources
-
Returns a UTF-8 encoded resource as a string.
- getString(String, String, String) - Method in interface com.izforge.izpack.api.resource.Resources
-
Returns a resource as a string.
- getSuffix() - Method in class com.izforge.izpack.api.data.Info.TempDir
-
- getSummaryBody() - Method in interface com.izforge.izpack.api.installer.ISummarisable
-
This method will be called to get the summary of this class which should be placed
in the SummaryPanel.
- getSummaryCaption() - Method in interface com.izforge.izpack.api.installer.ISummarisable
-
This method will be called to get the caption for this class which should be placed in
the SummaryPanel.
- getSummaryLogFilePath() - Method in class com.izforge.izpack.api.data.Info
-
Returns the summary log file path.
- getSystemProperty(String) - Static method in class com.izforge.izpack.api.config.Config
-
- getSystemProperty(String, String) - Static method in class com.izforge.izpack.api.config.Config
-
- getTargetPath() - Method in class com.izforge.izpack.api.data.PackFile
-
The full path name of the target file, using '/' as fileseparator.
- getTempDirs() - Method in class com.izforge.izpack.api.data.Info
-
- getThrowableMessage(Throwable) - Static method in class com.izforge.izpack.api.handler.AbstractPrompt
-
Try to extract the uppermost message from a Throwable's stacktrace.
- getTitle(Prompt.Type) - Method in class com.izforge.izpack.api.handler.AbstractPrompt
-
Returns the dialog title based on the type of the message.
- getType(Object) - Method in interface com.izforge.izpack.api.config.Registry.Key
-
- getType(Object, Registry.Type) - Method in interface com.izforge.izpack.api.config.Registry.Key
-
- getType() - Method in class com.izforge.izpack.api.config.spi.TypeValuesPair
-
- getType() - Method in class com.izforge.izpack.api.data.ParsableFile
-
Returns the substitution type.
- getType() - Method in enum com.izforge.izpack.api.substitutor.SubstitutionType
-
- getUninstallerCondition() - Method in class com.izforge.izpack.api.data.Info
-
- getUninstallerName() - Method in class com.izforge.izpack.api.data.Info
-
Returns the name of the uninstaller.
- getUninstallerPath() - Method in class com.izforge.izpack.api.data.Info
-
Returns the path to the uninstaller
- getUnpackerClassName() - Method in class com.izforge.izpack.api.data.Info
-
- getUpdateChecks() - Method in class com.izforge.izpack.api.data.PackInfo
-
List of update checks for this Pack.
- getURL(String) - Method in interface com.izforge.izpack.api.resource.Resources
-
Returns the URL to a resource.
- getValidatorCondition(int) - Method in class com.izforge.izpack.api.data.Panel
-
Gets a validator condition
- getValidatorConfiguration(int) - Method in class com.izforge.izpack.api.data.Panel
-
Gets a validator condition
- getValidators() - Method in class com.izforge.izpack.api.data.Pack
-
Returns the pack validators.
- getValidators() - Method in class com.izforge.izpack.api.data.Panel
-
Get validator and validator condition entries for this panel
- getValue(RulesEngine) - Method in class com.izforge.izpack.api.data.ConfigurationOption
-
Get the option's current value according to the optional condition
- getValue() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- getValues() - Method in class com.izforge.izpack.api.config.spi.TypeValuesPair
-
- getVariable(String) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Returns the current value of the specified variable.
- getVariable(String) - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the current value of the specified variable.
- getVariableName() - Method in class com.izforge.izpack.api.data.Info.TempDir
-
- getVariables() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Returns the variables.
- getVariables() - Method in interface com.izforge.izpack.api.data.InstallData
-
Returns the variables.
- getVariantName() - Method in class com.izforge.izpack.api.data.GUIPrefs.LookAndFeel
-
- getVarRefs(RulesEngine) - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
This element will be called when the order of variable resolutions is
determined.
- getVarRefs() - Method in interface com.izforge.izpack.api.data.Value
-
- getVarRefs() - Method in class com.izforge.izpack.api.rules.Condition
-
This element will be called when the order of variable resolutions is
determined.
- getVarRefs() - Method in class com.izforge.izpack.api.rules.ConditionReference
-
- getVarRefs() - Method in class com.izforge.izpack.api.rules.ConditionWithMultipleOperands
-
- getVersion() - Method in class com.izforge.izpack.api.config.BasicRegistry
-
- getVersion() - Method in interface com.izforge.izpack.api.config.Registry
-
- getVersion() - Method in class com.izforge.izpack.api.data.binding.OsModel
-
- getWarningMessageId() - Method in interface com.izforge.izpack.api.data.DynamicInstallerRequirementValidator
-
- getWarningMessageId() - Method in class com.izforge.izpack.api.data.PanelValidator
-
- getWarningMessageId() - Method in interface com.izforge.izpack.api.installer.DataValidator
-
Returns the string with either a message if from translations or the message itself in case validateData
returns Status.WARNING.
- getWebDirURL() - Method in class com.izforge.izpack.api.data.Info
-
Gets the webDir URL if it has been specified
- GuiId - Enum in com.izforge.izpack.api
-
Enum with identifier of frames
- GUIPrefs - Class in com.izforge.izpack.api.data
-
This class holds the GUI preferences for an installer.
- GUIPrefs() - Constructor for class com.izforge.izpack.api.data.GUIPrefs
-
- GUIPrefs.LookAndFeel - Class in com.izforge.izpack.api.data
-
- id - Variable in enum com.izforge.izpack.api.GuiId
-
- IGNORE - Static variable in class com.izforge.izpack.api.data.ExecutableFile
-
- includesList - Variable in class com.izforge.izpack.api.data.UpdateCheck
-
ant-fileset-like list of include patterns, based on INSTALL_PATH if relative
- indexOf(InstallerListener) - Method in interface com.izforge.izpack.api.event.ProgressNotifiers
-
Returns the index of the specified listener.
- Info - Class in com.izforge.izpack.api.data
-
Contains some information for an installer, as defined in the section of the XML files.
- Info() - Constructor for class com.izforge.izpack.api.data.Info
-
The constructor, deliberately void.
- Info.Author - Class in com.izforge.izpack.api.data
-
This class represents an author.
- Info.TempDir - Class in com.izforge.izpack.api.data
-
Represents a temporary directory with a randomly generated file name starting with
the specified prefix and ending with the specified suffix.
- Ini - Class in com.izforge.izpack.api.config
-
- Ini() - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(Config) - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(Reader) - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(Reader, Config) - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(InputStream) - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(InputStream, Config) - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(URL) - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(URL, Config) - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(File) - Constructor for class com.izforge.izpack.api.config.Ini
-
- Ini(File, Config) - Constructor for class com.izforge.izpack.api.config.Ini
-
- IniBuilder - Class in com.izforge.izpack.api.config.spi
-
- IniBuilder() - Constructor for class com.izforge.izpack.api.config.spi.IniBuilder
-
- IniFormatter - Class in com.izforge.izpack.api.config.spi
-
- IniFormatter() - Constructor for class com.izforge.izpack.api.config.spi.IniFormatter
-
- IniHandler - Interface in com.izforge.izpack.api.config.spi
-
- IniParser - Class in com.izforge.izpack.api.config.spi
-
- IniParser() - Constructor for class com.izforge.izpack.api.config.spi.IniParser
-
- IniPreferences - Class in com.izforge.izpack.api.config
-
- IniPreferences(Ini) - Constructor for class com.izforge.izpack.api.config.IniPreferences
-
Constructs a new preferences node on top of Ini instance.
- IniPreferences(Reader) - Constructor for class com.izforge.izpack.api.config.IniPreferences
-
Constructs a new preferences node based on newly loaded Ini instance.
- IniPreferences(InputStream) - Constructor for class com.izforge.izpack.api.config.IniPreferences
-
Constructs a new preferences node based on newly loaded Ini instance.
- IniPreferences(URL) - Constructor for class com.izforge.izpack.api.config.IniPreferences
-
Constructs a new preferences node based on newly loaded Ini instance.
- IniPreferences.SectionPreferences - Class in com.izforge.izpack.api.config
-
- IniPreferencesFactory - Class in com.izforge.izpack.api.config
-
- IniPreferencesFactory() - Constructor for class com.izforge.izpack.api.config.IniPreferencesFactory
-
- initialise() - Method in class com.izforge.izpack.api.event.AbstractInstallerListener
-
Initialises the listener.
- initialise() - Method in class com.izforge.izpack.api.event.AbstractUninstallerListener
-
Initialises the listener.
- initialise() - Method in interface com.izforge.izpack.api.event.InstallationListener
-
Initializes the listener.
- inject(Object, BeanAccess) - Method in class com.izforge.izpack.api.config.spi.BeanTool
-
- inject(BeanAccess, Object) - Method in class com.izforge.izpack.api.config.spi.BeanTool
-
- INSTALL_DRIVE - Static variable in class com.izforge.izpack.api.data.AutomatedInstallData
-
The install drive (Windows only, otherwise not set)
- INSTALL_PATH - Static variable in interface com.izforge.izpack.api.data.InstallData
-
The install path.
- INSTALLATION_INFORMATION - Static variable in interface com.izforge.izpack.api.data.InstallData
-
Installation information file name.
- InstallationListener - Interface in com.izforge.izpack.api.event
-
- InstallData - Interface in com.izforge.izpack.api.data
-
InstallData holds data used throughout the installation.
- INSTALLER_MODE - Static variable in interface com.izforge.izpack.api.data.InstallData
-
Installer mode - auto, console, gui
- INSTALLER_MODE_AUTO - Static variable in interface com.izforge.izpack.api.data.InstallData
-
- INSTALLER_MODE_CONSOLE - Static variable in interface com.izforge.izpack.api.data.InstallData
-
- INSTALLER_MODE_GUI - Static variable in interface com.izforge.izpack.api.data.InstallData
-
- InstallerException - Exception in com.izforge.izpack.api.exception
-
Indicates a Failure in a custom action.
- InstallerException(String) - Constructor for exception com.izforge.izpack.api.exception.InstallerException
-
- InstallerException(Throwable) - Constructor for exception com.izforge.izpack.api.exception.InstallerException
-
- InstallerException(String, Throwable) - Constructor for exception com.izforge.izpack.api.exception.InstallerException
-
- InstallerListener - Interface in com.izforge.izpack.api.event
-
Implementations of this class are used to handle customizing installation.
- InstallerRequirement - Class in com.izforge.izpack.api.data
-
A requirement which has to be fulfilled to start the installer.
- InstallerRequirement() - Constructor for class com.izforge.izpack.api.data.InstallerRequirement
-
- InterpolationException(String) - Constructor for exception com.izforge.izpack.api.config.ConfigParser.InterpolationException
-
- InvalidFileFormatException - Exception in com.izforge.izpack.api.config
-
- InvalidFileFormatException(String) - Constructor for exception com.izforge.izpack.api.config.InvalidFileFormatException
-
- invoke(Object, Method, Object[]) - Method in class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- IP_ADDRESS - Static variable in class com.izforge.izpack.api.data.ScriptParserConstant
-
The ip address.
- is(LookAndFeels) - Method in class com.izforge.izpack.api.data.GUIPrefs.LookAndFeel
-
- isAutoNumbering() - Method in class com.izforge.izpack.api.config.Config
-
- isAutoUnset() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
Check whether this dynamic variable should be automatically unset if its condition is not met.
- isBackReference() - Method in class com.izforge.izpack.api.data.PackFile
-
- isBlockedVariableName(String) - Method in interface com.izforge.izpack.api.data.Variables
-
Whether a variable is currently blocked against being refreshed.
- isCanClose() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- isCanClose() - Method in interface com.izforge.izpack.api.data.InstallData
-
Determines if the installer can close.
- isChecked() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- isCheckonce() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- isComment() - Method in class com.izforge.izpack.api.config.Config
-
- isConditionTrue(String, InstallData) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- isConditionTrue(Condition, InstallData) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- isConditionTrue(String) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- isConditionTrue(Condition) - Method in interface com.izforge.izpack.api.rules.RulesEngine
-
- isDirectory() - Method in class com.izforge.izpack.api.data.PackFile
-
- isDisplayHidden() - Method in class com.izforge.izpack.api.data.Panel
-
- isEmpty() - Method in class com.izforge.izpack.api.config.BasicMultiMap
-
- isEmptyLines() - Method in class com.izforge.izpack.api.config.Config
-
- isEmptyOption() - Method in class com.izforge.izpack.api.config.Config
-
- isEmptySection() - Method in class com.izforge.izpack.api.config.Config
-
- isEscape() - Method in class com.izforge.izpack.api.config.Config
-
- isEscapeNewline() - Method in class com.izforge.izpack.api.config.Config
-
- isFileListener() - Method in class com.izforge.izpack.api.event.AbstractInstallerListener
-
Determines if the listener should be notified of every file and directory installation.
- isFileListener() - Method in class com.izforge.izpack.api.event.AbstractUninstallerListener
-
Determines if the listener should be notified of every file deletion.
- isFileListener() - Method in interface com.izforge.izpack.api.event.InstallationListener
-
Determines if the listener should be notified of every file and directory installation / deletion.
- isGlobalSection() - Method in class com.izforge.izpack.api.config.Config
-
- isHeaderComment() - Method in class com.izforge.izpack.api.config.Config
-
- isHidden() - Method in class com.izforge.izpack.api.data.Pack
-
Determines if the pack should be hidden.
- isInclude() - Method in class com.izforge.izpack.api.config.Config
-
- isInInstaller(Stage) - Static method in enum com.izforge.izpack.api.data.binding.Stage
-
- isInstallSuccess() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- isInstallSuccess() - Method in interface com.izforge.izpack.api.data.InstallData
-
Determines if the installation was successful.
- isJdkRequired() - Method in class com.izforge.izpack.api.data.Info
-
- isLoose() - Method in class com.izforge.izpack.api.data.Pack
-
Determines if pack files are stored outside of the installation packages.
- isLowerCaseOption() - Method in class com.izforge.izpack.api.config.Config
-
- isLowerCaseSection() - Method in class com.izforge.izpack.api.config.Config
-
- isMultiOption() - Method in class com.izforge.izpack.api.config.Config
-
- isMultiSection() - Method in class com.izforge.izpack.api.config.Config
-
- ISO2_LANG - Static variable in class com.izforge.izpack.api.data.ScriptParserConstant
-
The language IS0 code.
- ISO3_LANG - Static variable in class com.izforge.izpack.api.data.ScriptParserConstant
-
The language IS03 code.
- isPack200Jar() - Method in class com.izforge.izpack.api.data.PackFile
-
- isPreselected() - Method in class com.izforge.izpack.api.data.Pack
-
Determines if the pack should be preselected for installation.
- isPrivilegedExecutionRequired() - Method in class com.izforge.izpack.api.data.Info
-
- isPrivilegedExecutionRequiredUninstaller() - Method in class com.izforge.izpack.api.data.Info
-
- isPropertyFirstUpper() - Method in class com.izforge.izpack.api.config.Config
-
- isReadInstallationInformation() - Method in class com.izforge.izpack.api.data.Info
-
- isReadonly() - Method in class com.izforge.izpack.api.data.Panel
-
- isRebootNecessary() - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- isRebootNecessary() - Method in interface com.izforge.izpack.api.data.InstallData
-
Determines if a reboot is required after installation.
- isRequired() - Method in class com.izforge.izpack.api.data.Pack
-
Determined if the pack is required.
- isSingleInstance() - Method in class com.izforge.izpack.api.data.Info
-
- isStrictOperator() - Method in class com.izforge.izpack.api.config.Config
-
- isTree() - Method in class com.izforge.izpack.api.config.Config
-
- isTrue() - Method in class com.izforge.izpack.api.rules.Condition
-
- ISummarisable - Interface in com.izforge.izpack.api.installer
-
Created by IntelliJ IDEA.
- isUninstall() - Method in class com.izforge.izpack.api.data.Pack
-
Determines if the pack files are deleted at uninstallation.
- isUnnamedSection() - Method in class com.izforge.izpack.api.config.Config
-
- isVisited() - Method in class com.izforge.izpack.api.data.Panel
-
- isVisited() - Method in interface com.izforge.izpack.api.installer.ISummarisable
-
Checks if the panel has been visited during the input process or not.
- isWindows() - Static method in class com.izforge.izpack.api.config.Reg
-
- isWriteInstallationInformation() - Method in class com.izforge.izpack.api.data.Info
-
- items(String) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- items(String, boolean) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- items(String, boolean, Map<String, String>) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- IXMLElement - Interface in com.izforge.izpack.api.adaptator
-
Interface of the adaptator between the methods of nanoXml and javax
- IXMLParser - Interface in com.izforge.izpack.api.adaptator
-
Interface for the adaptator of the javax Xml parser
- IXMLWriter - Interface in com.izforge.izpack.api.adaptator
-
Interface to use the javax xml writer.
- IzPackClassNotFoundException - Exception in com.izforge.izpack.api.exception
-
Unchecked wrapper around ClassNotFoundException.
- IzPackClassNotFoundException(String, ClassNotFoundException) - Constructor for exception com.izforge.izpack.api.exception.IzPackClassNotFoundException
-
Constructs a IzPackClassNotFoundException.
- IzPackException - Exception in com.izforge.izpack.api.exception
-
Izpack specific exception
- IzPackException(String) - Constructor for exception com.izforge.izpack.api.exception.IzPackException
-
- IzPackException(Throwable) - Constructor for exception com.izforge.izpack.api.exception.IzPackException
-
- IzPackException(String, Throwable) - Constructor for exception com.izforge.izpack.api.exception.IzPackException
-
- IzPackException(String, Prompt.Type) - Constructor for exception com.izforge.izpack.api.exception.IzPackException
-
- IzPackException(Throwable, Prompt.Type) - Constructor for exception com.izforge.izpack.api.exception.IzPackException
-
- IzPackException(String, Throwable, Prompt.Type) - Constructor for exception com.izforge.izpack.api.exception.IzPackException
-
- IzpackProjectInstaller - Class in com.izforge.izpack.api.data.binding
-
Global model that will contain all xml information
- IzpackProjectInstaller() - Constructor for class com.izforge.izpack.api.data.binding.IzpackProjectInstaller
-
- ScriptParserConstant - Class in com.izforge.izpack.api.data
-
- ScriptParserConstant() - Constructor for class com.izforge.izpack.api.data.ScriptParserConstant
-
- sections() - Method in class com.izforge.izpack.api.config.ConfigParser
-
- SEPARATOR - Static variable in enum com.izforge.izpack.api.config.Registry.Type
-
- SEPARATOR_CHAR - Static variable in enum com.izforge.izpack.api.config.Registry.Type
-
- set(String, String, Object) - Method in class com.izforge.izpack.api.config.ConfigParser
-
- set(String, String) - Method in interface com.izforge.izpack.api.data.Variables
-
Sets a variable.
- setAffectedVariableNames(Set<String>) - Method in class com.izforge.izpack.api.data.Panel
-
Adds or completes a collection of names of variables that might me affected when this panel is active.
- setAllPacks(List<Pack>) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setAppName(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the application name.
- setAppURL(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the application URL.
- setAppVersion(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the version.
- setArchiveFilePosition(long) - Method in class com.izforge.izpack.api.data.XPackFile
-
Sets the position of the file in the archive.
- setAttribute(String, String) - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- setAttribute(String, String) - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Sets an attribute.
- setAttribute(String, Object) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Sets a named attribute.
- setAttribute(String, Object) - Method in interface com.izforge.izpack.api.data.InstallData
-
Sets a named attribute.
- setAttributes(Map<String, Object>) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setAutoNumbering(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setAutoUnset(boolean) - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
Configure whether this dynamic variable should be automatically unset if its condition is not met.
- setAvailablePacks(List<Pack>) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setBracesRequired(boolean) - Method in interface com.izforge.izpack.api.substitutor.VariableSubstitutor
-
Specify whether this substitutor requires braces.
- setCanClose(boolean) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setCaseSensitive(boolean) - Method in interface com.izforge.izpack.api.regex.RegularExpressionProcessor
-
- setChecked() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- setCheckonce(boolean) - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- setClassName(String) - Method in class com.izforge.izpack.api.data.Panel
-
- setComment(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setCompressionFormat(PackCompression) - Method in class com.izforge.izpack.api.data.Info
-
- setCondition(String) - Method in class com.izforge.izpack.api.data.ExecutableFile
-
- setCondition(String) - Method in class com.izforge.izpack.api.data.InstallerRequirement
-
- setCondition(String) - Method in class com.izforge.izpack.api.data.Pack
-
Sets a condition that must be fulfilled for the pack to be installed.
- setCondition(String) - Method in class com.izforge.izpack.api.data.PackFile
-
- setCondition(String) - Method in class com.izforge.izpack.api.data.PackInfo
-
- setCondition(String) - Method in class com.izforge.izpack.api.data.Panel
-
- setCondition(String) - Method in class com.izforge.izpack.api.data.ParsableFile
-
- setConditionid(String) - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- setConfig(Config) - Method in interface com.izforge.izpack.api.config.Configurable
-
- setConfig(Config) - Method in class com.izforge.izpack.api.config.Ini
-
- setConfig(Config) - Method in class com.izforge.izpack.api.config.Options
-
- setConfig(Config) - Method in class com.izforge.izpack.api.config.Reg
-
- setConfirmQuitType(Panel.ConfirmQuitType) - Method in class com.izforge.izpack.api.data.Panel
-
Sets the behavior when quit is pressed on this panel.
- setContent(String) - Method in class com.izforge.izpack.api.adaptator.impl.XMLElementImpl
-
- setContent(String) - Method in interface com.izforge.izpack.api.adaptator.IXMLElement
-
Sets the #PCDATA content.
- setDefaultInstallPath(String) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Sets the default install path.
- setDefaultInstallPath(String) - Method in interface com.izforge.izpack.api.data.InstallData
-
Sets the default install path.
- setDefaultValue(String) - Method in interface com.izforge.izpack.api.regex.RegularExpressionProcessor
-
- setDependants(List<String>) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the names of the packs that require this pack.
- setDependencies(List<String>) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the names of packs that this pack is dependent on.
- setDisplayHidden(boolean) - Method in class com.izforge.izpack.api.data.Panel
-
- setDisplayHiddenCondition(String) - Method in class com.izforge.izpack.api.data.Panel
-
Set the 'displayHiddenCondition' of this panel.
- setDocumentLocator(Locator) - Method in class com.izforge.izpack.api.adaptator.impl.LineNumberFilter
-
- setDynamicInstallerRequirements(List<DynamicInstallerRequirementValidator>) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setEmptyLines(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setEmptyOption(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setEmptySection(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setEscape(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setEscapeNewline(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setExcludeGroup(String) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the exclude group for the pack.
- setExpiresDate(Date) - Method in class com.izforge.izpack.api.data.Info
-
- setExpiresDate(String) - Method in class com.izforge.izpack.api.data.Info
-
- setFile(File) - Method in class com.izforge.izpack.api.config.Ini
-
- setFile(File) - Method in class com.izforge.izpack.api.config.Options
-
- setFile(File) - Method in interface com.izforge.izpack.api.config.Persistable
-
- setFile(File) - Method in class com.izforge.izpack.api.config.Reg
-
- setFileEncoding(Charset) - Method in class com.izforge.izpack.api.config.Config
-
- setFiles(List<String>) - Method in class com.izforge.izpack.api.data.binding.Listener
-
- setFileSize(long) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the size of the pack.
- setFooterComment(List<String>) - Method in class com.izforge.izpack.api.config.BasicProfile
-
- setFooterComment(List<String>) - Method in class com.izforge.izpack.api.config.Options
-
- setFooterComment(List<String>) - Method in interface com.izforge.izpack.api.config.Profile
-
- setGlobal(boolean) - Method in interface com.izforge.izpack.api.regex.RegularExpressionProcessor
-
- setGlobalSection(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setGlobalSectionName(String) - Method in class com.izforge.izpack.api.config.Config
-
- setGroup(String) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the pack group.
- setGroup(String) - Method in class com.izforge.izpack.api.data.PackInfo
-
Set the pack group.
- setHeaderComment(List<String>) - Method in class com.izforge.izpack.api.config.BasicProfile
-
- setHeaderComment(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setHeaderComment(List<String>) - Method in class com.izforge.izpack.api.config.Options
-
- setHeaderComment(List<String>) - Method in interface com.izforge.izpack.api.config.Profile
-
- setHelps(List<Help>) - Method in class com.izforge.izpack.api.data.Panel
-
- setHidden(boolean) - Method in class com.izforge.izpack.api.data.Pack
-
Determines if the pack should be hidden.
- setHidden(boolean) - Method in class com.izforge.izpack.api.data.PackInfo
-
- setHideForceOption(boolean) - Method in class com.izforge.izpack.api.data.Info
-
- setId(String) - Method in class com.izforge.izpack.api.rules.Condition
-
- setIgnoreFailure(boolean) - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- setImageId(String) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the pack image resource identifier.
- setInclude(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setInfo(Info) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setIni(Ini) - Method in class com.izforge.izpack.api.config.spi.IniBuilder
-
- setInput(String) - Method in interface com.izforge.izpack.api.regex.RegularExpressionProcessor
-
- setInstallationRecord(IXMLElement) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setInstallationSubPath(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the installation subpath.
- setInstallData(InstallData) - Method in class com.izforge.izpack.api.config.Config
-
- setInstallData(InstallData) - Method in interface com.izforge.izpack.api.data.Overrides
-
Initialize the installer runtime data.
- setInstallData(InstallData) - Method in interface com.izforge.izpack.api.data.Value
-
- setInstallData(InstallData) - Method in class com.izforge.izpack.api.rules.Condition
-
- setInstallerBase(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the installer name.
- setInstallerRequirements(List<InstallerRequirement>) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setInstallPath(String) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Sets the install path.
- setInstallPath(String) - Method in interface com.izforge.izpack.api.data.InstallData
-
Sets the install path.
- setInstallSuccess(boolean) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setInstallSuccess(boolean) - Method in interface com.izforge.izpack.api.data.InstallData
-
Determines if the installation was successful.
- setIso3(String) - Method in class com.izforge.izpack.api.data.binding.Help
-
- setJavaVersion(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the minimum Java version required.
- setJavaVersionStrict(boolean) - Method in class com.izforge.izpack.api.data.Info
-
Sets the minimum Java version strict parameter.
- setJdkRequired(boolean) - Method in class com.izforge.izpack.api.data.Info
-
- setLangPackId(String) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the language pack identifier, used for internationalisation.
- setLeftOperand(String) - Method in class com.izforge.izpack.api.rules.CompareCondition
-
- setLineSeparator(String) - Method in class com.izforge.izpack.api.config.Config
-
- setLinkedPackFile(PackFile) - Method in class com.izforge.izpack.api.data.PackFile
-
- setLocale(Locale, String) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Sets the locale.
- setLocale(String) - Method in interface com.izforge.izpack.api.resource.Locales
-
Sets the current locale.
- setLoose(boolean) - Method in class com.izforge.izpack.api.data.Pack
-
Determines if pack files are stored outside of the installation packages.
- setLoosePackInfo(boolean) - Method in class com.izforge.izpack.api.data.PackFile
-
- setLowerCaseOption(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setLowerCaseSection(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setMediaPath(String) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Sets the media path for multi-volume installation.
- setMediaPath(String) - Method in interface com.izforge.izpack.api.data.InstallData
-
Sets the media path for multi-volume installation.
- setMessage(String) - Method in class com.izforge.izpack.api.data.InstallerRequirement
-
- setMessages(Messages) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Sets the localised messages.
- setMultiOption(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setMultiSection(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setName(String) - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- setNotifyProgress(boolean) - Method in interface com.izforge.izpack.api.event.ProgressNotifiers
-
- setOnDeselect(String, String) - Method in class com.izforge.izpack.api.data.Pack
-
Determines what packs to be selected or deselected when this pack is deselected.
- setOnSelect(String, String) - Method in class com.izforge.izpack.api.data.Pack
-
Determines what packs to be selected or deselected when this pack is selected.
- setOperator(String) - Method in class com.izforge.izpack.api.config.Config
-
- setOperator(ComparisonOperator) - Method in class com.izforge.izpack.api.rules.CompareCondition
-
- setOptions(Options) - Method in class com.izforge.izpack.api.config.spi.OptionsBuilder
-
- setOsConstraints(List<OsModel>) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the target platforms for the pack.
- setOsConstraints(List<OsModel>) - Method in class com.izforge.izpack.api.data.PackInfo
-
- setOsConstraints(List<OsModel>) - Method in class com.izforge.izpack.api.data.Panel
-
- setOutput(OutputStream) - Method in class com.izforge.izpack.api.adaptator.impl.XMLWriter
-
- setOutput(String) - Method in class com.izforge.izpack.api.adaptator.impl.XMLWriter
-
- setOutput(OutputStream) - Method in interface com.izforge.izpack.api.adaptator.IXMLWriter
-
Set the outputStream of the writer
- setOutput(String) - Method in interface com.izforge.izpack.api.adaptator.IXMLWriter
-
Set the output to a URL
- setOverrides(Overrides) - Method in interface com.izforge.izpack.api.data.Variables
-
Exposes the variables as properties.
- setPackImgId(String) - Method in class com.izforge.izpack.api.data.PackInfo
-
- setPanelId(String) - Method in class com.izforge.izpack.api.data.Panel
-
- setPanelsOrder(List<Panel>) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setParameter(String, String) - Method in class com.izforge.izpack.api.data.GUIPrefs.LookAndFeel
-
- setParent(String) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the parent pack name.
- setParent(String) - Method in class com.izforge.izpack.api.data.PackInfo
-
- setPath(String) - Method in class com.izforge.izpack.api.data.ParsableFile
-
Sets the path.
- setPathSeparator(char) - Method in class com.izforge.izpack.api.config.Config
-
- setPreselected(boolean) - Method in class com.izforge.izpack.api.data.Pack
-
Determines if the pack should be preselected for installation.
- setPreselected(boolean) - Method in class com.izforge.izpack.api.data.PackInfo
-
- setPrivilegedExecutionConditionID(String) - Method in class com.izforge.izpack.api.data.Info
-
- setProperties(Map<String, String>) - Method in class com.izforge.izpack.api.data.PanelActionConfiguration
-
- setProperty(String, Object, Class<?>) - Method in class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- setPropertyFirstUpper(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setPropertySpi(String, Object, Class<?>) - Method in class com.izforge.izpack.api.config.spi.AbstractBeanInvocationHandler
-
- setReadInstallationInformation(boolean) - Method in class com.izforge.izpack.api.data.Info
-
- setReadonly(boolean) - Method in class com.izforge.izpack.api.data.Panel
-
- setReadonlyCondition(String) - Method in class com.izforge.izpack.api.data.Panel
-
Set the 'readonlyCondition' of this panel.
- setRebootAction(int) - Method in class com.izforge.izpack.api.data.Info
-
- setRebootActionConditionID(String) - Method in class com.izforge.izpack.api.data.Info
-
- setRebootNecessary(boolean) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setRebootNecessary(boolean) - Method in interface com.izforge.izpack.api.data.InstallData
-
Determines if a reboot is required after installation.
- setReferencedCondition(Condition) - Method in class com.izforge.izpack.api.rules.ConditionReference
-
- setReg(Reg) - Method in class com.izforge.izpack.api.config.spi.RegBuilder
-
- setRegexp(String) - Method in interface com.izforge.izpack.api.regex.RegularExpressionProcessor
-
- setReplace(String) - Method in interface com.izforge.izpack.api.regex.RegularExpressionProcessor
-
- setRequirePrivilegedExecution(boolean) - Method in class com.izforge.izpack.api.data.Info
-
- setRequirePrivilegedExecutionUninstaller(boolean) - Method in class com.izforge.izpack.api.data.Info
-
- setRightOperand(String) - Method in class com.izforge.izpack.api.rules.CompareCondition
-
- setRules(RulesEngine) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setSelect(String) - Method in interface com.izforge.izpack.api.regex.RegularExpressionProcessor
-
- setSelectedPacks(List<Pack>) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
- setSelectedPacks(List<Pack>) - Method in interface com.izforge.izpack.api.data.InstallData
-
Sets the selected packs.
- setSingleInstance(boolean) - Method in class com.izforge.izpack.api.data.Info
-
- setSize(long) - Method in class com.izforge.izpack.api.data.Pack
-
Sets the size of the pack.
- setSize(long) - Method in class com.izforge.izpack.api.data.PackFile
-
Override the acutal packed file size (after compressing)
- setSrc(String) - Method in class com.izforge.izpack.api.data.binding.Help
-
- setStreamOffset(long) - Method in class com.izforge.izpack.api.data.PackFile
-
- setStreamResourceName(String) - Method in class com.izforge.izpack.api.data.PackFile
-
- setStrictOperator(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setSubStepNo(int) - Method in interface com.izforge.izpack.api.event.ProgressListener
-
Sets the number of sub-steps.
- setSummaryLogFilePath(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the summary log file path.
- setTree(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setUninstallerCondition(String) - Method in class com.izforge.izpack.api.data.Info
-
- setUninstallerName(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the name of the uninstaller.
- setUninstallerPath(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the path to the uninstaller
- setUnnamedSection(boolean) - Method in class com.izforge.izpack.api.config.Config
-
- setUnpackerClassName(String) - Method in class com.izforge.izpack.api.data.Info
-
- setValue(Value) - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- setVariable(String, String) - Method in class com.izforge.izpack.api.data.AutomatedInstallData
-
Sets a variable to the specified value.
- setVariable(String, String) - Method in interface com.izforge.izpack.api.data.InstallData
-
Sets a variable to the specified value.
- setVersion(String) - Method in class com.izforge.izpack.api.config.BasicRegistry
-
- setVersion(String) - Method in interface com.izforge.izpack.api.config.Registry
-
- setVisited(boolean) - Method in class com.izforge.izpack.api.data.Panel
-
Mark panel visited for summarizing the installation story
- setWebDirURL(String) - Method in class com.izforge.izpack.api.data.Info
-
Sets the webDir URL.
- setWriteInstallationInformation(boolean) - Method in class com.izforge.izpack.api.data.Info
-
- size() - Method in class com.izforge.izpack.api.config.BasicMultiMap
-
- size() - Method in interface com.izforge.izpack.api.data.Overrides
-
Returns the overall number of overrides for variable values in this container.
- size() - Method in class com.izforge.izpack.api.data.PackFile
-
The size of the file in bytes (is the same as the length if it is not a loose pack)
- Stage - Enum in com.izforge.izpack.api.data.binding
-
Possibles stage of the installation.
- startAction(String, int) - Method in interface com.izforge.izpack.api.event.ProgressListener
-
Invoked when an action starts.
- startDocument() - Method in class com.izforge.izpack.api.adaptator.impl.LineNumberFilter
-
- startElement(String, String, String, Attributes) - Method in class com.izforge.izpack.api.adaptator.impl.LineNumberFilter
-
- startIni() - Method in class com.izforge.izpack.api.config.spi.IniFormatter
-
- startIni() - Method in interface com.izforge.izpack.api.config.spi.IniHandler
-
- startOptions() - Method in class com.izforge.izpack.api.config.spi.OptionsBuilder
-
- startOptions() - Method in class com.izforge.izpack.api.config.spi.OptionsFormatter
-
- startOptions() - Method in interface com.izforge.izpack.api.config.spi.OptionsHandler
-
- startSection(String) - Method in class com.izforge.izpack.api.config.spi.IniFormatter
-
- startSection(String) - Method in interface com.izforge.izpack.api.config.spi.IniHandler
-
- stopAction() - Method in interface com.izforge.izpack.api.event.ProgressListener
-
Invoked when an action finishes.
- store() - Method in class com.izforge.izpack.api.config.Ini
-
- store(OutputStream) - Method in class com.izforge.izpack.api.config.Ini
-
- store(Writer) - Method in class com.izforge.izpack.api.config.Ini
-
- store(File) - Method in class com.izforge.izpack.api.config.Ini
-
- store(IniHandler, Profile.Section) - Method in class com.izforge.izpack.api.config.Ini
-
- store(IniHandler, Profile.Section, String, int) - Method in class com.izforge.izpack.api.config.Ini
-
- store() - Method in class com.izforge.izpack.api.config.Options
-
- store(OutputStream) - Method in class com.izforge.izpack.api.config.Options
-
- store(Writer) - Method in class com.izforge.izpack.api.config.Options
-
- store(File) - Method in class com.izforge.izpack.api.config.Options
-
- store(OptionsHandler) - Method in class com.izforge.izpack.api.config.Options
-
- store() - Method in interface com.izforge.izpack.api.config.Persistable
-
- store(OutputStream) - Method in interface com.izforge.izpack.api.config.Persistable
-
- store(Writer) - Method in interface com.izforge.izpack.api.config.Persistable
-
- store(File) - Method in interface com.izforge.izpack.api.config.Persistable
-
- store() - Method in class com.izforge.izpack.api.config.Reg
-
- store(OutputStream) - Method in class com.izforge.izpack.api.config.Reg
-
- store(Writer) - Method in class com.izforge.izpack.api.config.Reg
-
- store(File) - Method in class com.izforge.izpack.api.config.Reg
-
- substitute(String) - Method in interface com.izforge.izpack.api.substitutor.VariableSubstitutor
-
Substitutes the variables found in the specified string.
- substitute(String, SubstitutionType) - Method in interface com.izforge.izpack.api.substitutor.VariableSubstitutor
-
Substitutes the variables found in the specified string.
- substitute(InputStream, OutputStream, SubstitutionType, String) - Method in interface com.izforge.izpack.api.substitutor.VariableSubstitutor
-
Substitutes the variables found in the specified input stream.
- substitute(InputStream, SubstitutionType) - Method in interface com.izforge.izpack.api.substitutor.VariableSubstitutor
-
Substitute method Variant that gets An Input Stream and returns A String
- substitute(Reader, Writer, SubstitutionType) - Method in interface com.izforge.izpack.api.substitutor.VariableSubstitutor
-
Substitutes the variables found in the data read from the specified reader.
- SubstitutionType - Enum in com.izforge.izpack.api.substitutor
-
Enumeration for substitution type
- sync() - Method in class com.izforge.izpack.api.config.IniPreferences.SectionPreferences
-
- syncSpi() - Method in class com.izforge.izpack.api.config.IniPreferences.SectionPreferences
-
- syncSpi() - Method in class com.izforge.izpack.api.config.IniPreferences
-
- systemRoot() - Method in class com.izforge.izpack.api.config.IniPreferencesFactory
-
- validate() - Method in interface com.izforge.izpack.api.data.DynamicVariable
-
- validate() - Method in interface com.izforge.izpack.api.data.Value
-
- validate() - Method in interface com.izforge.izpack.api.data.ValueFilter
-
- validateData(InstallData) - Method in interface com.izforge.izpack.api.data.DynamicInstallerRequirementValidator
-
- validateData(InstallData) - Method in class com.izforge.izpack.api.data.PanelValidator
-
- validateData(InstallData) - Method in interface com.izforge.izpack.api.installer.DataValidator
-
Method to validate complex variable settings read from
InstallData after a panel change.
- Value - Interface in com.izforge.izpack.api.data
-
- ValueFilter - Interface in com.izforge.izpack.api.data
-
Filter the data is sent through after evaluating the variable,
before the evaluation value is returned to the installer
- valueOf(String) - Static method in enum com.izforge.izpack.api.config.Registry.Hive
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.config.Registry.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.data.binding.ActionStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.data.binding.Stage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.data.Blockable
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.data.LookAndFeels
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.data.OverrideType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.data.PackColor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.data.PackCompression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.data.Panel.ConfirmQuitType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.GuiId
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.handler.Prompt.Option
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.handler.Prompt.Options
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.handler.Prompt.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.installer.DataValidator.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.rules.ComparisonOperator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.api.substitutor.SubstitutionType
-
Returns the enum constant of this type with the specified name.
- values() - Method in class com.izforge.izpack.api.config.BasicMultiMap
-
- values() - Static method in enum com.izforge.izpack.api.config.Registry.Hive
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.config.Registry.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.data.binding.ActionStage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.data.binding.Stage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.data.Blockable
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.data.LookAndFeels
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.data.OverrideType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.data.PackColor
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.data.PackCompression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.data.Panel.ConfirmQuitType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.GuiId
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.handler.Prompt.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.handler.Prompt.Options
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.handler.Prompt.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.installer.DataValidator.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.rules.ComparisonOperator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.api.substitutor.SubstitutionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariableMapper - Interface in com.izforge.izpack.api.data
-
- Variables - Interface in com.izforge.izpack.api.data
-
A collection of variables.
- VariableSubstitutor - Interface in com.izforge.izpack.api.substitutor
-
Substitutes variables occurring in an input stream or a string.
- VERSION - Static variable in interface com.izforge.izpack.api.config.Registry
-