|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.java.plugin.extension.converter.StringConverter<java.io.File>
org.java.plugin.extension.converter.Converters.String2File
public static class Converters.String2File
Convert from a string to a file using the files string constructor
Constructor Summary | |
---|---|
Converters.String2File()
|
Method Summary | |
---|---|
java.io.File |
convert(java.lang.String s,
java.lang.ClassLoader loader)
Converts the given source object to target type using the given classloader to resolve any resources. |
java.lang.reflect.Type |
getTarget()
|
Methods inherited from class org.java.plugin.extension.converter.StringConverter |
---|
getSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Converters.String2File()
Method Detail |
---|
public java.io.File convert(java.lang.String s, java.lang.ClassLoader loader)
Converter
s
- the source valueloader
- the loader
public java.lang.reflect.Type getTarget()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |