terp - the ANT Tasks
v1.3.309

Uses of Interface
com.codemesh.terp.ant.TerpContextHolder

Packages that use TerpContextHolder
com.codemesh.terp.ant   
com.codemesh.terp.ant.codegen   
com.codemesh.terp.ant.compiler   
com.codemesh.terp.ant.compiler.cpp   
com.codemesh.terp.ant.devpartner   
com.codemesh.terp.ant.devpartner.boundschecker   
 

Uses of TerpContextHolder in com.codemesh.terp.ant
 

Subinterfaces of TerpContextHolder in com.codemesh.terp.ant
 interface TerpAware
          An interface implemented by terp-aware tasks.
 

Classes in com.codemesh.terp.ant that implement TerpContextHolder
 class Fail
          A fail replacement that simplifies unit-testing of ANT tasks by supporting terp if and unless conditions .
 class Foreach
          A task that iterates over all elements in an iterable expression, applying the nested tasks to them.
static class Foreach.Break
           
static class Foreach.Continue
           
static class TerpAware.Delegate
          A utility class that implements the TerpAware interface.
 class TerpAwareTask
          A generic do-nothing terp-aware task.
 class TerpEcho
          A replacement (or enhancement) echo task that is terp aware.
 class TerpExec
          A terp executor that does not inherit from the ANT <exec> task.
 class TerpFileSet
          A terp aware fileset.
 class TerpParallel
          A terp-aware parallel implementation.
 class TerpProperty
          A replacement (or enhancement) task for the ANT <property> task.
 class TerpSequential
          A terp-aware sequential implementation.
 

Uses of TerpContextHolder in com.codemesh.terp.ant.codegen
 

Subinterfaces of TerpContextHolder in com.codemesh.terp.ant.codegen
 interface CodeGenerator
          The interface implemented by the concrete code generator task.
 interface CodeGeneratorOption
          The interface implemented by all code generator options.
 

Classes in com.codemesh.terp.ant.codegen that implement TerpContextHolder
 class AbstractCodeGeneratorOption
          The base class for code generator options.
 class CodeGeneratorImpl
          The default implementation of the code generator task.
 class CommandOption
          The command to be executed.
 class ModelFileOption
          The modelfile to be opened.
 class ModelProperty
          An option representing a model property default value override.
 

Uses of TerpContextHolder in com.codemesh.terp.ant.compiler
 

Subinterfaces of TerpContextHolder in com.codemesh.terp.ant.compiler
 interface Compiler<C extends Compiler>
          The interface implemented by all compilers.
 

Uses of TerpContextHolder in com.codemesh.terp.ant.compiler.cpp
 

Subinterfaces of TerpContextHolder in com.codemesh.terp.ant.compiler.cpp
 interface CppCompiler
          The base interface implemented by all C++ compilers.
 

Classes in com.codemesh.terp.ant.compiler.cpp that implement TerpContextHolder
static class Acc.Impl
          The default aCC compiler.
 class CppCompilerImpl
          The generic base implementation of a C++ compiler task.
 class DynamicSourcesOption
          An option that acts as a task container for echo commands that dynamically create source files.
static class Gcc.Impl
          The default g++ compiler type.
 class GenerateVsProject
          An option that causes a VisualStudio project file to be generated.
static class Icc.Impl
          The default Intel C++ compiler type.
static class Msvc.Impl
          The default MSVC compiler type.
static class Qcc.Impl
          The default qcc compiler type.
 class ResourceOption
          An option that allows the programmatic specification of commonly used resource data.
static class Suncc.Impl
          The default SUN C++ compiler type.
static class Xlc.Impl
          The default xlC compiler type.
 

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

Subinterfaces of TerpContextHolder in com.codemesh.terp.ant.devpartner
 interface Tool<T extends Tool>
          The interface implemented by all tools.
 

Classes in com.codemesh.terp.ant.devpartner that implement TerpContextHolder
 class DevPartnerTool
          The base class for all DevPartner tools.
 

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

Classes in com.codemesh.terp.ant.devpartner.boundschecker that implement TerpContextHolder
 class BoundsChecker
          The taskwrapper for the DevPartner Boundschecker tool.
 


terp - the ANT Tasks
v1.3.309

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