public interface ILibrarySet
Modifier and Type | Method and Description |
---|---|
String[] |
getHashes()
Return the string encoded sha1 hash for each library in the returned list
|
String[] |
getLibraries()
Return a list of libraries available from a common location
|
String |
getRootURL()
Return the root URL format string from which this library set can be obtained
There needs to be a single %s string substitution which is the library name
|
String[] getLibraries()
String[] getHashes()
String getRootURL()