|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.compiler.Compiler.Pack
Represents a pack.
Field Summary | |
java.lang.String |
description
The pack description. |
java.util.ArrayList |
executables
The executable files list. |
java.lang.String |
name
The pack name. |
int |
number
The pack number. |
java.util.List |
osConstraints
The target operation system of this file |
java.util.ArrayList |
packFiles
The files list. |
java.util.ArrayList |
parsables
The parsable files list. |
boolean |
preselected
|
boolean |
required
Is the pack required ? |
Constructor Summary | |
Compiler.Pack()
The constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int number
public java.lang.String name
public boolean required
public java.lang.String description
public java.util.ArrayList packFiles
public java.util.ArrayList parsables
public java.util.ArrayList executables
public java.util.List osConstraints
public boolean preselected
Constructor Detail |
public Compiler.Pack()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |