Class IDUtil
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.util.IDUtil
 
- 
 public class IDUtil extends Object - Since:
- 8.9
 
- 
- 
Constructor SummaryConstructors Constructor Description IDUtil()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static IDcreateID(String namespaceName, String idName)static IDcreateID(Namespace namespace, Object[] args)static IDcreateID(Namespace namespace, String idName)static NamespacefindNamespaceByIdName(String idName)static NamespacefindNamespaceByScheme(String scheme)static IIDFactorygetIDFactory()static NamespacegetNamespaceByName(String namespaceName)
 
- 
- 
- 
Method Detail- 
getIDFactorypublic static IIDFactory getIDFactory() 
 - 
createIDpublic static ID createID(String namespaceName, String idName) throws IDCreateException - Throws:
- IDCreateException
 
 - 
createIDpublic static ID createID(Namespace namespace, String idName) throws IDCreateException - Throws:
- IDCreateException
 
 - 
createIDpublic static ID createID(Namespace namespace, Object[] args) throws IDCreateException - Throws:
- IDCreateException
 
 
- 
 
-