@Immutable public static interface Connectors.PathMappings
Connectors.getPathMappings(Connector)
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.
|
Collection<WorkspaceAndPath> |
resolveExternalPathToInternal(Path externalPath)
Attempt to resolve the supplied external path (from the point of view of a connector) to the internal repository
path(s) using the connector's projections at the time this object
was
obtained . |
Collection<WorkspaceAndPath> resolveExternalPathToInternal(Path externalPath)
was
obtained
. This method returns an empty collection if the external node at the given path is not projected into the
repository.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 getPathFactory()
String getConnectorSourceName()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.