terp - the Codemesh Modular
Template Interpreter v1.3.309

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

Packages that use ShellExecutor
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 ShellExecutor in com.codemesh.terp.data
 

Subclasses of ShellExecutor in com.codemesh.terp.data
static class Ant.AntExecutor
          An executor for ANT build scripts.
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 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
           
 

Methods in com.codemesh.terp.data that return ShellExecutor
 ShellExecutor Host.getShell()
           
 ShellExecutor Host.Impl.getShell()
           
 

Methods in com.codemesh.terp.data with parameters of type ShellExecutor
static Version Cpp.XlcExecutor.calculateVersion(ShellExecutor shell, java.lang.String compiler)
          Returns the version for the given compiler.
 void Host.setShell(ShellExecutor shell)
           
 void Host.Impl.setShell(ShellExecutor shell)
           
 

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

Methods in com.codemesh.terp.eval.converters that return ShellExecutor
 ShellExecutor ToShell.fromObject(java.lang.Object obj, TerpContext ctx)
           
 

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

Subclasses of ShellExecutor 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.
 

Methods in com.codemesh.terp.eval.executors that return ShellExecutor
static ShellExecutor ShellExecutor.shellFromFile(java.io.File shell)
           
static ShellExecutor ShellExecutor.shellFromMap(java.util.Map<java.lang.String,java.lang.Object> map)
           
static ShellExecutor ShellExecutor.shellFromMap(ShellExecutor result, java.util.Map<java.lang.String,java.lang.Object> map)
           
static ShellExecutor ShellExecutor.shellFromString(java.lang.String shell)
           
 

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


terp - the Codemesh Modular
Template Interpreter v1.3.309

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