org.apache.jackrabbit.spi.commons.name
Class NameFactoryImpl

java.lang.Object
  extended by org.apache.jackrabbit.spi.commons.name.NameFactoryImpl
All Implemented Interfaces:
NameFactory

public class NameFactoryImpl
extends Object
implements NameFactory

NameFactoryImpl...


Method Summary
 Name create(String nameString)
           
 Name create(String namespaceURI, String localName)
           
static NameFactory getInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static NameFactory getInstance()

create

public Name create(String namespaceURI,
                   String localName)
            throws IllegalArgumentException
Specified by:
create in interface NameFactory
Throws:
IllegalArgumentException
See Also:
NameFactory.create(String, String)

create

public Name create(String nameString)
            throws IllegalArgumentException
Specified by:
create in interface NameFactory
Throws:
IllegalArgumentException
See Also:
NameFactory.create(String)


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.