| java.lang.Object com.izforge.izpack.ParsableFile
ParsableFile | public class ParsableFile implements Serializable(Code) | | Encloses information about a parsable file. This class abstracts the way the information is
stored to package.
author: Johannes Lehtinen |
encoding | public String encoding(Code) | | The file encoding (or null for default)
|
osConstraints | public List<OsConstraint> osConstraints(Code) | | The list of OS constraints limiting file installation.
|
serialVersionUID | final static long serialVersionUID(Code) | | |
type | public String type(Code) | | The file type (or null for default)
|
ParsableFile | public ParsableFile(String path, String type, String encoding, List<OsConstraint> osConstraints)(Code) | | Constructs and initializes a new instance.
Parameters: path - the file path Parameters: type - the file type (or null for default) Parameters: encoding - the file encoding (or null for default) Parameters: osConstraints - the OS constraint (or null for any OS) |
getCondition | public String getCondition()(Code) | | the condition |
hasCondition | public boolean hasCondition()(Code) | | |
setCondition | public void setCondition(String condition)(Code) | | Parameters: condition - the condition to set |
|
|