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