@Immutable protected abstract static class Connectors.AbstractPathMappings extends Object implements Connectors.PathMappings
| Modifier and Type | Field and Description |
|---|---|
protected String |
connectorSourceName |
protected static Collection<WorkspaceAndPath> |
EMPTY |
protected PathFactory |
pathFactory |
| Modifier | Constructor and Description |
|---|---|
protected |
Connectors.AbstractPathMappings(String connectorSourceName,
PathFactory pathFactory) |
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectorSourceName()
Get the source name of the connector for which this mapping is defined.
|
PathFactory |
getPathFactory()
Get a path factory that can be used to create new paths.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitresolveExternalPathToInternalprotected static final Collection<WorkspaceAndPath> EMPTY
protected final String connectorSourceName
protected final PathFactory pathFactory
protected Connectors.AbstractPathMappings(String connectorSourceName, PathFactory pathFactory)
public PathFactory getPathFactory()
Connectors.PathMappingsgetPathFactory in interface Connectors.PathMappingspublic String getConnectorSourceName()
Connectors.PathMappingsgetConnectorSourceName in interface Connectors.PathMappingsCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.