Interface RemotePathParser
- All Known Implementing Classes:
FixedStoreTypeRemotePathParser,PathPartsBasedProfileAwareRemotePathParser
public interface RemotePathParser
Internal helper interface that parses a matched remote path.
- Author:
- avasquez
-
Method Summary
Modifier and TypeMethodDescriptionParses the remote path string.
-
Method Details
-
parse
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
-