|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.data.Bc.BcConverter
public static class Bc.BcConverter
A converter that creates an Bc.BcExecutor for the
CompuWare DevPartner Bc error checking utility.
This converter is registered with the terp runtime under the
^bc alias.
In addition to supporting initialization from String and File,
this converter has a default (null or empty map) initializer
that simply looks for an installed copy of bc and returns it.
the executor type.| Constructor Summary | |
|---|---|
Bc.BcConverter()
|
|
| Method Summary | |
|---|---|
Bc.BcExecutor |
fromObject(java.lang.Object obj,
TerpContext ctx)
Converts the given object into an object of the target type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Bc.BcConverter()
| Method Detail |
|---|
public Bc.BcExecutor fromObject(java.lang.Object obj,
TerpContext ctx)
fromObject in interface Converter<Bc.BcExecutor>obj - the source object.ctx - the context in which the conversion takes place.
|
terp - the Codemesh Modular Template Interpreter v1.3.309 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||