Project JXTA

Uses of Class
net.jxta.ext.config.ConversionException

Packages that use ConversionException
net.jxta.ext.config   
 

Uses of ConversionException in net.jxta.ext.config
 

Methods in net.jxta.ext.config that throw ConversionException
static URL Resource.toURL(String s)
          Description of the Method
static URL Resource.toURL(File f)
          Description of the Method
 int Resource.getInt(String key)
          Gets the int attribute of the Resource object
 int Resource.getInt(String key, Integer d)
          Gets the int attribute of the Resource object
 long Resource.getLong(String key)
          Gets the long attribute of the Resource object
 long Resource.getLong(String key, Long d)
          Gets the long attribute of the Resource object
 float Resource.getFloat(String key)
          Gets the float attribute of the Resource object
 float Resource.getFloat(String key, Float d)
          Gets the float attribute of the Resource object
 char Resource.getChar(String key)
          Gets the char attribute of the Resource object
 char Resource.getChar(String key, Character d)
          Gets the char attribute of the Resource object
 URL Resource.getURL(String key)
          Gets the URL attribute of the Resource object
 URL Resource.getURL(String key, URL d)
          Gets the URL attribute of the Resource object
 List Resource.getURLs(String key)
          Gets the URLs attribute of the Resource object
 List Resource.getURLs(String key, URL d)
          Gets the URLs attribute of the Resource object
 URI Resource.getURI(String key)
          Gets the URI attribute of the Resource object
 URI Resource.getURI(String key, URI d)
          Gets the URI attribute of the Resource object
 List Resource.getURIs(String key)
          Gets the URIs attribute of the Resource object
 List Resource.getURIs(String key, URI d)
          Gets the URIs attribute of the Resource object
 Color Resource.getColor(String key)
          Gets the color attribute of the Resource object
 Color Resource.getColor(String key, Color d)
          Gets the color attribute of the Resource object
 Class Resource.getClass(String key)
          Gets the class attribute of the Resource object
 Class Resource.getClass(String key, Class d)
          Gets the class attribute of the Resource object
 List Resource.getClasses(String key)
          Gets the classes attribute of the Resource object
 List Resource.getClasses(String key, URL d)
          Gets the classes attribute of the Resource object
static char Conversion.toChar(String s)
          Description of the Method
static int Conversion.toInt(String s)
          Description of the Method
static long Conversion.toLong(String s)
          Description of the Method
static float Conversion.toFloat(String s)
          Description of the Method
static URL Conversion.toURL(String s)
          Description of the Method
static URL Conversion.toURL(File f)
          Description of the Method
static List Conversion.toURLs(List l)
          Description of the Method
static URI Conversion.toURI(String s)
          Description of the Method
static List Conversion.toURIs(List l)
          Description of the Method
static File Conversion.toFile(URI u)
          Description of the Method
static Color Conversion.toColor(String s)
          Description of the Method
static Class Conversion.toClass(String s)
          Description of the Method
static List Conversion.toClasses(List l)
          Description of the Method
 


JXTA J2SE