terp - the Codemesh Modular
Template Interpreter v1.3.309

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

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

Classes in com.codemesh.terp.data that implement Jre
static class Jre.Impl
          An implementation of the Jre interface.
 

Fields in com.codemesh.terp.data declared as Jre
protected  Jre Jdk.Impl.theJre
           
 

Fields in com.codemesh.terp.data with type parameters of type Jre
protected static java.util.Set<Jre> Jre.Impl.ALL_JRES
           
 

Methods in com.codemesh.terp.data that return Jre
static Jre Jre.Impl.fromMap(java.util.Map<java.lang.String,java.lang.Object> map)
           
 Jre Jdk.getJre()
          Returns the JDK's Java Runtime Environment.
 Jre Jdk.Impl.getJre()
          Returns the JDK's Java Runtime Environment.
 

Methods in com.codemesh.terp.data that return types with arguments of type Jre
static java.util.Set<Jre> Jre.Impl.getAll()
           
 

Methods in com.codemesh.terp.data with parameters of type Jre
 int Jre.Impl.compareTo(Jre o)
          
 

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

Methods in com.codemesh.terp.eval.converters that return Jre
 Jre ToJre.fromFile(java.io.File jre)
           
 Jre ToJre.fromMap(java.util.Map<java.lang.String,java.lang.Object> map)
           
 Jre ToJre.fromObject(java.lang.Object obj, TerpContext ctx)
          Converts the given object into an object of the target type.
 Jre ToJre.fromString(java.lang.String jre)
           
 Jre ToJre.fromVersion(Version vers)
           
 

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

Fields in com.codemesh.terp.eval.executors declared as Jre
protected  Jre JavaExecutor.theJre
           
 

Methods in com.codemesh.terp.eval.executors that return Jre
 Jre JavaExecutor.getJre()
          Returns the JRE to which this Java executable belongs.
 

Methods in com.codemesh.terp.eval.executors with parameters of type Jre
 void JavaExecutor.setJre(Jre jre)
           
 


terp - the Codemesh Modular
Template Interpreter v1.3.309

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