com.atlassian.jira.dev.backdoor
Class Log4JHackeryImpl

java.lang.Object
  extended by com.atlassian.jira.dev.backdoor.Log4JHackeryImpl
All Implemented Interfaces:
Log4JHackery, Startable

public class Log4JHackeryImpl
extends Object
implements Log4JHackery, Startable

Since:
v4.4

Constructor Summary
Log4JHackeryImpl()
           
 
Method Summary
 void start()
          This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Log4JHackeryImpl

public Log4JHackeryImpl()
Method Detail

start

public void start()
           throws Exception
Description copied from interface: Startable
This method wil be called after the plugin system is fully initialised and all components added to the dependency injection framework.

Specified by:
start in interface Startable
Throws:
Exception - Allows implementations to throw an Exception.


Copyright © 2002-2012 Atlassian. All Rights Reserved.