protected static final class Connectors.PathMapping extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Connectors.PathMapping(Path externalPath,
Path internalPath,
String workspaceName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
WorkspaceAndPath |
resolveExternalPathToInternal(Path externalPath,
PathFactory pathFactory)
Attempt to resolve the supplied external path to an internal path.
|
String |
toString() |
public WorkspaceAndPath resolveExternalPathToInternal(Path externalPath, PathFactory pathFactory)
externalPath - the external path of a node in the tree of content exposed by the connector; this path is from the
point of view of the connector.pathFactory - the path factory; may not be nullCopyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.