Package thredds.util
Interface PathAliasReplacement
-
- All Known Implementing Classes:
PathAliasReplacementFromMap
,PathAliasReplacementImpl
public interface PathAliasReplacement
Alloc macro substitution, and "aliasing" for paths- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
containsPathAlias(String path)
String
replaceIfMatch(String path)
String
replacePathAlias(String path)
-