terp - the Codemesh Modular
Template Interpreter v1.3.309

Uses of Interface
com.codemesh.terp.data.Version

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

Classes in com.codemesh.terp.data that implement Version
 class VersionImpl
          The default implementation of the Version interface.
 class VersionMatcher
          A special version type that can be used in matching operations.
 

Fields in com.codemesh.terp.data declared as Version
protected  Version Gprof.GprofExecutor.theVersion
           
protected  Version Ant.AntExecutor.theVersion
           
protected  Version Ar.ArExecutor.theVersion
           
protected  Version Reg.RegExecutor.theVersion
           
protected  Version Cpp.CppExecutor.theVersion
           
protected  Version DPAnalysis.DPAnalysisExecutor.theVersion
           
protected  Version Dotnet.DotnetFramework.theVersion
           
protected  Version VisualBasic.VbExecutor.theVersion
           
protected  Version Xargs.XargsExecutor.theVersion
           
protected  Version Csharp.CsharpExecutor.theVersion
           
protected  Version Bc.BcExecutor.theVersion
           
protected  Version ManifestTool.ManifestToolExecutor.version
           
 

Fields in com.codemesh.terp.data with type parameters of type Version
protected static Converter<Version> Ant.AntExecutor.TO_VERSION
           
protected static Converter<Version> Reg.RegExecutor.TO_VERSION
           
 

Methods in com.codemesh.terp.data that return Version
static Version Cpp.XlcExecutor.calculateVersion(ShellExecutor shell, java.lang.String compiler)
          Returns the version for the given compiler.
static Version VersionImpl.fromMap(java.util.Map<java.lang.String,java.lang.Object> data)
           
static Version VersionImpl.fromString(java.lang.String str)
           
 Version VersionImpl.getLessSpecific()
           
 Version VersionMatcher.getLessSpecific()
           
 Version Version.getLessSpecific()
          A factory method that returns a less specific version than the version it is invoked upon.
 Version Ant.AntExecutor.getVersion()
          Returns the ANT version.
 Version Jdk.getVersion()
          Returns the JDK's version.
 Version Jdk.Impl.getVersion()
          Returns the JDK's version.
 Version OS.getVersion()
           
 Version Reg.RegExecutor.getVersion()
           
 Version Cpp.CppExecutor.getVersion()
           
 Version ManifestTool.ManifestToolExecutor.getVersion()
           
 Version Versioned.getVersion()
           
 Version Dotnet.DotnetFramework.getVersion()
           
 Version Jre.getVersion()
          Returns the JRE's version.
 Version Jre.Impl.getVersion()
          Returns the JRE's version.
 Version VisualBasic.VbExecutor.getVersion()
           
 Version Csharp.CsharpExecutor.getVersion()
           
 

Methods in com.codemesh.terp.data with parameters of type Version
static Cpp.AccExecutor Cpp.CppExecutor.accFromVersion(Version version)
           
 int VersionImpl.compareTo(Version o)
           
 int VersionMatcher.compareTo(Version o)
           
static Cpp.CppExecutor Cpp.CppExecutor.cppFromVersion(Version version)
           
static Csharp.CsharpExecutor Csharp.CsharpExecutor.csharpFromVersion(Version vers)
           
static Dotnet.DotnetFramework Dotnet.DotnetFramework.dotnetFromVersion(Version vers)
           
static Cpp.GccExecutor Cpp.CppExecutor.gccFromVersion(Version version)
           
static Cpp.IccExecutor Cpp.CppExecutor.iccFromVersion(Version version)
           
static Cpp.MsvcExecutor Cpp.CppExecutor.msvcFromVersion(Version version)
           
static Cpp.QccExecutor Cpp.CppExecutor.qccFromVersion(Version version)
           
 void Ant.AntExecutor.setVersion(Version version)
          Sets the ANT version.
 void OS.setVersion(Version vers)
           
 void Reg.RegExecutor.setVersion(Version version)
           
 void Cpp.CppExecutor.setVersion(Version version)
           
 void Dotnet.DotnetFramework.setVersion(Version version)
           
 void VisualBasic.VbExecutor.setVersion(Version version)
           
 void Csharp.CsharpExecutor.setVersion(Version version)
           
static Cpp.SunccExecutor Cpp.CppExecutor.sunccFromVersion(Version version)
           
static VisualBasic.VbExecutor VisualBasic.VbExecutor.vbFromVersion(Version vers)
           
static Cpp.XlcExecutor Cpp.CppExecutor.xlcFromVersion(Version version)
           
 

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

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

Methods in com.codemesh.terp.eval.converters with parameters of type Version
 JavacExecutor ToJavac.fromVersion(Version vers)
           
 JarExecutor ToJar.fromVersion(Version vers)
           
 JavaExecutor ToJava.fromVersion(Version vers)
           
 JavadocExecutor ToJavadoc.fromVersion(Version vers)
           
 Jdk ToJdk.fromVersion(Version vers)
           
 Jre ToJre.fromVersion(Version vers)
           
 

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

Fields in com.codemesh.terp.eval.executors declared as Version
protected  Version JavaExecutor.theVersion
           
 

Methods in com.codemesh.terp.eval.executors that return Version
 Version CodegenExecutor.getVersion()
           
 Version JavaExecutor.getVersion()
          Returns the Java version as reported by running the executable with the -version argument.
 Version JavaToolExecutor.getVersion()
          Returns the Java version as reported by running the java executable with the -version argument.
 


terp - the Codemesh Modular
Template Interpreter v1.3.309

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