|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.redstarhackers.craftsman.file.AntTargetHelper
public class AntTargetHelper
TODO Class summary sentence. Class documentation.
| Field Summary | |
|---|---|
static java.lang.String |
TAB
|
| Constructor Summary | |
|---|---|
AntTargetHelper()
|
|
| Method Summary | |
|---|---|
static void |
setDocumentationMode(int mode)
|
static void |
writeOutTarget(java.io.PrintWriter out,
java.lang.String targetName,
java.lang.String description,
java.lang.String ifCondition,
java.lang.String unlessCondition,
java.util.Set depends,
java.util.Set taskCalls)
Writes our a target according to the given inputs. |
static void |
writeOutTarget(java.io.PrintWriter out,
java.lang.String targetName,
java.lang.String description,
java.lang.String ifCondition,
java.lang.String unlessCondition,
java.util.Set depends,
java.util.Set taskCalls,
boolean forceDoc)
Writes our a target according to the given inputs. |
static void |
writeOutTarget(java.io.PrintWriter out,
java.lang.String targetName,
java.lang.String description,
java.lang.String ifCondition,
java.lang.String unlessCondition,
java.lang.String depends,
java.util.Set taskCalls)
Writes our a target according to the given inputs. |
static void |
writeOutTarget(java.io.PrintWriter out,
java.lang.String targetName,
java.lang.String description,
java.lang.String ifCondition,
java.lang.String unlessCondition,
java.lang.String depends,
java.util.Set taskCalls,
boolean forceDoc)
Writes our a target according to the given inputs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TAB
| Constructor Detail |
|---|
public AntTargetHelper()
| Method Detail |
|---|
public static void setDocumentationMode(int mode)
public static void writeOutTarget(java.io.PrintWriter out,
java.lang.String targetName,
java.lang.String description,
java.lang.String ifCondition,
java.lang.String unlessCondition,
java.util.Set depends,
java.util.Set taskCalls)
out - where to send the outputtargetName - the name of the target, as in <target name="targetName" ... >>description - description for the targetifCondition - the if condition for this targetunlessCondition - the unless condition for this targetdepends - set of target names to calltaskCalls - set of task call strings to insert into the target
public static void writeOutTarget(java.io.PrintWriter out,
java.lang.String targetName,
java.lang.String description,
java.lang.String ifCondition,
java.lang.String unlessCondition,
java.util.Set depends,
java.util.Set taskCalls,
boolean forceDoc)
out - where to send the outputtargetName - the name of the target, as in <target name="targetName" ... >>description - description for the targetifCondition - the if condition for this targetunlessCondition - the unless condition for this targetdepends - set of target names to calltaskCalls - set of task call strings to insert into the target
public static void writeOutTarget(java.io.PrintWriter out,
java.lang.String targetName,
java.lang.String description,
java.lang.String ifCondition,
java.lang.String unlessCondition,
java.lang.String depends,
java.util.Set taskCalls)
out - where to send the outputtargetName - the name of the target, as in <target name="targetName" ... >>description - description for the targetifCondition - the if condition for this targetunlessCondition - the unless condition for this targetdepends - set of target names to calltaskCalls - set of task call strings to insert into the target
public static void writeOutTarget(java.io.PrintWriter out,
java.lang.String targetName,
java.lang.String description,
java.lang.String ifCondition,
java.lang.String unlessCondition,
java.lang.String depends,
java.util.Set taskCalls,
boolean forceDoc)
out - where to send the outputtargetName - the name of the target, as in <target name="targetName" ... >>description - description for the targetifCondition - the if condition for this targetunlessCondition - the unless condition for this targetdepends - set of target names to calltaskCalls - set of task call strings to insert into the target
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||