com.intel.gpe.client2.common.clientwrapper
Interface StringConverter<T extends com.intel.gpe.clients.api.WSRPClient>
- Type Parameters:
T
- the type of the object to convert
- All Known Implementing Classes:
- RegistryConverter, StorageConverter, TargetSystemConverter, TargetSystemFactoryConverter
public interface StringConverter<T extends com.intel.gpe.clients.api.WSRPClient>
Provide operation to convert an object to some string representation.
- Version:
- $Id: StringConverter.java,v 1.1 2006/05/25 07:31:11 vashorin Exp $
- Author:
- Alexander Lukichev
Method Summary |
java.lang.String |
convert(T o)
Convert the object to some string. |
convert
java.lang.String convert(T o)
throws java.lang.Exception
- Convert the object to some string.
- Parameters:
o
- the object
- Returns:
- the string
- Throws:
java.lang.Exception
Copyright © 2008. All Rights Reserved.