|
Project JXTA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jxta.ext.config.Conversion
public class Conversion
| Constructor Summary | |
|---|---|
Conversion()
|
|
| Method Summary | |
|---|---|
static boolean |
toBoolean(String s)
Description of the Method |
static char |
toChar(String s)
Description of the Method |
static Class |
toClass(String s)
Description of the Method |
static List |
toClasses(List l)
Description of the Method |
static Color |
toColor(String s)
Description of the Method |
static File |
toFile(URI u)
Description of the Method |
static float |
toFloat(String s)
Description of the Method |
static int |
toInt(String s)
Description of the Method |
static long |
toLong(String s)
Description of the Method |
static URI |
toURI(String s)
Description of the Method |
static List |
toURIs(List l)
Description of the Method |
static URL |
toURL(File f)
Description of the Method |
static URL |
toURL(String s)
Description of the Method |
static List |
toURLs(List l)
Description of the Method |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Conversion()
| Method Detail |
|---|
public static char toChar(String s)
throws ConversionException
s - Description of the Parameter
ConversionException - Description of the Exception
public static int toInt(String s)
throws ConversionException
s - Description of the Parameter
ConversionException - Description of the Exception
public static long toLong(String s)
throws ConversionException
s - Description of the Parameter
ConversionException - Description of the Exception
public static float toFloat(String s)
throws ConversionException
s - Description of the Parameter
ConversionException - Description of the Exceptionpublic static boolean toBoolean(String s)
s - Description of the Parameter
public static URL toURL(String s)
throws ConversionException
s - Description of the Parameter
ConversionException - Description of the Exception
public static URL toURL(File f)
throws ConversionException
f - Description of the Parameter
ConversionException - Description of the Exception
public static List toURLs(List l)
throws ConversionException
l - Description of the Parameter
ConversionException - Description of the Exception
public static URI toURI(String s)
throws ConversionException
s - Description of the Parameter
ConversionException - Description of the Exception
public static List toURIs(List l)
throws ConversionException
l - Description of the Parameter
ConversionException - Description of the Exception
public static File toFile(URI u)
throws ConversionException
u - Description of the Parameter
ConversionException - Description of the Exception
public static Color toColor(String s)
throws ConversionException
s - Description of the Parameter
ConversionException - Description of the Exception
public static Class toClass(String s)
throws ConversionException
s - Description of the Parameter
ConversionException - Description of the Exception
public static List toClasses(List l)
throws ConversionException
l - Description of the Parameter
ConversionException - Description of the Exception
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||