|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ecf.core.identity.Namespace
org.eclipse.ecf.provider.local.identity.LocalNamespace
public class LocalNamespace
Field Summary | |
---|---|
static java.lang.String |
NAME
|
static java.lang.String |
SCHEME
|
Fields inherited from class org.eclipse.ecf.core.identity.Namespace |
---|
SCHEME_SEPARATOR |
Constructor Summary | |
---|---|
LocalNamespace()
|
Method Summary | |
---|---|
ID |
createInstance(java.lang.Object[] parameters)
Make an instance of this namespace. |
java.lang.String |
getScheme()
Get the primary scheme associated with this namespace. |
Methods inherited from class org.eclipse.ecf.core.identity.Namespace |
---|
equals, getAdapter, getCompareToForObject, getDescription, getHashCodeForID, getInitStringFromExternalForm, getName, getNameForID, getSupportedParameterTypes, getSupportedSchemes, hashCode, initialize, testIDEquals, toExternalForm, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String NAME
public static final java.lang.String SCHEME
Constructor Detail |
---|
public LocalNamespace()
Method Detail |
---|
public ID createInstance(java.lang.Object[] parameters) throws IDCreateException
Namespace
See
Namespace.getSupportedParameterTypes()
to get information relevant to
deciding what parameter types are expected by this method.
createInstance
in class Namespace
parameters
- an Object[] of parameters for creating ID instances. May be
null.
IDCreateException
- if construction failspublic java.lang.String getScheme()
Namespace
null
scheme
identifier. Note that the returned scheme should not contain the
Namespace.SCHEME_SEPARATOR (\":\").
getScheme
in class Namespace
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |