org.glite.apel.condor
Class ApelLogParser

java.lang.Object
  extended by org.glite.apel.condor.ApelLogParser

public class ApelLogParser
extends java.lang.Object

The main entry point for starting the apel accounting application.


Constructor Summary
ApelLogParser(java.lang.String[] args)
          Sets-up the user configs for the apel application.
 
Method Summary
static void main(java.lang.String[] args)
          Create an Apel object and call its start method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApelLogParser

public ApelLogParser(java.lang.String[] args)
Sets-up the user configs for the apel application.

Method Detail

main

public static void main(java.lang.String[] args)
Create an Apel object and call its start method. This is the program entry point for processing of data. The archiver program has a different entry point.