Interface RemotePathParser

    • Method Detail

      • 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