Package org.eolang.maven.name
Interface ObjectName
-
- All Known Implementing Classes:
OnCached
,OnDefault
,OnReplaced
,OnSwap
,OnUnversioned
,OnVersioned
public interface ObjectName
Object name with a version.- Since:
- 0.29.6
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommitHash
hash()
Hash only.String
value()
Name only.
-
-
-
Method Detail
-
value
String value()
Name only.- Returns:
- Name.
-
hash
CommitHash hash()
Hash only.- Returns:
- Hash.
-
-