|
terp - the Codemesh Modular Template Interpreter v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.codemesh.terp.eval.converters.ToFile
public class ToFile
A converter that creates a File. This converter is registered under the ^file name.
This type supports conversion from itself as well as from the following types:
File.File(java.net.URI)
constructor.
| Constructor Summary | |
|---|---|
ToFile()
|
|
| Method Summary | |
|---|---|
java.io.File |
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 ToFile()
| Method Detail |
|---|
public java.io.File fromObject(java.lang.Object obj,
TerpContext ctx)
fromObject in interface Converter<java.io.File>obj - the source object.ctx - the context in which the conversion takes place.
|
terp - the Codemesh Modular Template Interpreter v1.3.304 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||