Uses of Interface
org.apache.jackrabbit.spi.PathFactory

Packages that use PathFactory
org.apache.jackrabbit.core.query.lucene   
org.apache.jackrabbit.jcr2spi   
org.apache.jackrabbit.jcr2spi.hierarchy   
org.apache.jackrabbit.jcr2spi.state   
org.apache.jackrabbit.jcr2spi.xml   
org.apache.jackrabbit.spi Defines the interfaces of the JCR SPI (Service Provider Interface). 
org.apache.jackrabbit.spi.commons   
org.apache.jackrabbit.spi.commons.conversion   
org.apache.jackrabbit.spi.commons.identifier   
org.apache.jackrabbit.spi.commons.logging   
org.apache.jackrabbit.spi.commons.name   
org.apache.jackrabbit.spi.commons.value   
org.apache.jackrabbit.spi2dav   
org.apache.jackrabbit.spi2jcr   
 

Uses of PathFactory in org.apache.jackrabbit.core.query.lucene
 

Fields in org.apache.jackrabbit.core.query.lucene declared as PathFactory
protected static PathFactory SearchIndex.PATH_FACTORY
          The path factory.
 

Uses of PathFactory in org.apache.jackrabbit.jcr2spi
 

Methods in org.apache.jackrabbit.jcr2spi that return PathFactory
 PathFactory WorkspaceManager.getPathFactory()
           
 

Uses of PathFactory in org.apache.jackrabbit.jcr2spi.hierarchy
 

Methods in org.apache.jackrabbit.jcr2spi.hierarchy that return PathFactory
 PathFactory EntryFactory.getPathFactory()
           
 

Constructors in org.apache.jackrabbit.jcr2spi.hierarchy with parameters of type PathFactory
EntryFactory(TransientItemStateFactory isf, IdFactory idFactory, EntryFactory.NodeEntryListener listener, PathFactory pathFactory)
          Create a new instance of the EntryFactory.
HierarchyManagerImpl(TransientItemStateFactory isf, IdFactory idFactory, PathFactory pathFactory)
           
 

Uses of PathFactory in org.apache.jackrabbit.jcr2spi.state
 

Constructors in org.apache.jackrabbit.jcr2spi.state with parameters of type PathFactory
ItemStateValidator(ManagerProvider mgrProvider, PathFactory pathFactory)
          Creates a new ItemStateValidator instance.
 

Uses of PathFactory in org.apache.jackrabbit.jcr2spi.xml
 

Constructors in org.apache.jackrabbit.jcr2spi.xml with parameters of type PathFactory
ImportHandler(Importer importer, NamespaceResolver nsResolver, NamespaceRegistry nsReg, NameFactory nameFactory, PathFactory pathFactory)
           
 

Uses of PathFactory in org.apache.jackrabbit.spi
 

Methods in org.apache.jackrabbit.spi that return PathFactory
 PathFactory RepositoryService.getPathFactory()
          Return the PathFactory.
 

Uses of PathFactory in org.apache.jackrabbit.spi.commons
 

Methods in org.apache.jackrabbit.spi.commons that return PathFactory
 PathFactory AbstractRepositoryService.getPathFactory()
           
 

Uses of PathFactory in org.apache.jackrabbit.spi.commons.conversion
 

Methods in org.apache.jackrabbit.spi.commons.conversion with parameters of type PathFactory
static Path PathParser.parse(Path parent, String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)
          Parses the given jcrPath and returns a Path.
static Path PathParser.parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)
          Parses the given jcrPath and returns a Path.
static Path PathParser.parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
static Path PathParser.parse(String jcrPath, NameResolver nameResolver, IdentifierResolver identifierResolver, PathFactory factory, boolean normalizeIdentifier)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
static Path PathParser.parse(String jcrPath, NameResolver resolver, PathFactory factory)
          Parses jcrPath into a Path object using resolver to convert prefixes into namespace URI's.
 

Constructors in org.apache.jackrabbit.spi.commons.conversion with parameters of type PathFactory
ParsingPathResolver(PathFactory pathFactory, NameResolver resolver)
          Creates a parsing path resolver.
