Interface Pkg
-
public interface Pkg
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>
attributeNames()
org.joda.time.DateTime
created()
String
description()
Integer
followersCount()
List<String>
labels()
String
latestVersion()
List<String>
linkedToRepos()
String
name()
String
owner()
Integer
rating()
Integer
ratingCount()
String
repository()
List<String>
systemIds()
org.joda.time.DateTime
updated()
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()
-
-