org.apache.jackrabbit.spi.commons.name
Class NameFactoryImpl
java.lang.Object
org.apache.jackrabbit.spi.commons.name.NameFactoryImpl
- All Implemented Interfaces:
- NameFactory
public class NameFactoryImpl
- extends Object
- implements NameFactory
NameFactoryImpl...
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.