|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.metadata.runtime.util.RuntimeIDParser
public class RuntimeIDParser
The RuntimeIDParser provides static methods to obtain specific information from a fully qualfied name. This would include asking for the path, group name, or data source name.
| Constructor Summary | |
|---|---|
RuntimeIDParser()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getGroupFullName(MetadataID id)
Returns the fully qualified group name for the given id. |
static java.lang.String |
getGroupName(MetadataID id)
Returns the group name for the given id. |
static java.lang.String |
getPath(MetadataID id)
Returns the path for the given id. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RuntimeIDParser()
| Method Detail |
|---|
public static java.lang.String getPath(MetadataID id)
String is returned.
MetadataID - id to be parsed.
public static java.lang.String getGroupName(MetadataID id)
MetadataID - id to be parsed.
public static java.lang.String getGroupFullName(MetadataID id)
MetadataID - id to be parsed.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||