|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.UpdateCheck
Encloses information about an update check.
Field Summary | |
(package private) boolean |
caseSensitive
Whether pattern matching is performed case-sensitive |
java.util.ArrayList |
excludesList
ant-fileset-like list of exclude patterns, based on INSTALL_PATH if relative |
java.util.ArrayList |
includesList
ant-fileset-like list of include patterns, based on INSTALL_PATH if relative |
(package private) static long |
serialVersionUID
|
Constructor Summary | |
UpdateCheck()
Constructs a new uninitialized instance. |
|
UpdateCheck(java.util.ArrayList includes,
java.util.ArrayList excludes)
Constructs and initializes a new instance. |
|
UpdateCheck(java.util.ArrayList includes,
java.util.ArrayList excludes,
java.lang.String casesensitive)
Constructs and initializes a new instance. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final long serialVersionUID
public java.util.ArrayList includesList
public java.util.ArrayList excludesList
boolean caseSensitive
Constructor Detail |
public UpdateCheck()
public UpdateCheck(java.util.ArrayList includes, java.util.ArrayList excludes)
includes
- The patterns to include in the check.excludes
- The patterns to exclude from the check.public UpdateCheck(java.util.ArrayList includes, java.util.ArrayList excludes, java.lang.String casesensitive)
includes
- The patterns to include in the check.excludes
- The patterns to exclude from the check.casesensitive
- If "yes", matches are performed case sensitive.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |