Interface Pkg
-
public interface Pkg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>attributeNames()org.joda.time.DateTimecreated()Stringdescription()IntegerfollowersCount()List<String>labels()StringlatestVersion()List<String>linkedToRepos()Stringname()Stringowner()Integerrating()IntegerratingCount()Stringrepository()List<String>systemIds()org.joda.time.DateTimeupdated()List<String>versions()
-
-
-
Method Detail
-
name
String name()
-
repository
String repository()
-
owner
String owner()
-
description
String description()
-
rating
Integer rating()
-
ratingCount
Integer ratingCount()
-
followersCount
Integer followersCount()
-
created
org.joda.time.DateTime created()
-
latestVersion
String latestVersion()
-
updated
org.joda.time.DateTime updated()
-
-