com.servingxml.ioc.resources
Class IocContainerFactory.RegisterComponentCommand

java.lang.Object
  extended by com.servingxml.ioc.resources.IocContainerFactory.RegisterComponentCommand
All Implemented Interfaces:
JarFileIterator.Command
Enclosing class:
IocContainerFactory

public class IocContainerFactory.RegisterComponentCommand
extends java.lang.Object
implements JarFileIterator.Command


Constructor Summary
IocContainerFactory.RegisterComponentCommand()
           
 
Method Summary
 void doEntry(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IocContainerFactory.RegisterComponentCommand

public IocContainerFactory.RegisterComponentCommand()
Method Detail

doEntry

public void doEntry(java.net.URL url)
Specified by:
doEntry in interface JarFileIterator.Command