|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectutil.conversions.ConversionUtils
public class ConversionUtils
Method Summary | |
---|---|
static Conversion |
parseConversionFromString(java.lang.String[] split)
This method constructs the actual conversion and translation objects. |
static Conversion |
parseConversionFromString2(java.lang.String s)
This method constructs the actual conversion and translation objects. |
static Conversion |
parseConversionFromStringJar(java.lang.String[] split)
|
static Conversion |
parseConversionFromStringNonJar(java.lang.String[] split)
This method constructs the actual conversion and translation objects. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static Conversion parseConversionFromString(java.lang.String[] split)
split
- The array of strings that contains the description of the
conversion object
public static Conversion parseConversionFromStringJar(java.lang.String[] split)
public static Conversion parseConversionFromStringNonJar(java.lang.String[] split)
split
- The array of string that contains the description of the
conversion object
public static Conversion parseConversionFromString2(java.lang.String s)
s
- The string that contains the description of the
conversion object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |