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 Type
    Method
    Description
    parse(String pathStr, Matcher matcher)
    Parses the remote path string.
  • Method Details

    • parse

      RemotePath parse(String pathStr, Matcher matcher)
      Parses the remote path string.
      Parameters:
      pathStr - the remote path str
      matcher - the matcher used to match the paths. Can be used to get matched groups that represent the path parts
      Returns:
      the parsed RemotePath