|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.izforge.izpack.compiler.Compiler.PackSource
Represents a pack data source.
Field Summary | |
java.util.List |
osConstraints
The target operating systems of this file |
int |
override
Shall we override the file ? |
static int |
OVERRIDE_ASK_FALSE
|
static int |
OVERRIDE_ASK_TRUE
|
static int |
OVERRIDE_FALSE
|
static int |
OVERRIDE_TRUE
|
static int |
OVERRIDE_UPDATE
|
java.lang.String |
src
The source. |
private java.lang.String |
targetdir
The target directory. |
private java.lang.String |
targetfile
The target file. |
Constructor Summary | |
(package private) |
Compiler.PackSource()
|
Method Summary | |
java.lang.String |
getTargetDir()
|
java.lang.String |
getTargetFile()
|
java.lang.String |
getTargetFilename()
|
void |
setTargetDir(java.lang.String targetDir)
|
void |
setTargetFile(java.lang.String targetFile)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String src
public static final int OVERRIDE_TRUE
public static final int OVERRIDE_FALSE
public static final int OVERRIDE_ASK_TRUE
public static final int OVERRIDE_ASK_FALSE
public static final int OVERRIDE_UPDATE
public int override
public java.util.List osConstraints
private java.lang.String targetdir
private java.lang.String targetfile
Constructor Detail |
Compiler.PackSource()
Method Detail |
public java.lang.String getTargetFilename()
public void setTargetFile(java.lang.String targetFile) throws java.lang.Exception
java.lang.Exception
public java.lang.String getTargetFile()
public void setTargetDir(java.lang.String targetDir) throws java.lang.Exception
java.lang.Exception
public java.lang.String getTargetDir()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |