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

Packages that use PathFactory
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.conversion   
org.apache.jackrabbit.spi.commons.identifier   
org.apache.jackrabbit.spi.commons.name   
org.apache.jackrabbit.spi2jcr   
 

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)
           
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.conversion
 

Methods in org.apache.jackrabbit.spi.commons.conversion with parameters of type PathFactory
static Path PathParser.parse(Path parent, String jcrPath, NameResolver resolver, PathFactory factory)
          Parses the give jcrPath and returns a Path.
static Path PathParser.parse(String jcrPath, NameResolver resolver, PathFactory factory)
          Parses jcrPath into a qualified path 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.
 

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.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.spi2jcr
 

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



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