|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NoApropriateInterpeterFoundException | |
---|---|
joperties | |
joperties.interpreters | |
joperties.interpreters.defaultinterpreters |
Uses of NoApropriateInterpeterFoundException in joperties |
---|
Methods in joperties that throw NoApropriateInterpeterFoundException | ||
---|---|---|
|
Joperties.getJoperty(java.lang.String key,
AbstractInterpreter<T> interpreter)
This method interprets the value of the provided key as an object of the class provided. |
|
|
Joperties.getJoperty(java.lang.String key,
java.lang.Class<T> getAsClass)
This method interprets the value of the provided key as an object of the class provided. |
|
|
Joperties.setJoperty(java.lang.String key,
T value)
This method sets the provided object as the value of the provided key. |
|
|
Joperties.setJoperty(java.lang.String key,
T value,
AbstractInterpreter<T> interpreter)
This method sets the provided object as the value of the provided key. |
Uses of NoApropriateInterpeterFoundException in joperties.interpreters |
---|
Methods in joperties.interpreters that throw NoApropriateInterpeterFoundException | ||
---|---|---|
java.lang.String |
CollectionInterpreter.encode(java.util.Collection<T> obj)
|
|
abstract java.lang.String |
AbstractInterpreter.encode(T obj)
This method encodes the provided object to a string. |
|
static
|
Interpreters.getInterpreter(java.lang.Class<T> classToInterpret)
This method will return a registered interpreter which interprets the provided class (if found). |
|
java.util.Collection<T> |
CollectionInterpreter.interpret(java.lang.String string)
|
|
abstract T |
AbstractInterpreter.interpret(java.lang.String string)
This method will interpret the provided string as an object. |
Uses of NoApropriateInterpeterFoundException in joperties.interpreters.defaultinterpreters |
---|
Methods in joperties.interpreters.defaultinterpreters that throw NoApropriateInterpeterFoundException | |
---|---|
java.lang.String |
DateInterpreter.encode(java.util.Date obj)
|
java.lang.String |
GradientPaintInterpreter.encode(java.awt.GradientPaint obj)
|
java.lang.String |
LocaleInterpreter.encode(java.util.Locale obj)
|
java.lang.String |
PolygonInterpreter.encode(java.awt.Polygon obj)
|
java.lang.String |
RadialGradientPaintInterpreter.encode(java.awt.RadialGradientPaint obj)
|
java.lang.String |
RectangleInterpreter.encode(java.awt.Rectangle obj)
|
java.awt.Rectangle |
RectangleInterpreter.interpret(java.lang.String string)
|
java.awt.RadialGradientPaint |
RadialGradientPaintInterpreter.interpret(java.lang.String string)
|
java.awt.Polygon |
PolygonInterpreter.interpret(java.lang.String string)
|
java.util.Locale |
LocaleInterpreter.interpret(java.lang.String string)
|
java.awt.GradientPaint |
GradientPaintInterpreter.interpret(java.lang.String string)
|
java.util.Date |
DateInterpreter.interpret(java.lang.String string)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |