public class PathFactoryLogger extends AbstractLogger implements org.apache.jackrabbit.spi.PathFactory
PathFactory.AbstractLogger.Callable, AbstractLogger.SafeCallablewriter| Constructor and Description |
|---|
PathFactoryLogger(org.apache.jackrabbit.spi.PathFactory pathFactory,
LogWriter writer)
Create a new instance for the given
pathFactory which uses
writer for persisting log messages. |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Name name) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Name name,
int index) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path.Element element) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path.Element[] elements) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Name name,
boolean normalize) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Name name,
int index,
boolean normalize) |
org.apache.jackrabbit.spi.Path |
create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Path relPath,
boolean normalize) |
org.apache.jackrabbit.spi.Path |
create(String pathString) |
org.apache.jackrabbit.spi.Path.Element |
createElement(org.apache.jackrabbit.spi.Name name) |
org.apache.jackrabbit.spi.Path.Element |
createElement(org.apache.jackrabbit.spi.Name name,
int index) |
org.apache.jackrabbit.spi.Path.Element |
createElement(String identifier) |
org.apache.jackrabbit.spi.Path.Element |
getCurrentElement() |
org.apache.jackrabbit.spi.Path.Element |
getParentElement() |
org.apache.jackrabbit.spi.PathFactory |
getPathFactory() |
org.apache.jackrabbit.spi.Path.Element |
getRootElement() |
org.apache.jackrabbit.spi.Path |
getRootPath() |
execute, executepublic PathFactoryLogger(org.apache.jackrabbit.spi.PathFactory pathFactory,
LogWriter writer)
pathFactory which uses
writer for persisting log messages.pathFactory - writer - public org.apache.jackrabbit.spi.PathFactory getPathFactory()
public org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Path relPath,
boolean normalize)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.PathFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Name name,
boolean normalize)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.PathFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path parent,
org.apache.jackrabbit.spi.Name name,
int index,
boolean normalize)
throws RepositoryException
create in interface org.apache.jackrabbit.spi.PathFactoryRepositoryExceptionpublic org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Name name)
create in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Name name,
int index)
create in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path.Element element)
create in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path create(org.apache.jackrabbit.spi.Path.Element[] elements)
create in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path create(String pathString)
create in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path.Element createElement(org.apache.jackrabbit.spi.Name name)
createElement in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path.Element createElement(org.apache.jackrabbit.spi.Name name,
int index)
createElement in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path.Element createElement(String identifier) throws IllegalArgumentException
createElement in interface org.apache.jackrabbit.spi.PathFactoryIllegalArgumentExceptionpublic org.apache.jackrabbit.spi.Path.Element getCurrentElement()
getCurrentElement in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path.Element getParentElement()
getParentElement in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path.Element getRootElement()
getRootElement in interface org.apache.jackrabbit.spi.PathFactorypublic org.apache.jackrabbit.spi.Path getRootPath()
getRootPath in interface org.apache.jackrabbit.spi.PathFactoryCopyright © 2004–2017 The Apache Software Foundation. All rights reserved.