net.handle.hdllib
Class ParameterParser

java.lang.Object
  extended by net.handle.hdllib.ParameterParser

public abstract class ParameterParser
extends java.lang.Object

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

ParameterParser

public ParameterParser()
Method Detail

parseParameters

public static ParameterSet parseParameters(java.lang.String handleString)

parseHandleURI

public static ParameterSet parseHandleURI(java.lang.String handleURI)