@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 |
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, wait
resolveExternalPathToInternal
protected static final Collection<WorkspaceAndPath> EMPTY
protected final String connectorSourceName
protected final PathFactory pathFactory
protected AbstractPathMappings(String connectorSourceName, PathFactory pathFactory)
public PathFactory getPathFactory()
Connectors.PathMappings
getPathFactory
in interface Connectors.PathMappings
public String getConnectorSourceName()
Connectors.PathMappings
getConnectorSourceName
in interface Connectors.PathMappings
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.