Interface Version
-
public interface Version
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>attributeNames()org.joda.time.DateTimecreated()Stringdescription()List<String>labels()Stringname()Integerordinal()Stringowner()Stringpkg()org.joda.time.DateTimereleased()Stringrepository()org.joda.time.DateTimeupdated()StringvcsTag()
-
-
-
Method Detail
-
name
String name()
-
description
String description()
-
pkg
String pkg()
-
repository
String repository()
-
owner
String owner()
-
created
org.joda.time.DateTime created()
-
updated
org.joda.time.DateTime updated()
-
released
org.joda.time.DateTime released()
-
ordinal
Integer ordinal()
-
vcsTag
String vcsTag()
-
-