terp - the ANT Tasks
v1.3.304

com.codemesh.terp.ant
Interface TerpContextHolder

All Known Subinterfaces:
CodeGenerator, CodeGeneratorOption, Compiler<C>, CppCompiler, TerpAware, Tool<T>
All Known Implementing Classes:
AbstractCodeGeneratorOption, Acc.Impl, BoundsChecker, CodeGeneratorImpl, CommandOption, CppCompilerImpl, DevPartnerTool, DynamicSourcesOption, Fail, Foreach, Foreach.Break, Foreach.Continue, Gcc.Impl, GenerateVsProject, Icc.Impl, ModelFileOption, ModelProperty, Msvc.Impl, Qcc.Impl, ResourceOption, Suncc.Impl, TerpAware.Delegate, TerpAwareTask, TerpEcho, TerpExec, TerpFileSet, TerpParallel, TerpProperty, TerpSequential, Xlc.Impl

public interface TerpContextHolder

An interface implemented by types that maintain a terp context.


Method Summary
 TerpContext getContext()
          Returns the context maintained by this instance.
 void setContext(TerpContext ctx)
          Sets the context maintained by this instance.
 

Method Detail

setContext

void setContext(TerpContext ctx)
Sets the context maintained by this instance.

Parameters:
ctx - the execution context.

getContext

TerpContext getContext()
Returns the context maintained by this instance.

Returns:
an execution context.

terp - the ANT Tasks
v1.3.304

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