org.eclipse.tptp.platform.analysis.util.proxy.converter
Class ShortMethodProxyStringConverter
java.lang.Object
org.eclipse.tptp.platform.analysis.util.converter.StringConverter
org.eclipse.tptp.platform.analysis.util.proxy.converter.ShortMethodProxyStringConverter
- All Implemented Interfaces:
- IObjectConverter, IStringConverter
- public class ShortMethodProxyStringConverter
- extends StringConverter
ShortMethodProxyStringConverter
|
Method Summary |
java.lang.Object |
fromString(java.lang.String s)
Convert the string to an object. |
java.lang.String |
toString(java.lang.Object o)
Convert to a string with a short name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final StringConverter INSTANCE
ShortMethodProxyStringConverter
public ShortMethodProxyStringConverter()
toString
public java.lang.String toString(java.lang.Object o)
throws java.lang.IllegalArgumentException
- Convert to a string with a short name.
- Parameters:
o -
- Returns:
-
- Throws:
java.lang.IllegalArgumentException
fromString
public java.lang.Object fromString(java.lang.String s)
throws java.lang.UnsupportedOperationException,
java.lang.IllegalArgumentException
- Description copied from interface:
IStringConverter
- Convert the string to an object.
- Parameters:
s -
- Returns:
-
- Throws:
java.lang.UnsupportedOperationException
java.lang.IllegalArgumentException