|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.handle.hdllib.ParameterParser
public abstract class ParameterParser
Class used to parse the URI representation of handles. For example, the specific types of the handle can be specified on in the URI as (type=EMAIL)@0.NA/CNRI Parsing a handle URI with the ParameterParser will return a ParameterSet that contains the handle and any parameters from the URI.
Constructor Summary | |
---|---|
ParameterParser()
|
Method Summary | |
---|---|
static ParameterSet |
parseHandleURI(java.lang.String handleURI)
|
static ParameterSet |
parseParameters(java.lang.String handleString)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterParser()
Method Detail |
---|
public static ParameterSet parseParameters(java.lang.String handleString)
public static ParameterSet parseHandleURI(java.lang.String handleURI)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |