public class NameFactoryImpl extends Object implements org.apache.jackrabbit.spi.NameFactory
NameFactoryImpl...| Modifier and Type | Method and Description |
|---|---|
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() |
public static org.apache.jackrabbit.spi.NameFactory getInstance()
public org.apache.jackrabbit.spi.Name create(String namespaceURI, String localName) throws IllegalArgumentException
create in interface org.apache.jackrabbit.spi.NameFactoryIllegalArgumentExceptionNameFactory.create(String, String)public org.apache.jackrabbit.spi.Name create(String nameString) throws IllegalArgumentException
create in interface org.apache.jackrabbit.spi.NameFactoryIllegalArgumentExceptionNameFactory.create(String)Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.