Class StorePath

java.lang.Object
io.xpipe.core.store.StorePath

public class StorePath extends Object
Represents a reference to an XPipe storage location.

To allow for a simple usage, the names are trimmed and converted to lower case names when creating them. The names are separated by a slash and are therefore not allowed to contain slashes themselves.

See Also:
  • Field Details

  • Constructor Details

    • StorePath

      public StorePath(List<String> names)
  • Method Details