|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jlayercheck.ant.JLCTask
public class JLCTask
Configure and start HTML-output generation as ant task.
Field Summary | |
---|---|
protected File |
config
The configuration file |
static String |
CONFIG
Default name for JLayerCheck configuration file |
protected File |
outDir
the output directory |
static String |
OUTDIR
Default name for JLayerCheck output dir |
Constructor Summary | |
---|---|
JLCTask()
|
Method Summary | |
---|---|
void |
execute()
Start execution. |
File |
getConfig()
|
File |
getOutDir()
|
void |
setConfig(File config)
|
void |
setOutDir(File outDir)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String CONFIG
public static final String OUTDIR
protected File config
protected File outDir
Constructor Detail |
---|
public JLCTask()
Method Detail |
---|
public File getConfig()
public void setConfig(File config)
public File getOutDir()
public void setOutDir(File outDir)
public void execute()
config
and outDir
must be set prior.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |