terp - the Codemesh Modular
Template Interpreter v1.3.309

Uses of Interface
com.codemesh.terp.api.Named

Packages that use Named
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.executors The com.codemesh.terp.eval.executors package contains many of the built-in executor types that are provided by terp. 
 

Uses of Named in com.codemesh.terp.data
 

Subinterfaces of Named in com.codemesh.terp.data
 interface Host
          The interface implemented by all hosts.
 interface Jdk
          The interface implemented by all JDK instances.
 interface Jre
          An interface implemented by all Java Runtime Environment types.
 

Classes in com.codemesh.terp.data that implement Named
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 Dotnet.DotnetFramework
           
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 Host.Impl
           
static class Jdk.Impl
           
static class Jre.Impl
          An implementation of the Jre interface.
static class Lib.LibExecutor
           
static class ManifestTool.ManifestToolExecutor
           
 class OS
          The abstraction for Operating systems.
 class ProcArch
          A processor architecture.
static class Reg.RegExecutor
           
static class Reg.RegQueryValue
          A Registry query expert.
static class VisualBasic.VbExecutor
           
static class Xargs.XargsExecutor
           
 

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

Classes in com.codemesh.terp.eval.executors that implement Named
 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.
 


terp - the Codemesh Modular
Template Interpreter v1.3.309

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