net.sf.whatsnew
Class WhatsNew

java.lang.Object
  |
  +--net.sf.whatsnew.WhatsNew

public class WhatsNew
extends java.lang.Object

Main class for WhatsNew File Creator aplication

Version:
$Id: WhatsNew.java,v 1.1 2004/05/13 01:22:40 dquintela Exp $
Author:
Diogo Quintela

Constructor Summary
WhatsNew(Options options)
          Creates a new WhatsNew object.
 
Method Summary
static Options getConfigOptions(java.lang.String externalConfigFile)
          Constructs default application options, based on config properties and external file if specified
 void run()
          Main execution method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WhatsNew

public WhatsNew(Options options)
         throws AppException
Creates a new WhatsNew object.
Parameters:
options - The application options
Throws:
AppException - if options == null, or invalid options
Method Detail

getConfigOptions

public static Options getConfigOptions(java.lang.String externalConfigFile)
                                throws AppException
Constructs default application options, based on config properties and external file if specified
Parameters:
externalConfigFile - Name of external properties file
Returns:
Default application options
Throws:
AppException - in case of error

run

public void run()
         throws AppException
Main execution method
Throws:
AppException - in case of error


Copyright © 2004 Sourceforge. All Rights Reserved.