com.googlecode.mycontainer.kernel.deploy
Class ScannableDeployer

java.lang.Object
  extended by com.googlecode.mycontainer.kernel.Command
      extended by com.googlecode.mycontainer.kernel.deploy.ScannableDeployer
All Implemented Interfaces:
java.io.Serializable

public abstract class ScannableDeployer
extends Command

See Also:
Serialized Form

Constructor Summary
ScannableDeployer()
           
 
Method Summary
abstract  void deploy(java.util.List<java.lang.Class<?>> classes, java.util.List<java.net.URL> resources)
           
 
Methods inherited from class com.googlecode.mycontainer.kernel.Command
getContext, getKernel, setContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScannableDeployer

public ScannableDeployer()
Method Detail

deploy

public abstract void deploy(java.util.List<java.lang.Class<?>> classes,
                            java.util.List<java.net.URL> resources)


Copyright © 2008-2013 Mycontainer Team. All Rights Reserved.