com.novell.sentinel.uri
Class UriConstructorFactoryImpl

java.lang.Object
  extended by com.novell.sentinel.uri.UriConstructorFactoryImpl
All Implemented Interfaces:
UriConstructorFactory

public class UriConstructorFactoryImpl
extends Object
implements UriConstructorFactory

Basic implementation of UriConstructorFactory.


Constructor Summary
UriConstructorFactoryImpl()
          Construct a factory that will return UriConstructor instances with no base URI information (in other words, a UriConstructor instance that must be built up with full URI data).
UriConstructorFactoryImpl(String _baseURI)
          Construct a factory that will return UriConstructor instances with base URI information.
 
Method Summary
 UriConstructor newInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UriConstructorFactoryImpl

public UriConstructorFactoryImpl()
Construct a factory that will return UriConstructor instances with no base URI information (in other words, a UriConstructor instance that must be built up with full URI data).


UriConstructorFactoryImpl

public UriConstructorFactoryImpl(String _baseURI)
Construct a factory that will return UriConstructor instances with base URI information. These instances can then be used to build completed URIs.

Parameters:
_baseURI - The base URI for the UriConstructor instances.
Method Detail

newInstance

public UriConstructor newInstance()
Specified by:
newInstance in interface UriConstructorFactory