|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Converter | |
|---|---|
| com.codemesh.terp.api | The com.codemesh.terp.api package contains the public API that you are most likely to extend for custom additions to terp. |
| 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 | The com.codemesh.terp.eval package contains most of the types that you would use when you embed terp into your own application. |
| 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 Converter in com.codemesh.terp.api |
|---|
| Methods in com.codemesh.terp.api that return Converter | |
|---|---|
Converter |
TerpRegistrar.lookupConverter(java.lang.String name)
|
| Methods in com.codemesh.terp.api with parameters of type Converter | |
|---|---|
void |
TerpRegistrar.registerConverter(java.lang.String name,
Converter conv)
Unregisters a previously bound variable. |
void |
TerpRegistrar.unregisterConverter(java.lang.String name,
Converter conv)
|
| Uses of Converter in com.codemesh.terp.data |
|---|
| Classes in com.codemesh.terp.data that implement Converter | |
|---|---|
static class |
Ant.AntConverter
A converter that creates an Ant.AntExecutor, an ANT launcher. |
static class |
Ar.ArConverter
A converter that creates an Ar.ArExecutor for the creation
of archive files (static libraries). |
static class |
Bc.BcConverter
A converter that creates an Bc.BcExecutor for the
CompuWare DevPartner Bc error checking utility. |
static class |
Cpp.AccConverter
|
static class |
Cpp.CppConverter
|
static class |
Cpp.GccConverter
|
static class |
Cpp.IccConverter
|
static class |
Cpp.MsvcConverter
|
static class |
Cpp.QccConverter
|
static class |
Cpp.SunccConverter
|
static class |
Cpp.XlcConverter
|
static class |
Csharp.CsharpConverter
|
static class |
Dotnet.DotnetFrameworkConverter
|
static class |
DPAnalysis.DPAnalysisConverter
A converter that creates an DPAnalysis.DPAnalysisExecutor for the
CompuWare DevPartner DPAnalysis profiling utility. |
static class |
Gprof.GprofConverter
A converter that creates an Gprof.GprofExecutor for the
gprof profiling utility. |
static class |
Lib.LibConverter
|
static class |
ManifestTool.ManifestToolConverter
|
static class |
Reg.RegConverter
|
static class |
Reg.RegQueryConverter
|
static class |
VisualBasic.VbConverter
|
static class |
Xargs.XargsConverter
|
| Fields in com.codemesh.terp.data declared as Converter | |
|---|---|
protected static Converter<Version> |
Ant.AntExecutor.TO_VERSION
|
protected static Converter<Version> |
Reg.RegExecutor.TO_VERSION
|
| Uses of Converter in com.codemesh.terp.eval |
|---|
| Fields in com.codemesh.terp.eval with type parameters of type Converter | |
|---|---|
protected java.util.Map<java.lang.String,Converter> |
TerpRegistrarImpl.instanceConverters
|
| Methods in com.codemesh.terp.eval that return Converter | |
|---|---|
Converter |
TerpRegistrarImpl.lookupConverter(java.lang.String name)
|
Converter |
TerpEvaluatorImpl.lookupConverter(java.lang.String name)
Looks for registered converters in the instance registry followed by the global registry. |
| Methods in com.codemesh.terp.eval with parameters of type Converter | |
|---|---|
void |
TerpRegistrarImpl.registerConverter(java.lang.String name,
Converter conv)
|
void |
TerpRegistrarImpl.unregisterConverter(java.lang.String name,
Converter conv)
|
| Uses of Converter in com.codemesh.terp.eval.converters |
|---|
| Classes in com.codemesh.terp.eval.converters that implement Converter | |
|---|---|
class |
ReflectionConverter
A converter that attempts to convert the object to a programmable type represented by its name. |
class |
ToBoolean
Converts various types to Booleans. |
class |
ToByte
Converts various types to byte values. |
class |
ToCharacter
Converts various types to characters. |
class |
ToCodegen
A converter for code generator tasks. |
class |
ToDate
Converts various types to Dates. |
class |
ToDouble
Converts various types to Double values. |
class |
ToExec
A converter that creates a ProcessExecutor that can be used to invoke other applications directly from a terp script. |
class |
ToFile
A converter that creates a File. |
class |
ToFilePattern
A converter for ANT-style file patterns. |
class |
ToFloat
Converts various types to Double values. |
class |
ToGuid
A converter to type Guid. |
class |
ToHost
Created by IntelliJ IDEA. |
class |
ToInteger
Converts various types to Integer values. |
class |
ToIP
Created by IntelliJ IDEA. |
class |
ToIterator
A converter that attempts to create an Iterator from the source object. |
class |
ToJar
A converter for jar tool executors. |
class |
ToJava
A converter for Java executors. |
class |
ToJavac
A converter for Java compiler executors. |
class |
ToJavadoc
A converter to Javadoc executors. |
class |
ToJdk
A converter that returns a JDK instance or null. |
class |
ToJre
A converter for Java Runtime Environments. |
class |
ToJuggernet
A converter for JuggerNET code generator tasks. |
class |
ToJunction
A converter for JunC++ion code generator tasks. |
class |
ToList
A converter to a list type. |
class |
ToLong
Converts various types to Long values. |
class |
ToMap
Created by IntelliJ IDEA. |
class |
ToObjectConverter
An identity converter that is used when we semantically need a converter but the converter does not have to do anything. |
class |
ToOS
Converts to an operating system instance. |
class |
ToPath
A converter that creates a Path. |
class |
ToProcArch
A converter to a processor architecture. |
class |
ToRegex
A converter for regular expression patterns. |
class |
ToSet
Created by IntelliJ IDEA. |
class |
ToShell
Created by IntelliJ IDEA. |
class |
ToShort
Converts various types to Short values. |
class |
ToString
A converter that returns a string instance. |
class |
ToURI
Converts an object to a URI. |
class |
ToVersion
Created by IntelliJ IDEA. |
| Uses of Converter in com.codemesh.terp.eval.executors |
|---|
| Fields in com.codemesh.terp.eval.executors declared as Converter | |
|---|---|
protected static Converter<java.io.File> |
ProcessExecutor.TO_FILE
A to file converter instance. |
protected static Converter<java.util.List> |
ProcessExecutor.TO_LIST
A to list converter instance. |
protected static Converter<java.lang.String> |
ShellExecutor.TO_STRING
|
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||