org.perfectjpattern.core.behavioral.chainofresponsibility
Class Application

java.lang.Object
  extended by org.perfectjpattern.core.behavioral.chainofresponsibility.Application
All Implemented Interfaces:
IHelpAware, IPrintAware

public class Application
extends Object
implements IHelpAware, IPrintAware

Concrete implementation of an Application

Version:
$Revision: 1.0 $Date: Apr 19, 2008 12:24:57 PM $
Author:
Giovanni Azua
 

Constructor Summary
Application()
           
 
Method Summary
 IParameterlessHandler getHelpHandler()
          
 IParameterlessHandler getPrintHandler()
          
protected static void setLogger(org.slf4j.Logger aLogger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

getHelpHandler

public IParameterlessHandler getHelpHandler()

Specified by:
getHelpHandler in interface IHelpAware

getPrintHandler

public IParameterlessHandler getPrintHandler()

Specified by:
getPrintHandler in interface IPrintAware

setLogger

protected static void setLogger(org.slf4j.Logger aLogger)


Copyright © 2007-2009. All Rights Reserved.