terp - the ANT Tasks
v1.3.309

Uses of Class
com.codemesh.terp.ant.devpartner.ToolPhase

Packages that use ToolPhase
com.codemesh.terp.ant.devpartner   
com.codemesh.terp.ant.devpartner.boundschecker   
 

Uses of ToolPhase in com.codemesh.terp.ant.devpartner
 

Methods in com.codemesh.terp.ant.devpartner that return ToolPhase
static ToolPhase ToolPhase.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ToolPhase[] ToolPhase.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.codemesh.terp.ant.devpartner with parameters of type ToolPhase
 void WorkingDirOption.addCommands(java.util.List<java.lang.String> commandList, DevPartnerTool tool, ToolPhase phase)
           
 void ToolOption.addCommands(java.util.List<java.lang.String> commandList, T tool, ToolPhase phase)
          Adds the tool switches repreesnted by this option to the list of switches.
 void SimpleToolOption.addCommands(java.util.List<java.lang.String> commandList, T tool, ToolPhase phase)
           
 boolean WorkingDirOption.appliesTo(DevPartnerTool tool, ToolPhase phase)
           
 boolean ToolOption.appliesTo(T tool, ToolPhase phase)
          Returns true if this tool option applies to the given tool and tool phase.
 boolean SimpleToolOption.appliesTo(T tool, ToolPhase phase)
           
 java.util.List<java.lang.String> FileCreating.creates(T tool, ToolPhase phase)
          Returns a list of filenames representing the files that are created due to the presence of this tool option.
 java.util.List<ToolOption<T>> ToolOptionSet.getEnabledOptions(T tool, ToolPhase phase)
           
 java.util.List<ToolOption<T>> ToolOptionSet.Impl.getEnabledOptions(T tool, ToolPhase phase)
           
<Opt extends ToolOption<T>>
java.util.List<Opt>
ToolOptionSet.getEnabledOptions(T tool, ToolPhase phase, java.lang.Class<Opt> type)
           
<Opt extends ToolOption<T>>
java.util.List<Opt>
ToolOptionSet.Impl.getEnabledOptions(T tool, ToolPhase phase, java.lang.Class<Opt> type)
           
 

Uses of ToolPhase in com.codemesh.terp.ant.devpartner.boundschecker
 

Methods in com.codemesh.terp.ant.devpartner.boundschecker with parameters of type ToolPhase
 void BatchFileOption.addCommands(java.util.List<java.lang.String> commandList, DevPartnerTool tool, ToolPhase phase)
           
 void OutOption.addCommands(java.util.List<java.lang.String> commandList, DevPartnerTool tool, ToolPhase phase)
           
 void ExecutableOption.addCommands(java.util.List<java.lang.String> commandList, DevPartnerTool tool, ToolPhase phase)
           
 void ConfigFileOption.addCommands(java.util.List<java.lang.String> commandList, DevPartnerTool tool, ToolPhase phase)
           
 void XmlFileOption.addCommands(java.util.List<java.lang.String> commandList, DevPartnerTool tool, ToolPhase phase)
           
 boolean BatchFileOption.appliesTo(DevPartnerTool tool, ToolPhase phase)
           
 boolean OutOption.appliesTo(DevPartnerTool tool, ToolPhase phase)
           
 boolean ExecutableOption.appliesTo(DevPartnerTool tool, ToolPhase phase)
           
 boolean ConfigFileOption.appliesTo(DevPartnerTool tool, ToolPhase phase)
           
 boolean XmlFileOption.appliesTo(DevPartnerTool tool, ToolPhase phase)
           
 java.util.List<java.lang.String> XmlFileOption.creates(DevPartnerTool tool, ToolPhase phase)
           
 


terp - the ANT Tasks
v1.3.309

Copyright © 2008-2012 by Codemesh, Inc. All Rights Reserved.