org.webdocwf.util.loader
Class ParseLoggerParam

java.lang.Object
  extended by org.webdocwf.util.loader.ParseLoggerParam

public class ParseLoggerParam
extends java.lang.Object

ParseLoggerParam class is use to check needed parameters for Logger object

Version:
1.0
Author:
Radoslav Dutina

Constructor Summary
ParseLoggerParam(java.lang.String loaderJob)
          This is the constructor of ParseLoggerParam class
 
Method Summary
 java.lang.String getLogClassName()
          This method is use to retrive value of logClassName parameter
 java.lang.String getPathToLoggerConf()
          This method is use to retrive value of pathToLoggerCong parameter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParseLoggerParam

public ParseLoggerParam(java.lang.String loaderJob)
                 throws LoaderException
This is the constructor of ParseLoggerParam class

Parameters:
loaderJob - defines the string path to loaderJob xml file
Throws:
LoaderException
Method Detail

getLogClassName

public java.lang.String getLogClassName()
This method is use to retrive value of logClassName parameter

Returns:
value of logClassName parameter

getPathToLoggerConf

public java.lang.String getPathToLoggerConf()
This method is use to retrive value of pathToLoggerCong parameter

Returns:
value of pathToLoggerCong parameter


Copyright © 2002-2007 Together - the Workgroup. All Rights Reserved.