ParsingPathResolver(PathFactory pathFactory, NameResolver nameResolver, IdentifierResolver idResolver)
          Creates a parsing path resolver.
 

Uses of PathFactory in org.apache.jackrabbit.spi.commons.identifier
 

Methods in org.apache.jackrabbit.spi.commons.identifier that return PathFactory
protected  PathFactory IdFactoryImpl.getPathFactory()
           
protected abstract  PathFactory AbstractIdFactory.getPathFactory()
          Subclassed need to define a PathFactory used to create IDs
 

Uses of PathFactory in org.apache.jackrabbit.spi.commons.logging
 

Classes in org.apache.jackrabbit.spi.commons.logging that implement PathFactory
 class PathFactoryLogger
          Log wrapper for a PathFactory.
 

Methods in org.apache.jackrabbit.spi.commons.logging that return PathFactory
static PathFactory SpiLoggerFactory.create(PathFactory pathFactory, LogWriterProvider logWriterProvider)
          Returns a log wrapper for the given pathFactory which logs a calls to its methods if logWriterProvider returns a LogWriter instance for pathFactory.
 PathFactory RepositoryServiceLogger.getPathFactory()
           
 PathFactory PathFactoryLogger.getPathFactory()
           
 

Methods in org.apache.jackrabbit.spi.commons.logging with parameters of type PathFactory
static PathFactory SpiLoggerFactory.create(PathFactory pathFactory, LogWriterProvider logWriterProvider)
          Returns a log wrapper for the given pathFactory which logs a calls to its methods if logWriterProvider returns a LogWriter instance for pathFactory.
 LogWriter WriterLogWriterProvider.getLogWriter(PathFactory pathFactory)
          Returns a WriterLogWriter if the logger for pathFactory.getClass() has debug level enabled.
 LogWriter Slf4jLogWriterProvider.getLogWriter(PathFactory pathFactory)
          Returns a Slf4jLogWriter if the logger for pathFactory.getClass() has debug level enabled.
 LogWriter LogWriterProvider.getLogWriter(PathFactory pathFactory)
           
 

Constructors in org.apache.jackrabbit.spi.commons.logging with parameters of type PathFactory
PathFactoryLogger(PathFactory pathFactory, LogWriter writer)
          Create a new instance for the given pathFactory which uses writer for persisting log messages.
 

Uses of PathFactory in org.apache.jackrabbit.spi.commons.name
 

Classes in org.apache.jackrabbit.spi.commons.name that implement PathFactory
 class PathFactoryImpl
          PathFactoryImpl...
 

Methods in org.apache.jackrabbit.spi.commons.name that return PathFactory
static PathFactory PathFactoryImpl.getInstance()
           
 

Constructors in org.apache.jackrabbit.spi.commons.name with parameters of type PathFactory
PathBuilder(PathFactory factory)
          Creates a new PathBuilder.
 

Uses of PathFactory in org.apache.jackrabbit.spi.commons.value
 

Fields in org.apache.jackrabbit.spi.commons.value declared as PathFactory
protected static PathFactory AbstractQValueFactory.PATH_FACTORY
           
 

Uses of PathFactory in org.apache.jackrabbit.spi2dav
 

Methods in org.apache.jackrabbit.spi2dav that return PathFactory
 PathFactory RepositoryServiceImpl.getPathFactory()
           
 

Constructors in org.apache.jackrabbit.spi2dav with parameters of type PathFactory
RepositoryServiceImpl(String uri, IdFactory idFactory, NameFactory nameFactory, PathFactory pathFactory, QValueFactory qValueFactory)
           
RepositoryServiceImpl(String uri, IdFactory idFactory, NameFactory nameFactory, PathFactory pathFactory, QValueFactory qValueFactory, int itemInfoCacheSize)
           
 

Uses of PathFactory in org.apache.jackrabbit.spi2jcr
 

Methods in org.apache.jackrabbit.spi2jcr that return PathFactory
 PathFactory RepositoryServiceImpl.getPathFactory()
          Return the PathFactory.
 



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