|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccessLogParser.EntryType | |
---|---|
org.gcube.messaging.accounting.portal.logparser | |
org.gcube.messaging.accounting.portal.logparser.entry |
Uses of AccessLogParser.EntryType in org.gcube.messaging.accounting.portal.logparser |
---|
Methods in org.gcube.messaging.accounting.portal.logparser that return AccessLogParser.EntryType | |
---|---|
static AccessLogParser.EntryType |
AccessLogParser.EntryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccessLogParser.EntryType[] |
AccessLogParser.EntryType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of AccessLogParser.EntryType in org.gcube.messaging.accounting.portal.logparser.entry |
---|
Methods in org.gcube.messaging.accounting.portal.logparser.entry that return AccessLogParser.EntryType | |
---|---|
AccessLogParser.EntryType |
LogEntry.getEntryType()
|
AccessLogParser.EntryType |
Message.getType()
get the type |
Methods in org.gcube.messaging.accounting.portal.logparser.entry with parameters of type AccessLogParser.EntryType | |
---|---|
void |
LogEntry.setEntryType(AccessLogParser.EntryType entryType)
|
void |
Message.setType(AccessLogParser.EntryType type)
set the type |
Constructors in org.gcube.messaging.accounting.portal.logparser.entry with parameters of type AccessLogParser.EntryType | |
---|---|
AISEntry(java.lang.String line,
AccessLogParser.EntryType type)
constructor |
|
AnnotationEntry(java.lang.String line,
AccessLogParser.EntryType type)
constructor |
|
AquamapsEntry(java.lang.String line,
AccessLogParser.EntryType type)
constructor |
|
HLEntry(java.lang.String line,
AccessLogParser.EntryType type)
constructor |
|
Message(java.lang.String token,
AccessLogParser.EntryType type)
Message constructor |
|
ReportEntry(java.lang.String line,
AccessLogParser.EntryType type)
|
|
TSEntry(java.lang.String line,
AccessLogParser.EntryType type)
constructor |
|
WarEntry(java.lang.String line,
AccessLogParser.EntryType type)
|
|
WebAppEntry(java.lang.String line,
AccessLogParser.EntryType type)
|
|
WorkflowDocumentEntry(java.lang.String line,
AccessLogParser.EntryType type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |