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.
|
java.util.Set<ExitListEntry> |
getExitListEntries()
Deprecated.
The
ExitListEntry type has been deprecated and
superseded by ExitList.Entry which is returned by
getEntries() . |
getAnnotations, getRawDescriptorBytes, getUnrecognizedLines
static final java.lang.String EOL
long getDownloadedMillis()
@Deprecated java.util.Set<ExitListEntry> getExitListEntries()
ExitListEntry
type has been deprecated and
superseded by ExitList.Entry
which is returned by
getEntries()
.java.util.Set<ExitList.Entry> getEntries()