com.izforge.izpack.compiler
Class Compiler.Pack

java.lang.Object
  extended bycom.izforge.izpack.compiler.Compiler.Pack
Enclosing class:
Compiler

class Compiler.Pack
extends java.lang.Object

Represents a pack.

Author:
julien created October 26, 2002

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

number

public int number
The pack number.


name

public java.lang.String name
The pack name.


required

public boolean required
Is the pack required ?


description

public java.lang.String description
The pack description.


packFiles

public java.util.ArrayList packFiles
The files list.


parsables

public java.util.ArrayList parsables
The parsable files list.


executables

public java.util.ArrayList executables
The executable files list.


osConstraints

public java.util.List osConstraints
The target operation system of this file


preselected

public boolean preselected
Constructor Detail

Compiler.Pack

public Compiler.Pack()
The constructor.