Uses of Class
org.gcube.messaging.accounting.portal.logparser.AccessLogParser.EntryType

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(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
 

Fields in org.gcube.messaging.accounting.portal.logparser.entry declared as AccessLogParser.EntryType
protected  AccessLogParser.EntryType LogEntry.entryType
           
 

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(String line, AccessLogParser.EntryType type)
          constructor
AnnotationEntry(String line, AccessLogParser.EntryType type)
          constructor
AquamapsEntry(String line, AccessLogParser.EntryType type)
          constructor
HLEntry(String line, AccessLogParser.EntryType type)
          constructor
Message(String token, AccessLogParser.EntryType type)
          Message constructor
ReportEntry(String line, AccessLogParser.EntryType type)
           
TSEntry(String line, AccessLogParser.EntryType type)
          constructor
WarEntry(String line, AccessLogParser.EntryType type)
           
WebAppEntry(String line, AccessLogParser.EntryType type)
           
WorkflowDocumentEntry(String line, AccessLogParser.EntryType type)
           
 



Copyright © 2014. All Rights Reserved.