public class NameFactoryLogger extends AbstractLogger implements org.apache.jackrabbit.spi.NameFactory
NameFactory.AbstractLogger.Callable, AbstractLogger.SafeCallablewriter| Constructor and Description |
|---|
NameFactoryLogger(org.apache.jackrabbit.spi.NameFactory nameFactory,
LogWriter writer)
Create a new instance for the given
nameFactory which uses
writer for persisting log messages. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.Name |
create(String nameString) |
org.apache.jackrabbit.spi.Name |
create(String namespaceURI,
String localName) |
org.apache.jackrabbit.spi.NameFactory |
getNameFactory() |
execute, executepublic NameFactoryLogger(org.apache.jackrabbit.spi.NameFactory nameFactory,
LogWriter writer)
nameFactory which uses
writer for persisting log messages.nameFactory - writer - public org.apache.jackrabbit.spi.NameFactory getNameFactory()
public org.apache.jackrabbit.spi.Name create(String namespaceURI, String localName)
create in interface org.apache.jackrabbit.spi.NameFactorypublic org.apache.jackrabbit.spi.Name create(String nameString)
create in interface org.apache.jackrabbit.spi.NameFactoryCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.