- AbstractAttributeMatcher - Class in com.izforge.izpack.util.xmlmerge.matcher
-
Elements match if their name and a certain attribute value are the same.
- AbstractAttributeMatcher() - Constructor for class com.izforge.izpack.util.xmlmerge.matcher.AbstractAttributeMatcher
-
- AbstractFormatter - Class in com.izforge.izpack.logging
-
- AbstractFormatter() - Constructor for class com.izforge.izpack.logging.AbstractFormatter
-
- AbstractMergeAction - Class in com.izforge.izpack.util.xmlmerge.action
-
Gathers the operation factory-related behaviour and a default configuration.
- AbstractMergeAction() - Constructor for class com.izforge.izpack.util.xmlmerge.action.AbstractMergeAction
-
- AbstractSelectorContainer - Class in com.izforge.izpack.util.file.types.selectors
-
This is the a base class a container of selectors - it does
not need do be a selector itself.
- AbstractSelectorContainer() - Constructor for class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
- AbstractTagMatcher - Class in com.izforge.izpack.util.xmlmerge.matcher
-
Compares the qualified name of elements.
- AbstractTagMatcher() - Constructor for class com.izforge.izpack.util.xmlmerge.matcher.AbstractTagMatcher
-
- AbstractXmlMergeException - Exception in com.izforge.izpack.util.xmlmerge
-
Base class for all exceptions thrown by XmlMerge.
- AbstractXmlMergeException() - Constructor for exception com.izforge.izpack.util.xmlmerge.AbstractXmlMergeException
-
Default constructor.
- AbstractXmlMergeException(String) - Constructor for exception com.izforge.izpack.util.xmlmerge.AbstractXmlMergeException
-
Constructor with message.
- AbstractXmlMergeException(String, Throwable) - Constructor for exception com.izforge.izpack.util.xmlmerge.AbstractXmlMergeException
-
Constructor with message and cause.
- AbstractXmlMergeException(Throwable) - Constructor for exception com.izforge.izpack.util.xmlmerge.AbstractXmlMergeException
-
Constructor with cause.
- AbstractXPathConfigurer - Class in com.izforge.izpack.util.xmlmerge.config
-
Superclass for configurers using XPathOperationFactory.
- AbstractXPathConfigurer() - Constructor for class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
- Action - Interface in com.izforge.izpack.util.xmlmerge
-
Operation on two nodes creating a third node.
- ACTION_ATTRIBUTE - Static variable in class com.izforge.izpack.util.xmlmerge.config.AttributeMergeConfigurer
-
Action attribute.
- ACTION_PREFIX - Static variable in class com.izforge.izpack.util.xmlmerge.config.PropertyXPathConfigurer
-
Action pathname prefix.
- add(Properties, URL) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory
-
Adds the configuration from the specified URL.
- add(FileNameMapper) - Method in class com.izforge.izpack.util.file.ContainerMapper
-
Add a FileNameMapper.
- add(FileNameMapper) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
A nested filenamemapper
- add(FileSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add an arbitary selector.
- add(FileNameMapper) - Method in class com.izforge.izpack.util.file.types.Mapper
-
Add a nested FileNameMapper.
- add(Path) - Method in class com.izforge.izpack.util.file.types.Path
-
Adds a nested path
- add(FileSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add an arbitary selector
- add(FileSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add an arbitary selector
- add(FileSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add an arbitary selector
- addAction(String, String) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Adds an action for a given XPath expression.
- addAnd(AndSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add an "And" selector entry on the selector list.
- addAnd(AndSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add an "And" selector entry on the selector list
- addAnd(AndSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add an "And" selector entry on the selector list
- addAnd(AndSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add an "And" selector entry on the selector list
- addConfiguredFile(FileList.FileName) - Method in class com.izforge.izpack.util.file.types.FileList
-
Add a nested <file> nested element.
- addConfiguredMapper(Mapper) - Method in class com.izforge.izpack.util.file.ContainerMapper
-
Add a Mapper.
- addConfiguredMapper(Mapper) - Method in class com.izforge.izpack.util.file.types.Mapper
-
Add a Mapper
- addConfiguredPatternset(PatternSet) - Method in class com.izforge.izpack.util.file.types.PatternSet
-
This is a patternset nested element.
- addContains(ContainsSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a contains selector entry on the selector list.
- addContains(ContainsSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a contains selector entry on the selector list
- addContains(ContainsSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a contains selector entry on the selector list
- addContains(ContainsSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a contains selector entry on the selector list
- addContainsRegexp(ContainsRegexpSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a regular expression selector entry on the selector list.
- addContainsRegexp(ContainsRegexpSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a regular expression selector entry on the selector list
- addContainsRegexp(ContainsRegexpSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a regular expression selector entry on the selector list
- addContainsRegexp(ContainsRegexpSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a regular expression selector entry on the selector list
- addCustom(ExtendSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add an extended selector entry on the selector list.
- addCustom(ExtendSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add an extended selector entry on the selector list
- addCustom(ExtendSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add an extended selector entry on the selector list
- addCustom(ExtendSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add an extended selector entry on the selector list
- addDate(DateSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a selector date entry on the selector list.
- addDate(DateSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a selector date entry on the selector list
- addDate(DateSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a selector date entry on the selector list
- addDate(DateSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a selector date entry on the selector list
- addDefaultExclude(String) - Static method in class com.izforge.izpack.util.file.DirectoryScanner
-
Add a pattern to the default excludes unless it is already a
default exclude.
- addDefaultExcludes() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Add default exclusions to the current exclusions set.
- addDefaultExcludes() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Adds default exclusions to the current exclusions set.
- addDepend(DependSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a depends selector entry on the selector list.
- addDepend(DependSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a depends selector entry on the selector list
- addDepend(DependSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a depends selector entry on the selector list
- addDepend(DependSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a depends selector entry on the selector list
- addDepth(DepthSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a depth selector entry on the selector list.
- addDepth(DepthSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a depth selector entry on the selector list
- addDepth(DepthSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a depth selector entry on the selector list
- addDepth(DepthSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a depth selector entry on the selector list
- addDifferent(DifferentSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a DifferentSelector entry on the selector list.
- addDifferent(DifferentSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
adds a different selector to the selector list
- addDifferent(DifferentSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
adds a different selector to the selector list
- addDifferent(DifferentSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add the different selector
- addDirset(DirSet) - Method in class com.izforge.izpack.util.file.types.Path
-
Adds a nested <dirset> element.
- addEntry(SingleConfigurableTask.Entry) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
- addExcludes(String[]) - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Add to the list of exclude patterns to use.
- addExisting(Path) - Method in class com.izforge.izpack.util.file.types.Path
-
Adds the components on the given path which exist to this
Path.
- addExisting(Path, boolean) - Method in class com.izforge.izpack.util.file.types.Path
-
Same as addExisting, but support classpath behavior if tryUserDir
is true.
- addFilelist(FileList) - Method in class com.izforge.izpack.util.file.types.Path
-
Adds a nested <filelist> element.
- addFilename(FilenameSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a selector filename entry on the selector list.
- addFilename(FilenameSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a selector filename entry on the selector list
- addFilename(FilenameSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a selector filename entry on the selector list
- addFilename(FilenameSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a selector filename entry on the selector list
- addFileSet(FileSet) - Method in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
Adds a file set.
- addFileSet(FileSet) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Adds a set of files to copy.
- addFileset(FileSet) - Method in class com.izforge.izpack.util.file.types.Path
-
Adds a nested <fileset> element.
- addImplementation(Platform, String) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory.Implementations
-
Adds an implementation for the specified platform.
- addMajority(MajoritySelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a majority selector entry on the selector list.
- addMajority(MajoritySelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a majority selector entry on the selector list
- addMajority(MajoritySelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a majority selector entry on the selector list
- addMajority(MajoritySelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a majority selector entry on the selector list
- addMapper(String, String) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Adds an mapper for a given XPath expression.
- addMatcher(String, String) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Adds a matcher for a given XPath expression.
- addNone(NoneSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a "None" selector entry on the selector list.
- addNone(NoneSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a "None" selector entry on the selector list
- addNone(NoneSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a "None" selector entry on the selector list
- addNone(NoneSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a "None" selector entry on the selector list
- addNot(NotSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a "Not" selector entry on the selector list.
- addNot(NotSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a "Not" selector entry on the selector list
- addNot(NotSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a "Not" selector entry on the selector list
- addNot(NotSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a "Not" selector entry on the selector list
- addOr(OrSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add an "Or" selector entry on the selector list.
- addOr(OrSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add an "Or" selector entry on the selector list
- addOr(OrSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add an "Or" selector entry on the selector list
- addOr(OrSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add an "Or" selector entry on the selector list
- addParam(Parameter) - Method in class com.izforge.izpack.util.file.types.selectors.ExtendSelector
-
Create new parameters to pass to custom selector.
- addPresent(PresentSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a present selector entry on the selector list.
- addPresent(PresentSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a present selector entry on the selector list
- addPresent(PresentSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a present selector entry on the selector list
- addPresent(PresentSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a present selector entry on the selector list
- addProperty(String, String) - Method in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
Adds a XML merge configuration property (XPath)
- addSize(SizeSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a selector size entry on the selector list.
- addSize(SizeSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
add a selector size entry on the selector list
- addSize(SizeSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
add a selector size entry on the selector list
- addSize(SizeSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add a selector size entry on the selector list
- addType(TypeSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a selector type entry on the selector list.
- addType(TypeSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
adds a type selector to the selector list
- addType(TypeSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
adds a type selector to the selector list
- addType(TypeSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
add the type selector
- AndSelector - Class in com.izforge.izpack.util.file.types.selectors
-
This selector has a collection of other selectors, all of which have to
select a file in order for this selector to select it.
- AndSelector() - Constructor for class com.izforge.izpack.util.file.types.selectors.AndSelector
-
Default constructor.
- append(Path) - Method in class com.izforge.izpack.util.file.types.Path
-
Append the contents of the other Path instance to this.
- append(PatternSet) - Method in class com.izforge.izpack.util.file.types.PatternSet
-
Adds the patterns of the other instance to this set.
- append(Object) - Method in class com.izforge.izpack.util.unix.ShellScript
-
Appends an Object or String to this ShellScript.
- append(char) - Method in class com.izforge.izpack.util.unix.ShellScript
-
Appends a Char to this ShellScript.
- append(String[]) - Method in class com.izforge.izpack.util.unix.ShellScript
-
Appends the Array as one Commandline Space Separated
This is usefull with our FileExecutor
- appendln(String[]) - Method in class com.izforge.izpack.util.unix.ShellScript
-
Appends the Array as ONE!
- appendln(Object) - Method in class com.izforge.izpack.util.unix.ShellScript
-
Appends an Object or String to this ShellScript with unix linefeed ("\n").
- appendln(char) - Method in class com.izforge.izpack.util.unix.ShellScript
-
Appends a Char Object or String to this ShellScript with unix linefeed ("\n").
- appendln() - Method in class com.izforge.izpack.util.unix.ShellScript
-
Appends an unix linefeed to this script ("\n").
- appendSelector(FileSelector) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a new selector into this container.
- appendSelector(FileSelector) - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
Add a new selector into this container.
- appendSelector(FileSelector) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
Add a new selector into this container.
- appendSelector(FileSelector) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
Add a new selector into this container.
- ATTRIBUTE - Static variable in class com.izforge.izpack.util.xmlmerge.matcher.StandardMatchers
-
- ATTRIBUTE_NAMESPACE - Static variable in class com.izforge.izpack.util.xmlmerge.config.AttributeMergeConfigurer
-
Attribute namespace.
- AttributeMatcher - Class in com.izforge.izpack.util.xmlmerge.matcher
-
Compares the qualified name of elements, their attributes and their attribute values.
- AttributeMatcher() - Constructor for class com.izforge.izpack.util.xmlmerge.matcher.AttributeMatcher
-
- AttributeMergeConfigurer - Class in com.izforge.izpack.util.xmlmerge.config
-
Configure to apply actions declared as attributes in the patch DOM.
- AttributeMergeConfigurer() - Constructor for class com.izforge.izpack.util.xmlmerge.config.AttributeMergeConfigurer
-
- AttributeOperationFactory - Class in com.izforge.izpack.util.xmlmerge.factory
-
Creates operations by inspecting keywords passed as attributes in patch elements.
- AttributeOperationFactory(Operation, OperationResolver, String, String) - Constructor for class com.izforge.izpack.util.xmlmerge.factory.AttributeOperationFactory
-
Creates a new AttributeOperationFactory.
- available() - Method in class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- canReadEntryData(ArchiveEntry) - Method in class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- CASE_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.ContainsSelector
-
Used for parameterized custom selector
- CASE_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.FilenameSelector
-
Used for parameterized custom selector
- checkAttributes() - Method in class com.izforge.izpack.util.config.ConfigFileTask
-
- checkAttributes() - Method in class com.izforge.izpack.util.config.RegistryTask
-
- checkAttributes() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
- CHECKDIRS_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Key to used for parameterized custom selector
- classname - Variable in class com.izforge.izpack.util.file.types.Mapper
-
- classpath - Variable in class com.izforge.izpack.util.file.types.Mapper
-
- cleanUp() - Method in interface com.izforge.izpack.util.CleanupClient
-
Performs custom cleanup operations.
- cleanup - Variable in class com.izforge.izpack.util.config.ConfigFileTask
-
- cleanup - Variable in class com.izforge.izpack.util.config.ConfigurableFileCopyTask
-
- cleanup - Variable in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
- cleanUp() - Method in class com.izforge.izpack.util.Librarian
-
This method attempts to remove all native libraries that have been temporarily created from
the system.
- CleanupClient - Interface in com.izforge.izpack.util
-
Any class that wants to perform cleanup operations and to be notified by Hosekeeper
for this purpose must implement this interface.
- clone() - Method in class com.izforge.izpack.util.file.types.Path
-
Return a Path that holds the same elements as this instance.
- clone() - Method in class com.izforge.izpack.util.file.types.Resource
-
Clone this Resource.
- close() - Method in class com.izforge.izpack.util.Base64.OutputStream
-
Flushes and closes (I think, in the superclass) the stream.
- close() - Method in class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- close() - Method in class com.izforge.izpack.util.NoCloseInputStream
-
- close() - Method in class com.izforge.izpack.util.NoCloseOutputStream
-
- com.izforge.izpack.data - package com.izforge.izpack.data
-
- com.izforge.izpack.logging - package com.izforge.izpack.logging
-
- com.izforge.izpack.util - package com.izforge.izpack.util
-
- com.izforge.izpack.util.compress - package com.izforge.izpack.util.compress
-
- com.izforge.izpack.util.config - package com.izforge.izpack.util.config
-
- com.izforge.izpack.util.file - package com.izforge.izpack.util.file
-
- com.izforge.izpack.util.file.types - package com.izforge.izpack.util.file.types
-
- com.izforge.izpack.util.file.types.selectors - package com.izforge.izpack.util.file.types.selectors
-
- com.izforge.izpack.util.helper - package com.izforge.izpack.util.helper
-
- com.izforge.izpack.util.regex - package com.izforge.izpack.util.regex
-
- com.izforge.izpack.util.unix - package com.izforge.izpack.util.unix
-
- com.izforge.izpack.util.xmlmerge - package com.izforge.izpack.util.xmlmerge
-
- com.izforge.izpack.util.xmlmerge.action - package com.izforge.izpack.util.xmlmerge.action
-
- com.izforge.izpack.util.xmlmerge.config - package com.izforge.izpack.util.xmlmerge.config
-
- com.izforge.izpack.util.xmlmerge.factory - package com.izforge.izpack.util.xmlmerge.factory
-
- com.izforge.izpack.util.xmlmerge.mapper - package com.izforge.izpack.util.xmlmerge.mapper
-
- com.izforge.izpack.util.xmlmerge.matcher - package com.izforge.izpack.util.xmlmerge.matcher
-
- com.izforge.izpack.util.xmlmerge.merge - package com.izforge.izpack.util.xmlmerge.merge
-
- commonOsList(List<OsModel>, List<OsModel>) - Static method in class com.izforge.izpack.util.OsConstraintHelper
-
Computes a list of constraints which satisfies both osList and
otherOsList.
- compareTo(Object) - Method in class com.izforge.izpack.util.file.types.Resource
-
Delegates to a comparison of names.
- COMPLETE - Static variable in class com.izforge.izpack.util.xmlmerge.action.StandardActions
-
- CompleteAction - Class in com.izforge.izpack.util.xmlmerge.action
-
Copies the patch element only if it does not exist in the orginal document.
- CompleteAction() - Constructor for class com.izforge.izpack.util.xmlmerge.action.CompleteAction
-
- completeDirMap - Variable in class com.izforge.izpack.util.file.FileCopyTask
-
- CompositeMapper - Class in com.izforge.izpack.util.file
-
A ContainerMapper that unites the results of its constituent
FileNameMappers into a single set of result filenames.
- CompositeMapper() - Constructor for class com.izforge.izpack.util.file.CompositeMapper
-
- compressedInput(PackCompression, InputStream) - Static method in class com.izforge.izpack.util.StreamSupport
-
- compressedOutput(PackCompression, OutputStream) - Static method in class com.izforge.izpack.util.StreamSupport
-
- conffile - Variable in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
- ConfigFileTask - Class in com.izforge.izpack.util.config
-
- ConfigFileTask() - Constructor for class com.izforge.izpack.util.config.ConfigFileTask
-
- configurable - Variable in class com.izforge.izpack.util.config.SingleConfigurableTask
-
- ConfigurableFileCopyTask - Class in com.izforge.izpack.util.config
-
- ConfigurableFileCopyTask() - Constructor for class com.izforge.izpack.util.config.ConfigurableFileCopyTask
-
- ConfigurableTask - Interface in com.izforge.izpack.util.config
-
- ConfigurableXmlMerge - Class in com.izforge.izpack.util.xmlmerge.config
-
XmlMerge wrapper applying a configurer on the wrapped instance.
- ConfigurableXmlMerge(Configurer) - Constructor for class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
Creates a default XmlMerge instance and configures it with the given configurer.
- ConfigurableXmlMerge(XmlMerge, Configurer) - Constructor for class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
Applies a configurer on a wrapped XmlMerge instance.
- ConfigurationException - Exception in com.izforge.izpack.util.xmlmerge
-
Thrown when something wrong happens in the XmlMerge configuration.
- ConfigurationException() - Constructor for exception com.izforge.izpack.util.xmlmerge.ConfigurationException
-
Default constructor.
- ConfigurationException(String) - Constructor for exception com.izforge.izpack.util.xmlmerge.ConfigurationException
-
Constructor with message.
- ConfigurationException(String, Throwable) - Constructor for exception com.izforge.izpack.util.xmlmerge.ConfigurationException
-
Constructor with message and cause.
- ConfigurationException(Throwable) - Constructor for exception com.izforge.izpack.util.xmlmerge.ConfigurationException
-
Constructor with cause.
- configure(XmlMerge) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
- configure(XmlMerge) - Method in class com.izforge.izpack.util.xmlmerge.config.AttributeMergeConfigurer
-
- configure(XmlMerge) - Method in interface com.izforge.izpack.util.xmlmerge.Configurer
-
Configures the specified XmlMerge instance.
- Configurer - Interface in com.izforge.izpack.util.xmlmerge
-
Applies a configuration to an XmlMerge instance.
- confProps - Variable in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
- Console - Class in com.izforge.izpack.util
-
I/O streams to support prompting and keyboard input from the console.
- Console(InstallData, ConsolePrefs) - Constructor for class com.izforge.izpack.util.Console
-
Constructs a Console with System.in and System.out as the I/O streams.
- ConsoleFormatter - Class in com.izforge.izpack.logging
-
Default IzPack console log output formatter
- ConsoleFormatter() - Constructor for class com.izforge.izpack.logging.ConsoleFormatter
-
- ContainerMapper - Class in com.izforge.izpack.util.file
-
A FileNameMapper that contains other FileNameMappers.
- ContainerMapper() - Constructor for class com.izforge.izpack.util.file.ContainerMapper
-
- contains(FileNameMapper) - Method in class com.izforge.izpack.util.file.ContainerMapper
-
Return true if this ContainerMapper or any of its sub-elements
contains the specified FileNameMapper.
- CONTAINS_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.ContainsSelector
-
Used for parameterized custom selector
- ContainsRegexpSelector - Class in com.izforge.izpack.util.file.types.selectors
-
Selector that filters files based on a regular expression.
- ContainsRegexpSelector() - Constructor for class com.izforge.izpack.util.file.types.selectors.ContainsRegexpSelector
-
Creates a new ContainsRegexpSelector instance.
- ContainsSelector - Class in com.izforge.izpack.util.file.types.selectors
-
Selector that filters files based on whether they contain a
particular string.
- ContainsSelector() - Constructor for class com.izforge.izpack.util.file.types.selectors.ContainsSelector
-
Creates a new ContainsSelector instance.
- contents - Variable in class com.izforge.izpack.data.CustomData
-
The contens of the managed custom data.
- copyFile(String, String, boolean, boolean) - Static method in class com.izforge.izpack.util.file.FileUtils
-
Convenience method to copy a file from a source to a destination.
- copyFile(File, File, boolean, boolean) - Static method in class com.izforge.izpack.util.file.FileUtils
-
Convenience method to copy a file from a source to a
destination specifying if token filtering must be used, if
filter chains must be used, if source files may overwrite
newer destination files and the last modified time of
destFile file should be made equal
to the last modified time of sourceFile.
- copyStreamToJar(InputStream, ZipOutputStream, String, long) - Static method in class com.izforge.izpack.util.IoHelper
-
- copyToTempFile(String, String) - Static method in class com.izforge.izpack.util.IoHelper
-
Creates a temp file with delete on exit rule.
- copyToTempFile(File, String) - Static method in class com.izforge.izpack.util.IoHelper
-
Creates a temp file with delete on exit rule.
- create(Class<T>) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory
-
Creates a platform specific implementation of a class, for the current platform.
- create(Class<T>, Platform) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory
-
Creates a platform specific instance of a class, for the specified platform.
- create(Class<T>) - Method in interface com.izforge.izpack.util.TargetPlatformFactory
-
Creates a platform specific implementation of a class, for the current platform.
- create(Class<T>, Platform) - Method in interface com.izforge.izpack.util.TargetPlatformFactory
-
Creates a platform specific implementation of a class, for the specified platform.
- createClasspath() - Method in class com.izforge.izpack.util.file.types.selectors.ExtendSelector
-
Specify the classpath to use to load the Selector (nested element).
- createConfigurable - Variable in class com.izforge.izpack.util.config.SingleConfigurableTask
-
- createExclude() - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a name entry to the exclude list.
- createExclude() - Method in class com.izforge.izpack.util.file.types.PatternSet
-
add a name entry on the exclude list
- createInclude() - Method in class com.izforge.izpack.util.file.types.FileSet
-
Add a name entry to the include list.
- createInclude() - Method in class com.izforge.izpack.util.file.types.PatternSet
-
add a name entry on the include list
- createInstance(String) - Method in class com.izforge.izpack.util.regex.RegexpMatcherFactory
-
Create an instance of a matcher from a classname.
- createMapper() - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Defines the mapper to map source to destination files.
- createMapper() - Method in class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
Defines the FileNameMapper to use (nested mapper element).
- createMapper() - Method in class com.izforge.izpack.util.file.types.selectors.PresentSelector
-
Defines the FileNameMapper to use (nested mapper element).
- createParser(Platforms, URL) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory
-
Creates a new parser.
- createPath() - Method in class com.izforge.izpack.util.file.types.Path
-
Creates a nested <path> element.
- createPathElement() - Method in class com.izforge.izpack.util.file.types.Path
-
Creates the nested <pathelement> element.
- createRegexpInstance(String) - Method in class com.izforge.izpack.util.regex.RegexpFactory
-
Wrapper over RegexpMatcherFactory.createInstance that ensures that
we are dealing with a Regexp implementation.
- createTempDirectory(String, File) - Static method in class com.izforge.izpack.util.file.FileUtils
-
Create a temporary directory.
- CustomData - Class in com.izforge.izpack.data
-
Container for serialized custom data.
- CustomData(String, List<String>, List<OsModel>, int) - Constructor for class com.izforge.izpack.data.CustomData
-
Constructs an CustomData object with the needed values.
- CustomDataType - Enum in com.izforge.izpack.data
-
Enumeration for custom data type
- GENERIC - Static variable in class com.izforge.izpack.util.TargetFactory
-
Used to report a non specific operating system.
- getAllSubChildren(IXMLElement, String[]) - Method in class com.izforge.izpack.util.helper.SpecHelper
-
Returns a Vector with all leafs of the tree which is described with childdef.
- getArchitecture() - Method in class com.izforge.izpack.util.TargetFactory
-
Returns an index number that identified the processor architecture of the target system.
- getAttribute() - Method in enum com.izforge.izpack.data.CustomDataType
-
- getAttribute() - Method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.LookupType
-
- getAttribute() - Method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.Operation
-
- getAttribute() - Method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.Type
-
- getAttribute() - Method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Unit
-
- getAttribute() - Method in enum com.izforge.izpack.util.file.types.Mapper.MapperType
-
- getAttribute() - Method in enum com.izforge.izpack.util.file.types.selectors.DateSelector.TimeComparisons
-
- getAttribute() - Method in enum com.izforge.izpack.util.file.types.selectors.PresentSelector.FilePresence
-
- getAttribute() - Method in enum com.izforge.izpack.util.file.types.selectors.SizeSelector.ByteUnits
-
- getAttribute() - Method in enum com.izforge.izpack.util.file.types.selectors.SizeSelector.SizeComparisons
-
- getAttribute() - Method in enum com.izforge.izpack.util.file.types.selectors.TypeSelector.FileType
-
- getAttributeName() - Method in class com.izforge.izpack.util.xmlmerge.matcher.AbstractAttributeMatcher
-
- getAttributeName() - Method in class com.izforge.izpack.util.xmlmerge.matcher.AttributeMatcher
-
- getAttributeName() - Method in class com.izforge.izpack.util.xmlmerge.matcher.IdAttributeMatcher
-
- getAttributeName() - Method in class com.izforge.izpack.util.xmlmerge.matcher.NameAttributeMatcher
-
- getBasedir() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the base directory to be scanned.
- getBasedir() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Returns the base directory to be scanned.
- getCalendarField() - Method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Unit
-
- getClasspath() - Method in class com.izforge.izpack.util.file.types.selectors.ExtendSelector
-
Get the classpath
- getComment() - Method in class com.izforge.izpack.util.config.ConfigFileTask
-
- getCompiledPattern(int) - Method in class com.izforge.izpack.util.regex.JavaRegexpMatcher
-
Get a compiled representation of the regexp pattern
- getCompilerOptions(int) - Method in class com.izforge.izpack.util.regex.JavaRegexpMatcher
-
Convert the generic options to the regex compiler specific options.
- getContent() - Method in class com.izforge.izpack.util.unix.ShellScript
-
gets the Content of this Script.
- getContentAsString() - Method in class com.izforge.izpack.util.unix.ShellScript
-
Gets the Content of this Script as String
- getCpCommand() - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Gets the absolute path of the cp (Copy) command.
- getCreatedXDGDesktopFolderNameScriptFilename() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Creates a small script, which calls $HOME/.config/user-dirs.dirs then echoes the $XDG_DESKTOP_DIR
in the /tmp folder and returns its pseudo unique absolute filename.
- getCurrentOSPrefix() - Static method in class com.izforge.izpack.util.TargetFactory
-
Gets a prefix alias for the current platform.
- getCurrentPlatform() - Method in class com.izforge.izpack.util.PlatformModelMatcher
-
Returns the current platform.
- getCustomCommand(String) - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Gets the absolute Pathe to the given custom command.
- getDefault() - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory.Implementations
-
Returns the default implementation class name.
- getDefaultexcludes() - Method in class com.izforge.izpack.util.file.types.FileSet
-
Whether default exclusions should be used or not.
- getDefaultInstallPath(String) - Method in class com.izforge.izpack.util.TargetFactory
-
Returns the system dependent default install path.
- getDescription() - Method in class com.izforge.izpack.util.file.types.DataType
-
Return the description for the current data type.
- getDescription() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Gets the Description aka Full Name
- getDeselectedDirectories() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the names of the directories which were selected out and
therefore not ultimately included.
- getDeselectedDirectories() - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorScanner
-
Directories which were selected out of a scan.
- getDeselectedFiles() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the names of the files which were selected out and
therefore not ultimately included.
- getDeselectedFiles() - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorScanner
-
Files which were selected out of a scan.
- getDir() - Method in class com.izforge.izpack.util.file.types.FileList
-
- getDir() - Method in class com.izforge.izpack.util.file.types.FileSet
-
Retrieves the base-directory for this instance.
- getDirectoryScanner() - Method in class com.izforge.izpack.util.file.types.FileSet
-
Returns the directory scanner needed to access the files to process.
- getDocument() - Method in exception com.izforge.izpack.util.xmlmerge.DocumentException
-
- getDTD(Element) - Method in class com.izforge.izpack.util.xmlmerge.action.DtdInsertAction
-
Gets the DTD declared in the doctype of the element's owning document.
- getElement() - Method in exception com.izforge.izpack.util.xmlmerge.ElementException
-
- getElement() - Method in exception com.izforge.izpack.util.xmlmerge.MatchException
-
- getElevator(String, String, String[]) - Method in class com.izforge.izpack.util.PrivilegedRunner
-
- getError() - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelector
-
Returns any error messages that have been set.
- getEtcPasswdArray() - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Get the lines from /etc/passwd as Array
- getEtcPasswdUsersAsArrayList() - Static method in class com.izforge.izpack.util.unix.UnixUsers
-
Gets all Users from /etc/passwd as StringList
- getExcludedDirectories() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the names of the directories which matched at least one of the
include patterns and at least one of the exclude patterns.
- getExcludedDirectories() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Returns the names of the directories which matched at least one of the
include patterns and at least one of the exclude patterns.
- getExcludedFiles() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the names of the files which matched at least one of the
include patterns and at least one of the exclude patterns.
- getExcludedFiles() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Returns the names of the files which matched at least one of the
include patterns and at least one of the exclude patterns.
- getExcludePatterns() - Method in class com.izforge.izpack.util.file.types.PatternSet
-
Returns the filtered include patterns.
- getExecOutput(String[]) - Static method in class com.izforge.izpack.util.FileExecutor
-
Gets the output of the given (console based) commandline
- getExecOutput(String[], String) - Static method in class com.izforge.izpack.util.FileExecutor
-
Gets the output of the given (console based) commandline
- getExecOutput(String[], boolean) - Static method in class com.izforge.izpack.util.FileExecutor
-
Gets the output of the given (console based) commandline
- getFiles() - Method in class com.izforge.izpack.util.file.types.FileList
-
Returns the list of files represented by this FileList.
- getFileTimestampGranularity() - Static method in class com.izforge.izpack.util.file.FileUtils
-
Get the granularity of file timestamps.
- getFreeSpace(String) - Static method in class com.izforge.izpack.util.IoHelper
-
Returns the free (disk) space for the given path.
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.LookupType
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.Operation
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.Type
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Unit
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.file.types.Mapper.MapperType
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.DateSelector.TimeComparisons
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.PresentSelector.FilePresence
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.SizeSelector.ByteUnits
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.SizeSelector.SizeComparisons
-
- getFromAttribute(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.TypeSelector.FileType
-
- getGid() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Gtes the Users Group ID
- getGroups(String) - Method in class com.izforge.izpack.util.regex.JavaRegexpMatcher
-
Returns a Vector of matched groups found in the argument
using default options.
- getGroups(String, int) - Method in class com.izforge.izpack.util.regex.JavaRegexpMatcher
-
Returns a Vector of matched groups found in the argument.
- getGroups(String) - Method in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Returns a Vector of matched groups found in the argument
using default options.
- getGroups(String, int) - Method in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Get the match groups from this regular expression.
- getHome() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Gets the Users Home Directory
- getId() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Gets the Users UID
- getImplementation(Class<T>, Platform) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory
-
Returns the implementation of a type for the specified platform.
- getImplementation(Platform) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory.Implementations
-
Returns the implementation for the specified platform.
- getImplementation() - Method in class com.izforge.izpack.util.file.types.Mapper
-
Returns a fully configured FileNameMapper implementation.
- getImplementation() - Method in enum com.izforge.izpack.util.file.types.Mapper.MapperType
-
- getImplementationClass() - Method in class com.izforge.izpack.util.file.types.Mapper
-
Gets the Class object associated with the mapper implementation.
- getImplementations(Class) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory
-
Returns the implementations registered for the specified class.
- getIncludedDirectories() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the names of the directories which matched at least one of the
include patterns and none of the exclude patterns.
- getIncludedDirectories() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Returns the names of the directories which matched at least one of the
include patterns and none of the exclude patterns.
- getIncludedDirsCount() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the count of included directories.
- getIncludedFiles() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the names of the files which matched at least one of the
include patterns and none of the exclude patterns.
- getIncludedFiles() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Returns the names of the files which matched at least one of the
include patterns and none of the exclude patterns.
- getIncludedFilesCount() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the count of included files.
- getIncludePatterns() - Method in class com.izforge.izpack.util.file.types.PatternSet
-
Returns the filtered include patterns.
- getInstance() - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
Retrieves the instance of the Singleton.
- getJavaCommand() - Static method in class com.izforge.izpack.util.ProcessHelper
-
Returns the command to launch java on the current platform.
- getKey() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
- getLastModified() - Method in class com.izforge.izpack.util.file.types.Resource
-
Tells the modification time in milliseconds since 01.01.1970 .
- getLookupType() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
- getMappers() - Method in class com.izforge.izpack.util.file.ContainerMapper
-
Get the List of FileNameMappers.
- getMillis() - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Returns the millisecond value the selector is set for.
- getName() - Method in class com.izforge.izpack.util.file.types.FileList.FileName
-
- getName() - Method in class com.izforge.izpack.util.file.types.Parameter
-
- getName() - Method in class com.izforge.izpack.util.file.types.PatternSet.NameEntry
-
- getName() - Method in class com.izforge.izpack.util.file.types.Resource
-
Name attribute will contain the path of a file relative to the
root directory of its fileset or the recorded path of a zip
entry.
- getName() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Gets the Users Login Name
- getNativeLibraryExtension() - Method in class com.izforge.izpack.util.TargetFactory
-
Returns the file extension customarily used on the target OS for dynamically loadable
libraries.
- getNextEntry() - Method in class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- getNotIncludedDirectories() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the names of the directories which matched none of the include
patterns.
- getNotIncludedDirectories() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Returns the names of the directories which matched none of the include
patterns.
- getNotIncludedFiles() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Return the names of the files which matched none of the include
patterns.
- getNotIncludedFiles() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Returns the names of the files which matched none of the include
patterns.
- getOperation() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
- getOperation(Element, Element) - Method in class com.izforge.izpack.util.xmlmerge.factory.AttributeOperationFactory
-
- getOperation(Element, Element) - Method in class com.izforge.izpack.util.xmlmerge.factory.DiffOperationFactory
-
- getOperation(Element, Element) - Method in class com.izforge.izpack.util.xmlmerge.factory.StaticOperationFactory
-
- getOperation(Element, Element) - Method in class com.izforge.izpack.util.xmlmerge.factory.XPathOperationFactory
-
- getOperation(Element, Element) - Method in interface com.izforge.izpack.util.xmlmerge.OperationFactory
-
Creates operation (action, mapper and matcher) instances corresponding to a pair of elements
from the original and patch DOMs.
- getOptionalAttribute(IXMLElement, String) - Method in class com.izforge.izpack.util.helper.SpecHelper
-
- getOrderedDtdElements(DTDContainer) - Method in class com.izforge.izpack.util.xmlmerge.action.DtdInsertAction
-
Retrieves a list containing the DTD elements of a given DTD container.
- getOS() - Method in class com.izforge.izpack.util.TargetFactory
-
Returns the index number for the target operating system that was detected.
- getOSFlavor() - Method in class com.izforge.izpack.util.TargetFactory
-
Returns the index number for the operating system flavor that was detected on the target
system.
- getOsList(IXMLElement) - Static method in class com.izforge.izpack.util.OsConstraintHelper
-
Extract a list of OS constraints from given element.
- getPackForName(String) - Method in class com.izforge.izpack.util.helper.SpecHelper
-
Returns a XML element which represents the pack for the given name.
- getParameters() - Method in class com.izforge.izpack.util.file.types.selectors.BaseExtendSelector
-
Allows access to the parameters gathered and set within the
<custom> tag.
- getParentFile(File) - Static method in class com.izforge.izpack.util.file.FileUtils
-
This was originally an emulation of
File.getParentFile() for JDK 1.1,
but it is now implemented using that method (Ant 1.6.3 onwards).
- getParts() - Method in class com.izforge.izpack.util.file.types.Path.PathElement
-
- getPasswdDigest() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Gets the users passwd Digest or X if hidden in /etc/shadow
- getPattern() - Method in class com.izforge.izpack.util.regex.JavaRegexpMatcher
-
Get a String representation of the regexp pattern
- getPattern() - Method in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Get a String representation of the regexp pattern
- getPattern() - Method in class com.izforge.izpack.util.regex.RegularExpression
-
Gets the pattern string for this RegularExpression in the
given project.
- getPlatforms() - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory.Implementations
-
Returns the platforms that have an implementation.
- getPreserveLastModified() - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Whether to give the copied files the same last modified time as
the original files.
- getRegexp() - Method in class com.izforge.izpack.util.regex.RegularExpression
-
provides a reference to the Regexp contained in this
- getRequiredAttribute(IXMLElement, String) - Method in class com.izforge.izpack.util.helper.SpecHelper
-
Returns the attribute for the given attribute name.
- getResource(String) - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Get the named resource.
- getResource(String) - Method in class com.izforge.izpack.util.file.SourceFileScanner
-
returns resource information for a file at destination
- getResource(String) - Method in interface com.izforge.izpack.util.file.types.ResourceFactory
-
Query a resource (file, zipentry, ...) by name
- getResource(String) - Method in class com.izforge.izpack.util.helper.SpecHelper
-
Gets the stream to a resource.
- getResourcePath(String) - Method in class com.izforge.izpack.util.Librarian
-
Returns the resource URL for the named library.
- getRmCommand() - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Gets the absolute Pathe to the rm (Remove) Command.
- getSection() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
- getSelectors() - Method in class com.izforge.izpack.util.file.types.FileSet
-
Returns the set of selectors as an array.
- getSelectors() - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
Returns the set of selectors as an array.
- getSelectors() - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
Returns the set of selectors as an array.
- getSelectors() - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
Returns the set of selectors as an array.
- getShell() - Method in class com.izforge.izpack.util.unix.ShellScript
-
Gets the current used shell.
- getShell() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Gets the users default Login-Shell
- getSize() - Method in class com.izforge.izpack.util.file.types.Resource
-
Get the size of this Resource.
- getSpec() - Method in class com.izforge.izpack.util.helper.SpecHelper
-
Returns the specification.
- getSubsOptions(int) - Method in class com.izforge.izpack.util.regex.JavaRegexp
-
Convert ant regexp substitution option to jdk1.4 options.
- getSuCommand() - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Gets the absolute path to the su (SuperUser) command.
- getType() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
- getType() - Method in class com.izforge.izpack.util.file.types.Parameter
-
- getUsersColonString() - Static method in class com.izforge.izpack.util.unix.UnixUsers
-
Returns all Users as ColonSeparated String
- getUsersWithValidShells() - Method in class com.izforge.izpack.util.unix.UnixUsers
-
Gets all known users with valid shells
- getUsersWithValidShellsAndExistingHomes() - Method in class com.izforge.izpack.util.unix.UnixUsers
-
Gets all known users with valid shells and really existing (not dummy) Homefolders.
- getUsersWithValidShellsExistingHomesAndDesktops() - Static method in class com.izforge.izpack.util.unix.UnixUsers
-
Gets all known users with valid shells and really existing (not dummy) Home And!
- getValidUsersDesktopFolders() - Method in class com.izforge.izpack.util.unix.UnixUsers
-
An StringArray of the existing Desktop folders of all valid users.
- getValue() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
- getValue() - Method in class com.izforge.izpack.util.file.types.Parameter
-
- getWhichCommand() - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Gets the absolute path of the which command.
- getXdgDesktopfolder() - Method in class com.izforge.izpack.util.unix.UnixUser
-
Gets the Name of the XDG-Desktop Folder if defined in the $HOME/.config/user-dirs.dirs File as absolute File/Pathname
- getYpCatCommand() - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Gets the absolute Pathe to the ypcat (YellowPage/NIS Cat) Command.
- getYpPasswdArray() - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Get the YelloyPages (NIS) Users lines from ypcat passwd as Array.
- getYpPasswdUsersAsArrayList() - Static method in class com.izforge.izpack.util.unix.UnixUsers
-
Gets all Users from /etc/passwd as StringList
- GlobPatternMapper - Class in com.izforge.izpack.util.file
-
Implementation of FileNameMapper that does simple wildcard pattern
replacements.
- GlobPatternMapper() - Constructor for class com.izforge.izpack.util.file.GlobPatternMapper
-
- granularity - Variable in class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
- GRANULARITY_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Key to used for parameterized custom selector
- GZIP - Static variable in class com.izforge.izpack.util.Base64
-
Specify that data should be gzip-compressed in second bit.
- m_actionFactory - Variable in class com.izforge.izpack.util.xmlmerge.action.AbstractMergeAction
-
Action factory.
- m_mapperFactory - Variable in class com.izforge.izpack.util.xmlmerge.action.AbstractMergeAction
-
Mapper factory.
- m_matcherFactory - Variable in class com.izforge.izpack.util.xmlmerge.action.AbstractMergeAction
-
Matcher factory.
- main(String[]) - Static method in class com.izforge.izpack.util.LibraryRemover
-
- main(String[]) - Static method in class com.izforge.izpack.util.SelfModifier
-
- main(String[]) - Static method in class com.izforge.izpack.util.unix.ShellScript
-
Test Main Method Run test with: java -cp .jar com.izforge.izpack.util.unix.ShellScript
- main(String[]) - Static method in class com.izforge.izpack.util.unix.UnixConstants
-
- main(String[]) - Static method in class com.izforge.izpack.util.unix.UnixHelper
-
Standalone Test Main Method call with : > java -cp ..
- main(String[]) - Static method in class com.izforge.izpack.util.unix.UnixUser
-
Static Test Main
- main(String[]) - Static method in class com.izforge.izpack.util.unix.UnixUsers
-
Test main Method
- MajoritySelector - Class in com.izforge.izpack.util.file.types.selectors
-
This selector is here just to shake up your thinking a bit.
- MajoritySelector() - Constructor for class com.izforge.izpack.util.file.types.selectors.MajoritySelector
-
Default constructor.
- makeObject(Class<T>) - Method in class com.izforge.izpack.util.TargetFactory
-
This method returns an OS specific instance of the requested class.
- makeObject(String) - Method in class com.izforge.izpack.util.TargetFactory
-
This method returns an OS and OS flavor specific instance of the requested class.
- map - Variable in class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
- map(Element) - Method in class com.izforge.izpack.util.xmlmerge.mapper.IdentityMapper
-
- map(Element) - Method in interface com.izforge.izpack.util.xmlmerge.Mapper
-
Transforms the given element to another element by changing some nested content or
attributes.
- map(Element) - Method in class com.izforge.izpack.util.xmlmerge.mapper.NamespaceFilterMapper
-
- mapFileName(String) - Method in class com.izforge.izpack.util.file.CompositeMapper
-
- mapFileName(String) - Method in interface com.izforge.izpack.util.file.FileNameMapper
-
Returns an array containing the target filename(s) for the
given source file.
- mapFileName(String) - Method in class com.izforge.izpack.util.file.FlatFileNameMapper
-
Returns an one-element array containing the source file name
without any leading directory information.
- mapFileName(String) - Method in class com.izforge.izpack.util.file.GlobPatternMapper
-
Returns null if the source file name doesn't match the
"from" pattern, an one-element array containing the
translated file otherwise.
- mapFileName(String) - Method in class com.izforge.izpack.util.file.IdentityMapper
-
Returns an one-element array containing the source file name.
- mapFileName(String) - Method in class com.izforge.izpack.util.file.MergingMapper
-
Returns an one-element array containing the file name set via setTo.
- Mapper - Class in com.izforge.izpack.util.file.types
-
Element to define a FileNameMapper.
- Mapper() - Constructor for class com.izforge.izpack.util.file.types.Mapper
-
- Mapper - Interface in com.izforge.izpack.util.xmlmerge
-
Transforms an element to another element by changing some nested content or attributes.
- Mapper.MapperType - Enum in com.izforge.izpack.util.file.types
-
- MAPPER_PREFIX - Static variable in class com.izforge.izpack.util.xmlmerge.config.PropertyXPathConfigurer
-
Mapper pathname prefix.
- mapperElement - Variable in class com.izforge.izpack.util.file.FileCopyTask
-
- mapperElement - Variable in class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
- MappingSelector - Class in com.izforge.izpack.util.file.types.selectors
-
A mapping selector is an abstract class adding mapping support to the base
selector
- MappingSelector() - Constructor for class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
Creates a new MappingSelector instance.
- match(String, String) - Static method in class com.izforge.izpack.util.file.DirectoryScanner
-
Test whether or not a string matches against a pattern.
- match(String, String, boolean) - Static method in class com.izforge.izpack.util.file.DirectoryScanner
-
Test whether or not a string matches against a pattern.
- match(String, String) - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
Tests whether or not a string matches against a pattern.
- match(String, String, boolean) - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
Tests whether or not a string matches against a pattern.
- match(Platform, OsModel) - Method in class com.izforge.izpack.util.PlatformModelMatcher
-
Determines if the OS model matches the specified platform.
- MATCH_CASE_INSENSITIVE - Static variable in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Perform a case insenstive match
- MATCH_DEFAULT - Static variable in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Default Mask (case insensitive, neither multiline nor
singleline specified).
- MATCH_MULTILINE - Static variable in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Treat the input as a multiline input
- MATCH_SINGLELINE - Static variable in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Treat the input as singleline input ('.' matches newline)
- Matcher - Interface in com.izforge.izpack.util.xmlmerge
-
Compares two elements to know if they correspond for merging.
- MATCHER_ATTRIBUTE - Static variable in class com.izforge.izpack.util.xmlmerge.config.AttributeMergeConfigurer
-
Matcher attribute.
- MATCHER_PREFIX - Static variable in class com.izforge.izpack.util.xmlmerge.config.PropertyXPathConfigurer
-
Matcher pathname prefix.
- matches(Platform, List<OsModel>) - Method in class com.izforge.izpack.util.PlatformModelMatcher
-
Determines if a platform is in the specified list of models.
- matches(String) - Method in class com.izforge.izpack.util.regex.JavaRegexpMatcher
-
Does the given argument match the pattern using default options?
- matches(String, int) - Method in class com.izforge.izpack.util.regex.JavaRegexpMatcher
-
Does the given argument match the pattern?
- matches(String) - Method in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Does the given argument match the pattern?
- matches(String, int) - Method in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Does this regular expression match the input, given
certain options
- matches(Element, Element) - Method in class com.izforge.izpack.util.xmlmerge.matcher.AbstractAttributeMatcher
-
- matches(Element, Element) - Method in class com.izforge.izpack.util.xmlmerge.matcher.AbstractTagMatcher
-
- matches(Element, Element) - Method in interface com.izforge.izpack.util.xmlmerge.Matcher
-
Compares two elements to know if they correspond for merging.
- matches(Element, Element) - Method in class com.izforge.izpack.util.xmlmerge.matcher.SkipMatcher
-
- matchesCurrentPlatform(OsModel) - Method in class com.izforge.izpack.util.PlatformModelMatcher
-
Determines if the OS model matches the current platform.
- matchesCurrentPlatform(List<OsModel>) - Method in class com.izforge.izpack.util.PlatformModelMatcher
-
Determines if the current platform is in the specified list of models.
- MatchException - Exception in com.izforge.izpack.util.xmlmerge
-
Thrown when something is wrong in the matching process.
- MatchException(Element, String) - Constructor for exception com.izforge.izpack.util.xmlmerge.MatchException
-
Constructor with message.
- MatchException(Element, Throwable) - Constructor for exception com.izforge.izpack.util.xmlmerge.MatchException
-
Constructor with cause.
- matchPath(String, String) - Static method in class com.izforge.izpack.util.file.DirectoryScanner
-
Test whether or not a given path matches a given pattern.
- matchPath(String, String) - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
Tests whether or not a given path matches a given pattern.
- matchPath(String, String, boolean) - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
Tests whether or not a given path matches a given pattern.
- matchPatternStart(String, String) - Static method in class com.izforge.izpack.util.file.DirectoryScanner
-
Test whether or not a given path matches the start of a given
pattern up to the first "**".
- matchPatternStart(String, String) - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
Tests whether or not a given path matches the start of a given
pattern up to the first "**".
- matchPatternStart(String, String, boolean) - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
Tests whether or not a given path matches the start of a given
pattern up to the first "**".
- max - Variable in class com.izforge.izpack.util.file.types.selectors.DepthSelector
-
- MAX_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.DepthSelector
-
Used for parameterized custom selector
- merge(InputStream[]) - Method in class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
- merge(File[], File) - Method in class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
- merge(Document[]) - Method in class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
- merge(String[]) - Method in class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
- merge(String[]) - Method in class com.izforge.izpack.util.xmlmerge.merge.DefaultXmlMerge
-
- merge(Document[]) - Method in class com.izforge.izpack.util.xmlmerge.merge.DefaultXmlMerge
-
- merge(InputStream[]) - Method in class com.izforge.izpack.util.xmlmerge.merge.DefaultXmlMerge
-
- merge(File[], File) - Method in class com.izforge.izpack.util.xmlmerge.merge.DefaultXmlMerge
-
- merge(InputStream[]) - Method in interface com.izforge.izpack.util.xmlmerge.XmlMerge
-
Merges the given InputStream sources.
- merge(File[], File) - Method in interface com.izforge.izpack.util.xmlmerge.XmlMerge
-
Merges the given InputStream sources.
- merge(Document[]) - Method in interface com.izforge.izpack.util.xmlmerge.XmlMerge
-
Merges the given Document sources.
- merge(String[]) - Method in interface com.izforge.izpack.util.xmlmerge.XmlMerge
-
Merges the given String sources.
- MergeAction - Interface in com.izforge.izpack.util.xmlmerge
-
An action merging the contents of the specified elements.
- mergedFile - Variable in class com.izforge.izpack.util.file.MergingMapper
-
- MergingMapper - Class in com.izforge.izpack.util.file
-
Implementation of FileNameMapper that always returns the same
target file name.
- MergingMapper() - Constructor for class com.izforge.izpack.util.file.MergingMapper
-
- MILLIS_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Key to used for parameterized custom selector
- min - Variable in class com.izforge.izpack.util.file.types.selectors.DepthSelector
-
- MIN_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.DepthSelector
-
Used for parameterized custom selector
- MonitorInputStream - Class in com.izforge.izpack.util
-
This is a grabber for stdout and stderr.
- MonitorInputStream(Reader, Writer) - Constructor for class com.izforge.izpack.util.MonitorInputStream
-
Construct a new monitor.
- read() - Method in class com.izforge.izpack.util.Base64.InputStream
-
Reads enough of the input stream to convert
to/from Base64 and returns the next byte.
- read(byte[], int, int) - Method in class com.izforge.izpack.util.Base64.InputStream
-
- read() - Method in class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- read(byte[]) - Method in class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- read(byte[], int, int) - Method in class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- read() - Method in class com.izforge.izpack.util.Console
-
Read a character from the console.
- read(String) - Method in class com.izforge.izpack.util.MonitorInputStream
-
Invoked after a line has been read.
- read(String) - Method in class com.izforge.izpack.util.RunnableReader
-
Invoked after a line has been read.
- readConfigurable() - Method in class com.izforge.izpack.util.config.RegistryTask
-
- readConfigurable() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
- readConfigurable() - Method in class com.izforge.izpack.util.config.SingleIniFileTask
-
- readConfigurable() - Method in class com.izforge.izpack.util.config.SingleOptionFileTask
-
- readConfiguration() - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Reads the configuration used to configure an XmlMerge.
- readConfiguration() - Method in class com.izforge.izpack.util.xmlmerge.config.PropertyXPathConfigurer
-
- readLine() - Method in class com.izforge.izpack.util.Console
-
Reads a line of text.
- readSourceConfigurable() - Method in class com.izforge.izpack.util.config.RegistryTask
-
- readSourceConfigurable() - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
- readSourceConfigurable() - Method in class com.izforge.izpack.util.config.SingleIniFileTask
-
- readSourceConfigurable() - Method in class com.izforge.izpack.util.config.SingleOptionFileTask
-
- readSpec(String) - Method in class com.izforge.izpack.util.helper.SpecHelper
-
Reads the XML specification given by the file name.
- readSpec(InputStream) - Method in class com.izforge.izpack.util.helper.SpecHelper
-
Reads the XML specification given by the input stream.
- Regexp - Interface in com.izforge.izpack.util.regex
-
Interface which represents a regular expression, and the operations
that can be performed on it.
- RegexpFactory - Class in com.izforge.izpack.util.regex
-
Regular expression factory, which will create Regexp objects.
- RegexpFactory() - Constructor for class com.izforge.izpack.util.regex.RegexpFactory
-
- RegexpMatcher - Interface in com.izforge.izpack.util.regex
-
Interface describing a regular expression matcher.
- RegexpMatcherFactory - Class in com.izforge.izpack.util.regex
-
Simple Factory Class that produces an implementation of
RegexpMatcher based on the system property
izpack.regexp.matcherimpl and the classes
available.
- RegexpMatcherFactory() - Constructor for class com.izforge.izpack.util.regex.RegexpMatcherFactory
-
- RegexUtil - Class in com.izforge.izpack.util.regex
-
*************************************************************************
Regular Expression utilities
- RegexUtil() - Constructor for class com.izforge.izpack.util.regex.RegexUtil
-
- registerForCleanup(CleanupClient) - Method in class com.izforge.izpack.util.Housekeeper
-
Use to register objects that need to perform cleanup operations before the application shuts
down.
- RegistryTask - Class in com.izforge.izpack.util.config
-
- RegistryTask() - Constructor for class com.izforge.izpack.util.config.RegistryTask
-
- RegularExpression - Class in com.izforge.izpack.util.regex
-
A regular expression datatype.
- RegularExpression() - Constructor for class com.izforge.izpack.util.regex.RegularExpression
-
- relaunchWithElevatedRights() - Method in class com.izforge.izpack.util.PrivilegedRunner
-
Relaunches the installer with elevated rights.
- relaunchWithElevatedRights(String...) - Method in class com.izforge.izpack.util.PrivilegedRunner
-
- removeDefaultExclude(String) - Static method in class com.izforge.izpack.util.file.DirectoryScanner
-
Remove a string if it is a default exclude.
- removeFlag(int, int) - Static method in class com.izforge.izpack.util.regex.RegexUtil
-
Remove a particular flag from an int value contains the option flags.
- removeLeadingPath(File, File) - Static method in class com.izforge.izpack.util.file.FileUtils
-
Removes a leading path from a second path.
- removeWhitespace(String) - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
"Flattens" a string by removing all whitespace (space, tab, linefeed,
carriage return, and formfeed).
- REPLACE - Static variable in class com.izforge.izpack.util.xmlmerge.action.StandardActions
-
- REPLACE_ALL - Static variable in interface com.izforge.izpack.util.regex.Regexp
-
Replace all occurances of the regular expression
- REPLACE_FIRST - Static variable in interface com.izforge.izpack.util.regex.Regexp
-
Replace only the first occurance of the regular expression
- ReplaceAction - Class in com.izforge.izpack.util.xmlmerge.action
-
Copies the patch element if it exists.
- ReplaceAction() - Constructor for class com.izforge.izpack.util.xmlmerge.action.ReplaceAction
-
- resolve(String) - Method in class com.izforge.izpack.util.xmlmerge.factory.OperationResolver
-
Resolves an alias or an operation class name to an operation.
- resolveFile(File, String) - Static method in class com.izforge.izpack.util.file.FileUtils
-
Interpret the filename as a file relative to the given file
unless the filename already represents an absolute filename.
- Resource - Class in com.izforge.izpack.util.file.types
-
Describes a File or a ZipEntry.
- Resource() - Constructor for class com.izforge.izpack.util.file.types.Resource
-
Default constructor.
- Resource(String) - Constructor for class com.izforge.izpack.util.file.types.Resource
-
Only sets the name.
- Resource(String, boolean, long) - Constructor for class com.izforge.izpack.util.file.types.Resource
-
Sets the name, lastmodified flag, and exists flag.
- Resource(String, boolean, long, boolean) - Constructor for class com.izforge.izpack.util.file.types.Resource
-
Sets the name, lastmodified flag, exists flag, and directory flag.
- Resource(String, boolean, long, boolean, long) - Constructor for class com.izforge.izpack.util.file.types.Resource
-
Sets the name, lastmodified flag, exists flag, directory flag, and size.
- ResourceFactory - Interface in com.izforge.izpack.util.file.types
-
this interface should be implemented by classes (Scanners) needing
to deliver information about resources.
- ResourceUtils - Class in com.izforge.izpack.util.file
-
this class provides utility methods to process resources
- ResourceUtils() - Constructor for class com.izforge.izpack.util.file.ResourceUtils
-
- restrict(String[], File, File, FileNameMapper) - Method in class com.izforge.izpack.util.file.SourceFileScanner
-
Restrict the given set of files to those that are newer than
their corresponding target files.
- restrict(String[], File, File, FileNameMapper, long) - Method in class com.izforge.izpack.util.file.SourceFileScanner
-
Restrict the given set of files to those that are newer than
their corresponding target files.
- restrictAsFiles(String[], File, File, FileNameMapper) - Method in class com.izforge.izpack.util.file.SourceFileScanner
-
Convinience layer on top of restrict that returns the source
files as File objects (containing absolute paths if srcDir is
absolute).
- restrictAsFiles(String[], File, File, FileNameMapper, long) - Method in class com.izforge.izpack.util.file.SourceFileScanner
-
Convinience layer on top of restrict that returns the source
files as File objects (containing absolute paths if srcDir is
absolute).
- resumeEncoding() - Method in class com.izforge.izpack.util.Base64.OutputStream
-
Resumes encoding of the stream.
- rtrimWildcardTokens(String) - Static method in class com.izforge.izpack.util.file.types.selectors.SelectorUtils
-
removes from a pattern all tokens to the right containing wildcards
- run() - Method in class com.izforge.izpack.util.FreeThread
-
The run() method.
- run() - Method in class com.izforge.izpack.util.RunnableReader
-
- RunnableReader - Class in com.izforge.izpack.util
-
A Runnable that reads from a Reader a line at a time.
- RunnableReader(Reader) - Constructor for class com.izforge.izpack.util.RunnableReader
-
- scan() - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Scan the base directory for files which match at least one include
pattern and don't match any exclude patterns.
- scan(File, File, String[], String[]) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Compares source files to destination files to see if they should be
copied.
- scan() - Method in interface com.izforge.izpack.util.file.FileScanner
-
Scans the base directory for files which match at least one include
pattern and don't match any exclude patterns.
- section - Variable in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
- select(String, Vector<String>) - Static method in class com.izforge.izpack.util.regex.RegexUtil
-
Parse a select string, and merge it with a match groups
vector to produce an output string.
- selectionTest(File, File) - Method in class com.izforge.izpack.util.file.types.selectors.DependSelector
-
this test is our selection test that compared the file with the destfile
- selectionTest(File, File) - Method in class com.izforge.izpack.util.file.types.selectors.DifferentSelector
-
this test is our selection test that compared the file with the destfile
- selectionTest(File, File) - Method in class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
this test is our selection test that compared the file with the destfile
- SelectorContainer - Interface in com.izforge.izpack.util.file.types.selectors
-
This is the interface for selectors that can contain other selectors.
- selectorCount() - Method in class com.izforge.izpack.util.file.types.FileSet
-
Gives the count of the number of selectors in this container.
- selectorCount() - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
Gives the count of the number of selectors in this container
- selectorCount() - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
Gives the count of the number of selectors in this container
- selectorCount() - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
Gives the count of the number of selectors in this container
- selectorCreate() - Method in class com.izforge.izpack.util.file.types.selectors.ExtendSelector
-
Instantiates the identified custom selector class.
- selectorElements() - Method in class com.izforge.izpack.util.file.types.FileSet
-
Returns an enumerator for accessing the set of selectors.
- selectorElements() - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
Returns an enumerator for accessing the set of selectors.
- selectorElements() - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
Returns an enumerator for accessing the set of selectors.
- selectorElements() - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorContainer
-
Returns an enumerator for accessing the set of selectors.
- SelectorScanner - Interface in com.izforge.izpack.util.file.types.selectors
-
An interface used to describe the actions required by any type of
directory scanner that supports Selecters.
- SelectorUtils - Class in com.izforge.izpack.util.file.types.selectors
-
This is a utility class used by selectors and DirectoryScanner.
- selectOutOfDateSources(Resource[], FileNameMapper, ResourceFactory) - Static method in class com.izforge.izpack.util.file.ResourceUtils
-
tells which source files should be reprocessed based on the
last modification date of target files
- selectOutOfDateSources(Resource[], FileNameMapper, ResourceFactory, long) - Static method in class com.izforge.izpack.util.file.ResourceUtils
-
tells which source files should be reprocessed based on the
last modification date of target files
- SelfModifier - Class in com.izforge.izpack.util
-
Allows an application to modify the jar file from which it came, including outright deletion.
- SelfModifier(Method) - Constructor for class com.izforge.izpack.util.SelfModifier
-
Creates a SelfModifier which will invoke the target method in a separate process from which
it may modify it's own jar file.
- setActionFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.action.AbstractMergeAction
-
- setActionFactory(OperationFactory) - Method in interface com.izforge.izpack.util.xmlmerge.MergeAction
-
Sets the action's action factory.
- setActionResolver(OperationResolver) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Sets the configurer's action resolver.
- setAllowtie(boolean) - Method in class com.izforge.izpack.util.file.types.selectors.MajoritySelector
-
A attribute to specify what will happen if number
of yes votes is the same as the number of no votes
defaults to true
- setAutoNumbering(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether to use property auto numbering (for property names
with a trailing '.')
- setBasedir(String) - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Set the base directory to be scanned.
- setBasedir(File) - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Set the base directory to be scanned.
- setBasedir(String) - Method in interface com.izforge.izpack.util.file.FileScanner
-
Sets the base directory to be scanned.
- setBasedir(File) - Method in interface com.izforge.izpack.util.file.FileScanner
-
Sets the base directory to be scanned.
- setCaseSensitive(boolean) - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Set whether or not include and exclude patterns are matched
in a case sensitive way.
- setCaseSensitive(boolean) - Method in interface com.izforge.izpack.util.file.FileScanner
-
Sets whether or not the file system should be regarded as case sensitive.
- setCaseSensitive(boolean) - Method in class com.izforge.izpack.util.file.GlobPatternMapper
-
Attribute specifing whether to ignore the case difference
in the names.
- setCaseSensitive(boolean) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Sets case sensitivity of the file system.
- setCasesensitive(boolean) - Method in class com.izforge.izpack.util.file.types.selectors.ContainsSelector
-
Whether to ignore case in the string being searched.
- setCasesensitive(boolean) - Method in class com.izforge.izpack.util.file.types.selectors.FilenameSelector
-
Whether to ignore case when checking filenames.
- setCheckdirs(boolean) - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Should we be checking dates on directories?
- setChecked(boolean) - Method in class com.izforge.izpack.util.file.types.DataType
-
- setClassname(String) - Method in class com.izforge.izpack.util.file.types.Mapper
-
Set the class name of the FileNameMapper to use.
- setClassname(String) - Method in class com.izforge.izpack.util.file.types.selectors.ExtendSelector
-
Sets the classname of the custom selector.
- setClasspath(Path) - Method in class com.izforge.izpack.util.file.types.selectors.ExtendSelector
-
Set the classpath to load the classname specified using an attribute.
- setCleanup(boolean) - Method in class com.izforge.izpack.util.config.ConfigFileTask
-
Whether to delete the patchfile after the operation
- setCleanup(boolean) - Method in class com.izforge.izpack.util.config.ConfigurableFileCopyTask
-
Whether to delete the patchfiles after the operation
- setCleanup(boolean) - Method in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
Whether to delete the patchfiles after the operation
- setComment(List<String>) - Method in class com.izforge.izpack.util.config.ConfigFileTask
-
optional header comment for the file
- setConfigFile(File) - Method in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
- setCreate(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether the configuration file or registry root entry should be created if it doesn't already
exist (default: true).
- setDatetime(String) - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Sets the date.
- setDEBUG(boolean) - Static method in class com.izforge.izpack.util.Debug
-
Sets whether to run in debug mode.
- setDefault(String) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
Initial value to set for a key if it is not already defined in the configuration file.
- setDefault(String) - Method in class com.izforge.izpack.util.DefaultTargetPlatformFactory.Implementations
-
Sets the default implementation class.
- setDefaultAction(String) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Sets the configurer's default action.
- setDefaultexcludes(boolean) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Sets whether default exclusions should be used or not.
- setDefaultMapper(String) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Sets the configurer's default mapper.
- setDefaultMatcher(String) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Sets the configurer's default matcher.
- setDefaultOperation(Operation) - Method in class com.izforge.izpack.util.xmlmerge.factory.XPathOperationFactory
-
Sets the default operation returned by this factory.
- setDescription(String) - Method in class com.izforge.izpack.util.file.types.DataType
-
Sets a description of the current data type.
- setDir(File) - Method in class com.izforge.izpack.util.file.types.FileList
-
Set the dir attribute.
- setDir(File) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Sets the base-directory for this instance.
- setDirectory(boolean) - Method in class com.izforge.izpack.util.file.types.Resource
-
Set the directory attribute.
- setDocument(Document) - Method in exception com.izforge.izpack.util.xmlmerge.DocumentException
-
- setElement(Element) - Method in exception com.izforge.izpack.util.xmlmerge.ElementException
-
- setElement(Element) - Method in exception com.izforge.izpack.util.xmlmerge.MatchException
-
- setEmptyLines(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether to preserve empty lines
- setEnableMultipleMappings(boolean) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Attribute to handle mappers that return multiple
mappings for a given source path.
- setEncoding(Charset) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
The encoding to be used for loading and saving configuration files
- setError(String) - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelector
-
Allows all selectors to indicate a setup error.
- setEscape(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether to accept escape sequences
- setEscapeNewLine(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether to interpret escape at the end of line for joining lines
- setExcludes(String[]) - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Set the list of exclude patterns to use.
- setExcludes(String[]) - Method in interface com.izforge.izpack.util.file.FileScanner
-
Sets the list of exclude patterns to use.
- setExcludes(String) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Appends excludes to the current list of exclude
patterns.
- setExcludes(String) - Method in class com.izforge.izpack.util.file.types.PatternSet
-
Appends excludes to the current list of exclude patterns.
- setExists(boolean) - Method in class com.izforge.izpack.util.file.types.Resource
-
Set the exists attribute.
- setExpression(String) - Method in class com.izforge.izpack.util.file.types.selectors.ContainsRegexpSelector
-
The regular expression used to search the file.
- setFailOnError(boolean) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
If false, note errors to the output but keep going.
- setFile(File) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Sets a single source file to copy.
- setFile(File) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Creates a single file fileset.
- setFiles(String) - Method in class com.izforge.izpack.util.file.types.FileList
-
Set the filenames attribute.
- setFilteredNamespace(Namespace) - Method in class com.izforge.izpack.util.xmlmerge.mapper.NamespaceFilterMapper
-
Sets the namespace defining the elements and attributes to be filtered out.
- setFlatten(boolean) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
When copying directory trees, the files can be "flattened"
into a single directory.
- setFollowSymlinks(boolean) - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Set whether or not symbolic links should be followed.
- setFollowSymlinks(boolean) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Sets whether or not symbolic links should be followed.
- setFrom(String) - Method in class com.izforge.izpack.util.file.ContainerMapper
-
Empty implementation.
- setFrom(String) - Method in interface com.izforge.izpack.util.file.FileNameMapper
-
Sets the from part of the transformation rule.
- setFrom(String) - Method in class com.izforge.izpack.util.file.FlatFileNameMapper
-
Ignored.
- setFrom(String) - Method in class com.izforge.izpack.util.file.GlobPatternMapper
-
Sets the "from" pattern.
- setFrom(String) - Method in class com.izforge.izpack.util.file.IdentityMapper
-
Ignored.
- setFrom(String) - Method in class com.izforge.izpack.util.file.MergingMapper
-
Ignored.
- setFrom(String) - Method in class com.izforge.izpack.util.file.types.Mapper
-
Set the argument to FileNameMapper.setFrom
- setFromKey(String) - Method in class com.izforge.izpack.util.config.RegistryTask
-
Location of the configuration file to be patched from; optional.
- setGranularity(long) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
The number of milliseconds leeway to give before deciding a
target is out of date.
- setGranularity(int) - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Sets the number of milliseconds leeway we will give before we consider
a file not to have matched a date.
- setGranularity(int) - Method in class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
Sets the number of milliseconds leeway we will give before we consider
a file out of date.
- setHandleDirSep(boolean) - Method in class com.izforge.izpack.util.file.GlobPatternMapper
-
Attribute specifing whether to ignore the difference
between / and \ (the two common directory characters).
- setHeaderComment(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether to use header comments
- setIf(String) - Method in class com.izforge.izpack.util.file.types.PatternSet.NameEntry
-
Sets the if attribute.
- setIgnoreContents(boolean) - Method in class com.izforge.izpack.util.file.types.selectors.DifferentSelector
-
This flag tells the selector to ignore contents
- setIgnoreFileTimes(boolean) - Method in class com.izforge.izpack.util.file.types.selectors.DifferentSelector
-
This flag tells the selector to ignore file times in the comparison
- setIgnorewhitespace(boolean) - Method in class com.izforge.izpack.util.file.types.selectors.ContainsSelector
-
Whether to ignore whitespace in the string being searched.
- setInBothOperationFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.factory.DiffOperationFactory
-
Sets the operation factory this factory delegates to if the original and patch elements
exist.
- setIncludeEmptyDirs(boolean) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Used to copy empty directories.
- setIncludes(String[]) - Method in class com.izforge.izpack.util.file.DirectoryScanner
-
Set the list of include patterns to use.
- setIncludes(String[]) - Method in interface com.izforge.izpack.util.file.FileScanner
-
Sets the list of include patterns to use.
- setIncludes(String) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Appends includes to the current list of include
patterns.
- setIncludes(String) - Method in class com.izforge.izpack.util.file.types.PatternSet
-
Appends includes to the current list of include patterns.
- setKey(String) - Method in class com.izforge.izpack.util.config.RegistryTask
-
Location of the configuration file to be edited; required.
- setKey(String) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
Name of the key/value pair
- setLastModified(long) - Method in class com.izforge.izpack.util.file.types.Resource
-
Set the last modification attribute.
- setLocation(File) - Method in class com.izforge.izpack.util.file.types.Path.PathElement
-
- setLocation(File) - Method in class com.izforge.izpack.util.file.types.Path
-
Adds a element definition to the path.
- setLookupType(SingleConfigurableTask.Entry.LookupType) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
Regard the value as : regexp | plain (default)
- setMapperFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.action.AbstractMergeAction
-
- setMapperFactory(OperationFactory) - Method in interface com.izforge.izpack.util.xmlmerge.MergeAction
-
Sets the action's mapper factory.
- setMapperResolver(OperationResolver) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Sets the configurer's mapper resolver.
- setMatcherFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.action.AbstractMergeAction
-
- setMatcherFactory(OperationFactory) - Method in interface com.izforge.izpack.util.xmlmerge.MergeAction
-
Sets the action's matcher factory.
- setMatcherResolver(OperationResolver) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Sets the configurer's matcher resolver.
- setMax(int) - Method in class com.izforge.izpack.util.file.types.selectors.DepthSelector
-
The minimum depth below the basedir before a file is selected.
- setMillis(long) - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
For users that prefer to express time in milliseconds since 1970
- setMin(int) - Method in class com.izforge.izpack.util.file.types.selectors.DepthSelector
-
The minimum depth below the basedir before a file is selected.
- setName(String) - Method in class com.izforge.izpack.util.file.types.FileList.FileName
-
The name attribute of the file element.
- setName(String) - Method in class com.izforge.izpack.util.file.types.Parameter
-
- setName(String) - Method in class com.izforge.izpack.util.file.types.PatternSet.NameEntry
-
Sets the name pattern.
- setName(String) - Method in class com.izforge.izpack.util.file.types.Resource
-
Set the name of this Resource.
- setName(String) - Method in class com.izforge.izpack.util.file.types.selectors.FilenameSelector
-
The name of the file, or the pattern for the name, that
should be used for selection.
- setNegate(boolean) - Method in class com.izforge.izpack.util.file.types.selectors.FilenameSelector
-
You can optionally reverse the selection of this selector,
thereby emulating an <exclude> tag, by setting the attribute
negate to true.
- setNewFile(File) - Method in class com.izforge.izpack.util.config.ConfigFileTask
-
Location of the configuration file to be patched to; optional.
- setOldFile(File) - Method in class com.izforge.izpack.util.config.ConfigFileTask
-
Location of the configuration file to be patched from; optional.
- setOnlyInOriginalOperationFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.factory.DiffOperationFactory
-
Sets the operation factory this factory delegates to if only the original element exists.
- setOnlyInPatchOperationFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.factory.DiffOperationFactory
-
Sets the operation factory this factory delegates to if only the patch element exists.
- setOperation(SingleConfigurableTask.Entry.Operation) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
operation to apply.
- setOperationMap(Map<String, Operation>) - Method in class com.izforge.izpack.util.xmlmerge.factory.XPathOperationFactory
-
Sets the factory's map containing configuration properties.
- setOperator(String) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
The operator to use for separating name and value
- setOriginalFile(File) - Method in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
- setOverwrite(boolean) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Overwrite any existing destination file(s).
- setParameters(Parameter[]) - Method in interface com.izforge.izpack.util.file.types.Parameterizable
-
Set the parameters
- setParameters(Parameter[]) - Method in class com.izforge.izpack.util.file.types.selectors.BaseExtendSelector
-
Set all the Parameters for this custom selector, collected by
the ExtendSelector class.
- setParameters(Parameter[]) - Method in class com.izforge.izpack.util.file.types.selectors.ContainsRegexpSelector
-
When using this as a custom selector, this method will be called.
- setParameters(Parameter[]) - Method in class com.izforge.izpack.util.file.types.selectors.ContainsSelector
-
When using this as a custom selector, this method will be called.
- setParameters(Parameter[]) - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
When using this as a custom selector, this method will be called.
- setParameters(Parameter[]) - Method in class com.izforge.izpack.util.file.types.selectors.DepthSelector
-
When using this as a custom selector, this method will be called.
- setParameters(Parameter[]) - Method in class com.izforge.izpack.util.file.types.selectors.FilenameSelector
-
When using this as a custom selector, this method will be called.
- setParameters(Parameter[]) - Method in class com.izforge.izpack.util.file.types.selectors.SizeSelector
-
When using this as a custom selector, this method will be called.
- setParameters(Parameter[]) - Method in class com.izforge.izpack.util.file.types.selectors.TypeSelector
-
When using this as a custom selector, this method will be called.
- setPatchFile(File) - Method in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
- setPatchPreserveEntries(boolean) - Method in class com.izforge.izpack.util.config.ConfigurableFileCopyTask
-
Whether to preserve equal entries but not necessarily their values from an old configuration,
if they can be found (default: true).
- setPatchPreserveEntries(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether to preserve equal entries but not necessarily their values from an old configuration,
if they can be found (default: true).
- setPatchPreserveValues(boolean) - Method in class com.izforge.izpack.util.config.ConfigurableFileCopyTask
-
Whether to preserve the values of equal entries from an old configuration, if they can be
found (default: true).
- setPatchPreserveValues(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether to preserve the values of equal entries from an old configuration, if they can be
found (default: true).
- setPatchResolveExpressions(boolean) - Method in class com.izforge.izpack.util.config.ConfigurableFileCopyTask
-
Whether variables should be resolved during patching.
- setPatchResolveVariables(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask
-
Whether variables should be resolved during patching.
- setPath(InstallData, String) - Method in class com.izforge.izpack.util.file.types.Path.PathElement
-
- setPath(InstallData, String) - Method in class com.izforge.izpack.util.file.types.Path
-
Parses a path definition and creates single PathElements.
- setPattern(String) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
For int and date type only.
- setPattern(String) - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Sets the pattern to be used for the SimpleDateFormat
- setPattern(String) - Method in class com.izforge.izpack.util.regex.JavaRegexpMatcher
-
Set the regexp pattern from the String description.
- setPattern(String) - Method in interface com.izforge.izpack.util.regex.RegexpMatcher
-
Set the regexp pattern from the String description.
- setPattern(String) - Method in class com.izforge.izpack.util.regex.RegularExpression
-
sets the regular expression pattern
- setPresent(PresentSelector.FilePresence) - Method in class com.izforge.izpack.util.file.types.selectors.PresentSelector
-
This sets whether to select a file if its dest file is present.
- setPreserveLastModified(boolean) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Give the copied files the same last modified time as the original files.
- setResolveVariables(boolean) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
Whether variables should be resolved during manipulating with explicit modifiers nested
in the Ant task.
- setRootMergeAction(String) - Method in class com.izforge.izpack.util.xmlmerge.config.AbstractXPathConfigurer
-
Sets the configurer's root merge action.
- setRootMergeActionFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
- setRootMergeActionFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.merge.DefaultXmlMerge
-
- setRootMergeActionFactory(OperationFactory) - Method in interface com.izforge.izpack.util.xmlmerge.XmlMerge
-
Sets the merge actions which will be applied to the root element.
- setRootMergeMapperFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
- setRootMergeMapperFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.merge.DefaultXmlMerge
-
- setRootMergeMapperFactory(OperationFactory) - Method in interface com.izforge.izpack.util.xmlmerge.XmlMerge
-
Sets the mappers which will be applied to the root element.
- setRootMergeMatcherFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.config.ConfigurableXmlMerge
-
- setRootMergeMatcherFactory(OperationFactory) - Method in class com.izforge.izpack.util.xmlmerge.merge.DefaultXmlMerge
-
- setRootMergeMatcherFactory(OperationFactory) - Method in interface com.izforge.izpack.util.xmlmerge.XmlMerge
-
Sets the matchers which will be applied to the root element.
- setSection(String) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
Name of s INI File section
- setSelectors(FileSelector[]) - Method in interface com.izforge.izpack.util.file.types.selectors.SelectorScanner
-
Sets the selectors the scanner should use.
- setShell(String) - Method in class com.izforge.izpack.util.unix.ShellScript
-
Sets the current used shell
- setSize(long) - Method in class com.izforge.izpack.util.file.types.Resource
-
Set the size of this Resource.
- setSpec(IXMLElement) - Method in class com.izforge.izpack.util.helper.SpecHelper
-
Sets the specifaction to the given XML element.
- setSTACKTRACE(boolean) - Static method in class com.izforge.izpack.util.Debug
-
Sets the current TRACE flag.
- setTargetdir(File) - Method in class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
The name of the file or directory which is checked for out-of-date
files.
- setTargetdir(File) - Method in class com.izforge.izpack.util.file.types.selectors.PresentSelector
-
The name of the file or directory which is checked for matching
files.
- setText(String) - Method in class com.izforge.izpack.util.file.types.selectors.ContainsSelector
-
The string to search for within a file.
- setTo(String) - Method in class com.izforge.izpack.util.file.ContainerMapper
-
Empty implementation.
- setTo(String) - Method in interface com.izforge.izpack.util.file.FileNameMapper
-
Sets the to part of the transformation rule.
- setTo(String) - Method in class com.izforge.izpack.util.file.FlatFileNameMapper
-
Ignored.
- setTo(String) - Method in class com.izforge.izpack.util.file.GlobPatternMapper
-
Sets the "to" pattern.
- setTo(String) - Method in class com.izforge.izpack.util.file.IdentityMapper
-
Ignored.
- setTo(String) - Method in class com.izforge.izpack.util.file.MergingMapper
-
Sets the name of the merged file.
- setTo(String) - Method in class com.izforge.izpack.util.file.types.Mapper
-
Set the argument to FileNameMapper.setTo
- setToDir(File) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Sets the destination directory.
- setToFile(File) - Method in class com.izforge.izpack.util.config.ConfigFileTask
-
Location of the resulting output file; required.
- setToFile(File) - Method in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
- setToFile(File) - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Sets the destination file.
- setTRACE(boolean) - Static method in class com.izforge.izpack.util.Debug
-
Sets whether to trace variables and conditions at runtime interactively.
- setType(SingleConfigurableTask.Entry.Type) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
Regard the value as : int, date or string (default)
- setType(Mapper.MapperType) - Method in class com.izforge.izpack.util.file.types.Mapper
-
Set the type of FileNameMapper to use.
- setType(String) - Method in class com.izforge.izpack.util.file.types.Parameter
-
- setType(TypeSelector.FileType) - Method in class com.izforge.izpack.util.file.types.selectors.TypeSelector
-
Set the type of file to require.
- setUnit(SingleConfigurableTask.Unit) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
The unit of the value to be applied to date +/- operations.
- setUnits(SizeSelector.ByteUnits) - Method in class com.izforge.izpack.util.file.types.selectors.SizeSelector
-
Sets the units to use for the comparison.
- setUnless(String) - Method in class com.izforge.izpack.util.file.types.PatternSet.NameEntry
-
Sets the unless attribute.
- setupDirectoryScanner(FileScanner) - Method in class com.izforge.izpack.util.file.types.FileSet
-
Set up the specified directory scanner against the specified project.
- setValue(String) - Method in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
Value to set (=), to add (+) or subtract (-)
- setValue(String) - Method in class com.izforge.izpack.util.file.types.Parameter
-
- setValue(long) - Method in class com.izforge.izpack.util.file.types.selectors.SizeSelector
-
A size selector needs to know what size to base its selecting on.
- setWhen(DateSelector.TimeComparisons) - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
Sets the type of comparison to be done on the file's last modified date.
- setWhen(SizeSelector.SizeComparisons) - Method in class com.izforge.izpack.util.file.types.selectors.SizeSelector
-
This specifies when the file should be selected, whether it be
when the file matches a particular size, when it is smaller,
or whether it is larger.
- SevenZArchiveInputStream - Class in com.izforge.izpack.util.compress
-
- SevenZArchiveInputStream(File) - Constructor for class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- SevenZArchiveInputStream(File, byte[]) - Constructor for class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- SH - Static variable in class com.izforge.izpack.util.unix.ShellScript
-
- ShellScript - Class in com.izforge.izpack.util.unix
-
A Generator, Wrapper and Executor for Unix ShellScripts
- ShellScript(String) - Constructor for class com.izforge.izpack.util.unix.ShellScript
-
Creates and initializes the ShellScript for running on the given shell.
- ShellScript() - Constructor for class com.izforge.izpack.util.unix.ShellScript
-
Creates and initializes the ShellScript for running on the bourne shell: "sh".
- shutDown(int) - Method in class com.izforge.izpack.util.Housekeeper
-
This methods shuts the application down.
- shutDown(int, boolean) - Method in class com.izforge.izpack.util.Housekeeper
-
- SingleConfigurableTask - Class in com.izforge.izpack.util.config
-
- SingleConfigurableTask() - Constructor for class com.izforge.izpack.util.config.SingleConfigurableTask
-
- SingleConfigurableTask.Entry - Class in com.izforge.izpack.util.config
-
Instance of this class represents nested elements of a task configuration file.
- SingleConfigurableTask.Entry.LookupType - Enum in com.izforge.izpack.util.config
-
- SingleConfigurableTask.Entry.Operation - Enum in com.izforge.izpack.util.config
-
- SingleConfigurableTask.Entry.Type - Enum in com.izforge.izpack.util.config
-
- SingleConfigurableTask.Unit - Enum in com.izforge.izpack.util.config
-
- SingleIniFileTask - Class in com.izforge.izpack.util.config
-
- SingleIniFileTask() - Constructor for class com.izforge.izpack.util.config.SingleIniFileTask
-
- SingleOptionFileTask - Class in com.izforge.izpack.util.config
-
- SingleOptionFileTask() - Constructor for class com.izforge.izpack.util.config.SingleOptionFileTask
-
- SingleXmlFileMergeTask - Class in com.izforge.izpack.util.config
-
- SingleXmlFileMergeTask() - Constructor for class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
- size() - Method in class com.izforge.izpack.util.file.types.Path
-
How many parts does this Path instance consist of.
- SIZE_KEY - Static variable in class com.izforge.izpack.util.file.types.selectors.SizeSelector
-
Used for parameterized custom selector
- SizeSelector - Class in com.izforge.izpack.util.file.types.selectors
-
Selector that filters files based on their size.
- SizeSelector() - Constructor for class com.izforge.izpack.util.file.types.selectors.SizeSelector
-
Creates a new SizeSelector instance.
- SizeSelector.ByteUnits - Enum in com.izforge.izpack.util.file.types.selectors
-
Enumerated attribute with the values for units.
- SizeSelector.SizeComparisons - Enum in com.izforge.izpack.util.file.types.selectors
-
- skip(long) - Method in class com.izforge.izpack.util.compress.SevenZArchiveInputStream
-
- SKIP - Static variable in class com.izforge.izpack.util.xmlmerge.matcher.StandardMatchers
-
- SkipMatcher - Class in com.izforge.izpack.util.xmlmerge.matcher
-
Elements compared with this matcher never match.
- SkipMatcher() - Constructor for class com.izforge.izpack.util.xmlmerge.matcher.SkipMatcher
-
- SourceFileScanner - Class in com.izforge.izpack.util.file
-
Utility class that collects the functionality of the various
scanDir methods that have been scattered in several tasks before.
- SourceFileScanner() - Constructor for class com.izforge.izpack.util.file.SourceFileScanner
-
- SpecHelper - Class in com.izforge.izpack.util.helper
-
This class contains some helper methods to simplify handling of xml specification files.
- SpecHelper(Resources) - Constructor for class com.izforge.izpack.util.helper.SpecHelper
-
Constructs a SpecHelper.
- STANDARD - Static variable in class com.izforge.izpack.util.TargetFactory
-
This is the basic flavor for every operating system.
- StandardActions - Class in com.izforge.izpack.util.xmlmerge.action
-
Constants for built-in actions.
- StandardActions() - Constructor for class com.izforge.izpack.util.xmlmerge.action.StandardActions
-
- StandardMappers - Class in com.izforge.izpack.util.xmlmerge.mapper
-
Constant for built-in mappers.
- StandardMappers() - Constructor for class com.izforge.izpack.util.xmlmerge.mapper.StandardMappers
-
- StandardMatchers - Class in com.izforge.izpack.util.xmlmerge.matcher
-
Constants for built-in matchers.
- StandardMatchers() - Constructor for class com.izforge.izpack.util.xmlmerge.matcher.StandardMatchers
-
- StaticOperationFactory - Class in com.izforge.izpack.util.xmlmerge.factory
-
An operation factory returning always the same operation whatever the specified elements.
- StaticOperationFactory(Operation) - Constructor for class com.izforge.izpack.util.xmlmerge.factory.StaticOperationFactory
-
Creates a StaticOperationFactory returning the given operation.
- stop() - Method in class com.izforge.izpack.util.RunnableReader
-
Indicates to the reader to stop.
- StreamSupport - Class in com.izforge.izpack.util
-
- StreamSupport() - Constructor for class com.izforge.izpack.util.StreamSupport
-
- substitute(String, String, int) - Method in class com.izforge.izpack.util.regex.JavaRegexp
-
Perform a substitution on the regular expression.
- substitute(String, String, int) - Method in interface com.izforge.izpack.util.regex.Regexp
-
Perform a substitution on the regular expression.
- supported(String) - Static method in class com.izforge.izpack.util.IoHelper
-
Returns whether the given method will be supported with the given environment.
- suspendEncoding() - Method in class com.izforge.izpack.util.Base64.OutputStream
-
Suspends encoding of the stream.
- validate() - Method in class com.izforge.izpack.util.config.SingleXmlFileMergeTask
-
Validates the configuration and destination files and the file sets.
- validate() - Method in class com.izforge.izpack.util.file.types.selectors.AbstractSelectorContainer
-
This validates each contained selector
provided that the selector implements the validate interface.
- validate() - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelector
-
Subclasses can use this to throw the requisite exception
in isSelected() in the case of an error condition.
- validate() - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelectorContainer
-
This implementation validates the container by calling
verifySettings() and then validates each contained selector
provided that the selector implements the validate interface.
- validateAttributes() - Method in class com.izforge.izpack.util.file.FileCopyTask
-
Ensure we have a consistent and legal set of attributes, and set
any internal flags necessary based on different combinations
of attributes.
- value - Variable in class com.izforge.izpack.util.config.SingleConfigurableTask.Entry
-
- valueOf(String) - Static method in enum com.izforge.izpack.data.CustomDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.data.PanelAction.ActionStage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.LookupType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Unit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.file.types.Mapper.MapperType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.DateSelector.TimeComparisons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.PresentSelector.FilePresence
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.SizeSelector.ByteUnits
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.SizeSelector.SizeComparisons
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.izforge.izpack.util.file.types.selectors.TypeSelector.FileType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.izforge.izpack.data.CustomDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.data.PanelAction.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.util.config.SingleConfigurableTask.Entry.LookupType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.Operation
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.util.config.SingleConfigurableTask.Entry.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.util.config.SingleConfigurableTask.Unit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.util.file.types.Mapper.MapperType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.util.file.types.selectors.DateSelector.TimeComparisons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.util.file.types.selectors.PresentSelector.FilePresence
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.util.file.types.selectors.SizeSelector.ByteUnits
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.util.file.types.selectors.SizeSelector.SizeComparisons
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.izforge.izpack.util.file.types.selectors.TypeSelector.FileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.BaseSelector
-
Subclasses can override this method to provide checking of their
state.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.ContainsRegexpSelector
-
Checks that an expression was specified.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.ContainsSelector
-
Checks to make sure all settings are kosher.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.DateSelector
-
This is a consistency check to ensure the selector's required
values have been set.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.DepthSelector
-
Checks to make sure all settings are kosher.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.ExtendSelector
-
These are errors specific to ExtendSelector only.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.FilenameSelector
-
Checks to make sure all settings are kosher.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.MappingSelector
-
Checks to make sure all settings are kosher.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.NotSelector
-
Makes sure that there is only one entry, sets an error message if
not.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.PresentSelector
-
Checks to make sure all settings are kosher.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.SizeSelector
-
Checks to make sure all settings are kosher.
- verifySettings() - Method in class com.izforge.izpack.util.file.types.selectors.TypeSelector
-
Checks to make sure all settings are kosher.
- VERSION - Static variable in class com.izforge.izpack.util.unix.UnixHelper
-
- versionIsHigher(String) - Method in class com.izforge.izpack.util.TargetFactory
-
Returns true if the version in the parameter string is higher than the version of the target
os.