org.peabody.emailprocessor.main
Class Main

java.lang.Object
  extended by org.peabody.emailprocessor.main.Main

public class Main
extends java.lang.Object


Field Summary
static java.lang.String[] CONFIG_FILE_LOCATIONS
          The locations to look for the emailprocessor configuration file.
static java.lang.String[] LOG_CONFIG_LOCATIONS
          The locations to look for the log4j configuration properties file
 
Constructor Summary
Main()
          Creates a new instance of Main
 
Method Summary
static void initLogger()
           
 java.io.File locateConfigFile()
           
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIG_FILE_LOCATIONS

public static java.lang.String[] CONFIG_FILE_LOCATIONS
The locations to look for the emailprocessor configuration file.


LOG_CONFIG_LOCATIONS

public static java.lang.String[] LOG_CONFIG_LOCATIONS
The locations to look for the log4j configuration properties file

Constructor Detail

Main

public Main()
Creates a new instance of Main

Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args - the command line arguments

run

public void run()

locateConfigFile

public java.io.File locateConfigFile()

initLogger

public static void initLogger()