com.novell.sentinel.uri
Class UriDeconstructorFactoryImpl

java.lang.Object
  extended by com.novell.sentinel.uri.UriDeconstructorFactoryImpl
All Implemented Interfaces:
UriDeconstructorFactory

public class UriDeconstructorFactoryImpl
extends Object
implements UriDeconstructorFactory

Basic implementation of UriDeconstructorFactor. This class is a singleton model, so use getInstance() to get the factory instance.


Constructor Summary
UriDeconstructorFactoryImpl()
           
 
Method Summary
static UriDeconstructorFactoryImpl getInstance()
          Get the factory instance.
 UriDeconstructor newInstance(String uri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriDeconstructorFactoryImpl

public UriDeconstructorFactoryImpl()
Method Detail

getInstance

public static UriDeconstructorFactoryImpl getInstance()
Get the factory instance.

Returns:
The singleton factory instance.

newInstance

public UriDeconstructor newInstance(String uri)
Specified by:
newInstance in interface UriDeconstructorFactory