Class GetStorageSlice.Request

  • Enclosing class:
    GetStorageSlice

    public static final class GetStorageSlice.Request
    extends Object
    Request to GetStorageSlice.
    Since:
    0.3
    • Field Detail

      • PATH

        public static final Pattern PATH
        RegEx pattern for path.
    • Constructor Detail

      • Request

        public Request​(Pattern path,
                       String line)
        Ctor.
        Parameters:
        path - Path pattern.
        line - Request line.
    • Method Detail

      • repo

        public String repo()
        Read repo name for files listing.
        Returns:
        Repo name.
      • root

        public com.artipie.asto.Key root()
        Root key for files listing.
        Returns:
        Root key.