org.modeshape.jcr
Class Connectors.AbstractPathMappings
java.lang.Object
org.modeshape.jcr.Connectors.AbstractPathMappings
- All Implemented Interfaces:
- Connectors.PathMappings
- Direct Known Subclasses:
- Connectors.BasicPathMappings, Connectors.EmptyPathMappings
- Enclosing class:
- Connectors
@Immutable
protected abstract static class Connectors.AbstractPathMappings
- extends Object
- implements Connectors.PathMappings
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
protected static final Collection<WorkspaceAndPath> EMPTY
connectorSourceName
protected final String connectorSourceName
pathFactory
protected final PathFactory pathFactory
Connectors.AbstractPathMappings
protected Connectors.AbstractPathMappings(String connectorSourceName,
PathFactory pathFactory)
getPathFactory
public PathFactory getPathFactory()
- Description copied from interface:
Connectors.PathMappings
- Get a path factory that can be used to create new paths.
- Specified by:
getPathFactory
in interface Connectors.PathMappings
- Returns:
- the path factory; never null
getConnectorSourceName
public String getConnectorSourceName()
- Description copied from interface:
Connectors.PathMappings
- Get the source name of the connector for which this mapping is defined.
- Specified by:
getConnectorSourceName
in interface Connectors.PathMappings
- Returns:
- the connector source name; never null
Copyright © 2008-2013 JBoss, a division of Red Hat. All Rights Reserved.