public class LocatorFactoryImplEx extends AbstractLocatorFactory
LocatorFactoryImplEx
...Constructor and Description |
---|
LocatorFactoryImplEx(String pathPrefix)
Create a new factory
|
Modifier and Type | Method and Description |
---|---|
protected String |
getRepositoryPath(String resourcePath,
String wspPath)
Subclasses must defined how the repository path is built from the given
resource and workspace path.
|
protected String |
getResourcePath(String repositoryPath,
String wspPath)
Subclasses must defined how the resource path is built from the given
repository and workspace path.
|
createResourceLocator, createResourceLocator, createResourceLocator, createResourceLocator
public LocatorFactoryImplEx(String pathPrefix)
pathPrefix
- Prefix, that needs to be removed in order to retrieve
the path of the repository item from a given DavResourceLocator
.protected String getRepositoryPath(String resourcePath, String wspPath)
AbstractLocatorFactory
getRepositoryPath
in class AbstractLocatorFactory
AbstractLocatorFactory.getRepositoryPath(String, String)
protected String getResourcePath(String repositoryPath, String wspPath)
AbstractLocatorFactory
getResourcePath
in class AbstractLocatorFactory
AbstractLocatorFactory.getResourcePath(String, String)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.