org.jwall.log
Class LogMessageExtractor
java.lang.Object
org.jwall.log.LogMessageExtractor
- All Implemented Interfaces:
- FeatureExtractor<LogMessage,List<String>>
public class LogMessageExtractor
- extends Object
- implements FeatureExtractor<LogMessage,List<String>>
VARIABLES
public static final Set<String> VARIABLES
LogMessageExtractor
public LogMessageExtractor()
extract
public List<String> extract(String feature,
LogMessage event)
- Description copied from interface:
FeatureExtractor
- Extract all values for the specified feature from the given event.
- Specified by:
extract in interface FeatureExtractor<LogMessage,List<String>>
- Returns:
getVariables
public Set<String> getVariables(LogMessage event)
- Description copied from interface:
FeatureExtractor
- This method extracts all available feature names for the given event.
- Specified by:
getVariables in interface FeatureExtractor<LogMessage,List<String>>
- Returns:
Copyright © 2012 jwall.org. All Rights Reserved.