public interface ExitList extends Descriptor
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ExitList.Entry
Exit list entry containing results from a single exit scan.
|
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EOL
End-of-line character expected in exit lists.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getDownloadedMillis()
Return the time in milliseconds since the epoch when this descriptor
was downloaded.
|
java.util.Set<ExitList.Entry> |
getEntries()
Return the unordered set of exit scan results.
|
getAnnotations, getDescriptorFile, getRawDescriptorBytes, getRawDescriptorLength, getUnrecognizedLinesstatic final java.lang.String EOL
long getDownloadedMillis()
java.util.Set<ExitList.Entry> getEntries()