Class LocalUri.LocalUriPathComponent
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUri
-
- org.kie.efesto.common.api.identifiers.LocalUri.LocalUriPathComponent
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.efesto.common.api.identifiers.LocalUri
LocalUri.LocalUriPathComponent, LocalUri.LocalUriRoot
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()LocalUriparent()Stringpath()booleanstartsWith(String component)Returns true when the path starts with the given argument.
-
-
-
Method Detail
-
startsWith
public boolean startsWith(String component)
Returns true when the path starts with the given argument.e.g. when component = "a" then "/a/b/c" startsWith "a"
- Specified by:
startsWithin classLocalUri
-
-