org.ow2.shelbie.core.internal.registry
Class DefaultCommandRegistry

java.lang.Object
  extended by org.ow2.shelbie.core.internal.registry.DefaultCommandRegistry
All Implemented Interfaces:
org.ow2.shelbie.core.registry.CommandRegistry

public class DefaultCommandRegistry
extends Object
implements org.ow2.shelbie.core.registry.CommandRegistry

User: guillaume Date: 14/02/13 Time: 13:55


Constructor Summary
DefaultCommandRegistry()
           
 
Method Summary
 void bindInfoSupplier(org.ow2.shelbie.core.registry.supply.InfoSupplier supplier)
           
 Collection<? extends org.ow2.shelbie.core.registry.info.CommandInfo> getAllCommands()
           
 Collection<? extends org.ow2.shelbie.core.registry.info.CommandInfo> getCommands(org.ow2.shelbie.core.registry.CommandFilter filter)
           
 Collection<? extends org.ow2.shelbie.core.registry.info.ScopeInfo> getScopes()
           
 void unbindInfoSupplier(org.ow2.shelbie.core.registry.supply.InfoSupplier supplier)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultCommandRegistry

public DefaultCommandRegistry()
Method Detail

getScopes

public Collection<? extends org.ow2.shelbie.core.registry.info.ScopeInfo> getScopes()
Specified by:
getScopes in interface org.ow2.shelbie.core.registry.CommandRegistry

getAllCommands

public Collection<? extends org.ow2.shelbie.core.registry.info.CommandInfo> getAllCommands()
Specified by:
getAllCommands in interface org.ow2.shelbie.core.registry.CommandRegistry

getCommands

public Collection<? extends org.ow2.shelbie.core.registry.info.CommandInfo> getCommands(org.ow2.shelbie.core.registry.CommandFilter filter)
Specified by:
getCommands in interface org.ow2.shelbie.core.registry.CommandRegistry

bindInfoSupplier

public void bindInfoSupplier(org.ow2.shelbie.core.registry.supply.InfoSupplier supplier)

unbindInfoSupplier

public void unbindInfoSupplier(org.ow2.shelbie.core.registry.supply.InfoSupplier supplier)


Copyright © 2013 OW2 Consortium. All Rights Reserved.