@Immutable protected static final class Connectors.EmptyPathMappings extends Connectors.AbstractPathMappings
connectorSourceName, EMPTY, pathFactory
Modifier | Constructor and Description |
---|---|
protected |
EmptyPathMappings(String connectorSourceName,
PathFactory pathFactory) |
Modifier and Type | Method and Description |
---|---|
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 . |
String |
toString() |
getConnectorSourceName, getPathFactory
protected EmptyPathMappings(String connectorSourceName, PathFactory pathFactory)
public Collection<WorkspaceAndPath> resolveExternalPathToInternal(Path externalPath)
Connectors.PathMappings
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.Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.