Class LocalUriId
- java.lang.Object
-
- org.kie.efesto.common.api.identifiers.LocalUriId
-
- Direct Known Subclasses:
AppRoot,ModelLocalUriId
public abstract class LocalUriId extends Object implements LocalId
An abstract class for aLocalIdthat is represented as a Path.Components should extend this class to get a default base implementation of their LocalId.
-
-
Constructor Summary
Constructors Constructor Description LocalUriId()LocalUriId(LocalUri path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalUriasLocalUri()booleanequals(Object o)inthashCode()LocalIdtoLocalId()StringtoString()
-
-
-
Constructor Detail
-
LocalUriId
public LocalUriId()
-
LocalUriId
public LocalUriId(LocalUri path)
-
-
Method Detail
-
asLocalUri
public LocalUri asLocalUri()
- Specified by:
asLocalUriin interfaceLocalId
-
-