com.atlassian.plugin.main
Class HotDeployer

java.lang.Object
  extended by com.atlassian.plugin.main.HotDeployer

public class HotDeployer
extends java.lang.Object

A simple class that starts a hot deploy thread for scanning for new plugins

Since:
2.2.0

Constructor Summary
HotDeployer(PluginController pluginController, long period)
           
 
Method Summary
 boolean isRunning()
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotDeployer

public HotDeployer(PluginController pluginController,
                   long period)
Method Detail

start

public void start()

stop

public void stop()

isRunning

public boolean isRunning()


Copyright © 2012 Atlassian. All Rights Reserved.