|
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.DPAnalysis.DPAnalysisConverter
public static class DPAnalysis.DPAnalysisConverter
A converter that creates an DPAnalysis.DPAnalysisExecutor for the
CompuWare DevPartner DPAnalysis profiling utility.
This converter is registered with the terp runtime under the
^dpanalysis 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 dpa and returns it.
the executor type.| Constructor Summary | |
|---|---|
DPAnalysis.DPAnalysisConverter()
|
|
| Method Summary | |
|---|---|
DPAnalysis.DPAnalysisExecutor |
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 DPAnalysis.DPAnalysisConverter()
| Method Detail |
|---|
public DPAnalysis.DPAnalysisExecutor fromObject(java.lang.Object obj,
TerpContext ctx)
fromObject in interface Converter<DPAnalysis.DPAnalysisExecutor>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 | |||||||||