Package | Description |
---|---|
org.gcube.common.accounting.node.logparser |
Modifier and Type | Method and Description |
---|---|
RIInvocationParser.EntryType |
LogEntry.getType()
get the entry type
|
static RIInvocationParser.EntryType |
RIInvocationParser.EntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RIInvocationParser.EntryType[] |
RIInvocationParser.EntryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
LogEntry.setType(RIInvocationParser.EntryType type)
set the entry type
|
Constructor and Description |
---|
LogEntry(RIInvocationParser.EntryType type,
String line,
String time)
create a log entry object
|
Copyright © 2014. All Rights Reserved.