Forge - Addon Container 2.0.0.Alpha3

org.jboss.forge.container.addons
Class StopAddonCallable

java.lang.Object
  extended by org.jboss.forge.container.addons.StopAddonCallable
All Implemented Interfaces:
Callable<Void>

public class StopAddonCallable
extends Object
implements Callable<Void>

Author:
Lincoln Baxter, III

Constructor Summary
StopAddonCallable(AddonTree tree, AddonImpl addon)
           
 
Method Summary
 Void call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopAddonCallable

public StopAddonCallable(AddonTree tree,
                         AddonImpl addon)
Method Detail

call

public Void call()
          throws Exception
Specified by:
call in interface Callable<Void>
Throws:
Exception

Forge - Addon Container 2.0.0.Alpha3

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.