public class Path
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Path.Segment |
| Modifier and Type | Field and Description |
|---|---|
java.util.List<Path.Segment> |
segments |
| Modifier and Type | Method and Description |
|---|---|
static Path |
empty() |
boolean |
equals(java.lang.Object obj) |
Path |
fix(rx.functions.Func1<java.lang.String,java.lang.Object> subs) |
int |
hashCode() |
boolean |
isFixed() |
java.lang.String |
toString() |
static Path |
valueOf(java.lang.String s) |
public final java.util.List<Path.Segment> segments
public static Path valueOf(java.lang.String s)
public static Path empty()
public boolean isFixed()
public Path fix(rx.functions.Func1<java.lang.String,java.lang.Object> subs) throws java.net.URISyntaxException
java.net.URISyntaxExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object