Interface RemotePathParser
-
- All Known Implementing Classes:
FixedStoreTypeRemotePathParser,PathPartsBasedProfileAwareRemotePathParser
public interface RemotePathParserInternal helper interface that parses a matched remote path.- Author:
- avasquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RemotePathparse(String pathStr, Matcher matcher)Parses the remote path string.
-
-
-
Method Detail
-
parse
RemotePath parse(String pathStr, Matcher matcher)
Parses the remote path string.- Parameters:
pathStr- the remote path strmatcher- the matcher used to match the paths. Can be used to get matched groups that represent the path parts- Returns:
- the parsed
RemotePath
-
-