PathResolver Interface
public interface PathResolver
Defines Path Resolver interface for transforming paths.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract java.lang.String | transformPath(String path) |
Method Details
transformPath
public abstract String transformPath(String path)
Parameters:
path
- path to inspect.
Returns:
transformed path.