terp - the Codemesh Modular
Template Interpreter v1.3.304

Package com.codemesh.terp.data

The com.codemesh.terp.data package contains some built-in data types that are provided by terp.

See:
          Description

Interface Summary
Ant The interface grouping ANT-related functions.
Ar A scoping interface for the ar (archive) utility.
Bc A scoping interface for the Compuware DevPartner Boundschecker tool.
Cpp A scoping interface for C++ compilers.
Csharp The grouping interface for C# compiler related types.
Dotnet The namespace for .NET frameworks.
DPAnalysis A scoping interface for the Compuware DevPartner analysis tool.
FileEquivalent An interface implemented by types that can be treated as files in certain use cases.
Gprof The scoping interface for the gprof utility.
Host The interface implemented by all hosts.
Jdk The interface implemented by all JDK instances.
Jre An interface implemented by all Java Runtime Environment types.
Lib A scoping interface for the LIB (library) utility.
ManifestTool The interface for the Microsoft manifest tool.
OSConstants Constants that are useful for dealing with the OS type programmatically.
Path A grouping interface for file paths, including patterns.
ProcArchConstants Useful constants for dealing with ProcArch's programmatically.
Reg A wrapper around the Reg.exe utility on Windows.
Version An interface for maintaining version numbers.
Versioned The interface implemented by types that have a version.
VisualBasic The grouping interface for VB compiler related types.
Xargs A scoping interface for the xargs utility.
 

Class Summary
Ant.AntConverter A converter that creates an Ant.AntExecutor, an ANT launcher.
Ant.AntExecutor An executor for ANT build scripts.
Ar.ArConverter A converter that creates an Ar.ArExecutor for the creation of archive files (static libraries).
Ar.ArExecutor An executor for ar, the utility used for creating archive files on most Unix/Linux platforms.
Bc.BcConverter A converter that creates an Bc.BcExecutor for the CompuWare DevPartner Bc error checking utility.
Bc.BcExecutor An executor for Boundschecker, the utility used for error checking on Windows.
Cpp.AccConverter  
Cpp.AccExecutor  
Cpp.CppConverter  
Cpp.CppExecutor  
Cpp.GccConverter  
Cpp.GccExecutor  
Cpp.IccConverter  
Cpp.IccExecutor  
Cpp.MsvcConverter  
Cpp.MsvcExecutor  
Cpp.QccConverter  
Cpp.QccExecutor  
Cpp.SunccConverter  
Cpp.SunccExecutor  
Cpp.XlcConverter  
Cpp.XlcExecutor  
Csharp.CsharpConverter  
Csharp.CsharpExecutor  
Dotnet.DotnetFramework  
Dotnet.DotnetFrameworkConverter  
DPAnalysis.DPAnalysisConverter A converter that creates an DPAnalysis.DPAnalysisExecutor for the CompuWare DevPartner DPAnalysis profiling utility.
DPAnalysis.DPAnalysisExecutor An executor for dpa, the utility used for simple perofrmance profiling and call graphing on most Unix/Linux platforms.
FilePattern An ANT-style file pattern using asterisks to match anything and double asterisks to match hierarchies.
Gprof.GprofConverter A converter that creates an Gprof.GprofExecutor for the gprof profiling utility.
Gprof.GprofExecutor An executor for gprof, the utility used for simple perofrmance profiling and call graphing on most Unix/Linux platforms.
Guid A globally unique identifier type.
Host.Impl  
Jdk.Impl  
Jre.Impl An implementation of the Jre interface.
Lib.LibConverter  
Lib.LibExecutor  
ManifestTool.ManifestToolConverter  
ManifestTool.ManifestToolExecutor  
OS The abstraction for Operating systems.
Path.Impl A grouping interface for file paths, including patterns.
ProcArch A processor architecture.
Reg.RegConverter  
Reg.RegExecutor  
Reg.RegQueryConverter  
Reg.RegQueryValue A Registry query expert.
VersionImpl The default implementation of the Version interface.
VersionMatcher A special version type that can be used in matching operations.
VisualBasic.VbConverter  
VisualBasic.VbExecutor  
Xargs.XargsConverter  
Xargs.XargsExecutor  
 

Package com.codemesh.terp.data Description

The com.codemesh.terp.data package contains some built-in data types that are provided by terp. The data types range from simple data types like Version all the way to complex types like the C++ executors.


terp - the Codemesh Modular
Template Interpreter v1.3.304

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