|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.contrastsecurity.rest.Library
public class Library
An application library.
| Constructor Summary | |
|---|---|
Library()
|
|
| Method Summary | |
|---|---|
int |
getClassCount()
Return the number of classes in this library. |
String |
getExternalDateModified()
Return the last date this file was altered. |
String |
getFilename()
Return the filename for this library. |
String |
getInternalDateModified()
Return the last date that an entry within this file was altered. |
long |
getLinesOfCode()
Return an estimate of the number of lines of code in this library. |
String |
getManifest()
Return the blob of MANIFEST.MF in plaintext. |
String |
getSha1()
Return the SHA1 hash of this library. |
int |
getUsedClassCount()
Return the number of classes used by this library. |
String |
getVersion()
Return the version of this library according to the library authority like Maven Central or NuGet. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Library()
| Method Detail |
|---|
public String getSha1()
public String getFilename()
public String getVersion()
public long getLinesOfCode()
public String getInternalDateModified()
public String getExternalDateModified()
public int getClassCount()
public int getUsedClassCount()
public String getManifest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||