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

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

public class NameFactoryImpl
extends Object
implements org.apache.jackrabbit.spi.NameFactory

NameFactoryImpl...


Method Summary
 org.apache.jackrabbit.spi.Name create(String nameString)
           
 org.apache.jackrabbit.spi.Name create(String namespaceURI, String localName)
           
static org.apache.jackrabbit.spi.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 org.apache.jackrabbit.spi.NameFactory getInstance()

create

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

create

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


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