terp - the Codemesh Modular
Template Interpreter v1.3.304

Uses of Class
com.codemesh.terp.eval.executors.ProcessExecutor

Packages that use ProcessExecutor
com.codemesh.terp.data The com.codemesh.terp.data package contains some built-in data types that are provided by terp. 
com.codemesh.terp.eval.converters The com.codemesh.terp.eval.converters package contains many of the built-in converter types that are provided by terp. 
com.codemesh.terp.eval.executors The com.codemesh.terp.eval.executors package contains many of the built-in executor types that are provided by terp. 
 

Uses of ProcessExecutor in com.codemesh.terp.data
 

Subclasses of ProcessExecutor in com.codemesh.terp.data
static class Ant.AntExecutor
          An executor for ANT build scripts.
static class Ar.ArExecutor
          An executor for ar, the utility used for creating archive files on most Unix/Linux platforms.
static class Bc.BcExecutor
          An executor for Boundschecker, the utility used for error checking on Windows.
static class Cpp.AccExecutor
           
static class Cpp.CppExecutor
           
static class Cpp.GccExecutor
           
static class Cpp.IccExecutor
           
static class Cpp.MsvcExecutor
           
static class Cpp.QccExecutor
           
static class Cpp.SunccExecutor
           
static class Cpp.XlcExecutor
           
static class Csharp.CsharpExecutor
           
static class DPAnalysis.DPAnalysisExecutor
          An executor for dpa, the utility used for simple perofrmance profiling and call graphing on most Unix/Linux platforms.
static class Gprof.GprofExecutor
          An executor for gprof, the utility used for simple perofrmance profiling and call graphing on most Unix/Linux platforms.
static class Lib.LibExecutor
           
static class ManifestTool.ManifestToolExecutor
           
static class Reg.RegExecutor
           
static class Reg.RegQueryValue
          A Registry query expert.
static class VisualBasic.VbExecutor
           
static class Xargs.XargsExecutor
           
 

Uses of ProcessExecutor in com.codemesh.terp.eval.converters
 

Methods in com.codemesh.terp.eval.converters that return ProcessExecutor
 ProcessExecutor ToExec.fromObject(java.lang.Object obj, TerpContext ctx)
          Converts the given object into an object of the target type.
 

Uses of ProcessExecutor in com.codemesh.terp.eval.executors
 

Subclasses of ProcessExecutor in com.codemesh.terp.eval.executors
 class BatchExecutor
          A shell executor that can bundle up several requests in a batch/script file and run them in one shell.
 class CodegenExecutor
          An executor for the code generator.
 class JarExecutor
          An executor for the jar tool.
 class JavacExecutor
          An executor for the Java compiler.
 class JavadocExecutor
          An executor for the javadoc compiler.
 class JavaExecutor
          An executor for Java programs.
 class JavaToolExecutor<T extends JavaToolExecutor>
          The baseclass for Java tool executors.
 class ShellExecutor
          An executor that runs commands in a shell.
 

Methods in com.codemesh.terp.eval.executors that return ProcessExecutor
static ProcessExecutor ProcessExecutor.fromFile(java.io.File executable)
           
static ProcessExecutor ProcessExecutor.fromMap(java.util.Map<java.lang.String,java.lang.Object> map)
           
static ProcessExecutor ProcessExecutor.fromMap(ProcessExecutor exec, java.util.Map<java.lang.String,java.lang.Object> map)
           
static ProcessExecutor ProcessExecutor.fromString(java.lang.String executable)
           
 

Methods in com.codemesh.terp.eval.executors with parameters of type ProcessExecutor
static ProcessExecutor ProcessExecutor.fromMap(ProcessExecutor exec, java.util.Map<java.lang.String,java.lang.Object> map)
           
 


terp - the Codemesh Modular
Template Interpreter v1.3.304

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