|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dspace.statistics.util.ClassicDSpaceLogConverter
public class ClassicDSpaceLogConverter
A utility class to convert the classic dspace.log (as generated by log4j) files into an intermediate format for ingestion into the new solr stats.
| Constructor Summary | |
|---|---|
ClassicDSpaceLogConverter(Context c,
boolean v,
boolean nE)
Create an instance of the converter utility |
|
| Method Summary | |
|---|---|
int |
convert(String in,
String out)
Convert a classic log file |
static void |
main(String[] args)
Main method to execute the converter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ClassicDSpaceLogConverter(Context c,
boolean v,
boolean nE)
c - The contextv - Whether or not to provide verbose outputnE - Whether to include actions logged by org.dspace.usage.LoggerUsageEventListener| Method Detail |
|---|
public int convert(String in,
String out)
in - The filename to read fromout - The filename to write to
public static void main(String[] args)
args - CLI args
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||