java.lang.Object
io.xpipe.core.store.StorePath
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SEPARATOR
public static final char SEPARATOR- See Also:
-
-
Constructor Details
-
StorePath
-
-
Method Details
-
create
Creates a new store path.- Throws:
IllegalArgumentException- if any name is not valid
-
fromString
Creates a new store path from a string representation.- Parameters:
s- the string representation, must be not null and fulfill certain requirements- Throws:
IllegalArgumentException- if the string is not valid
-
toString
-