- All Implemented Interfaces:
- org.apache.commons.collections15.Factory<Action>
- Enclosing class:
- BasicCommand
public static final class BasicCommand.MyFactory
extends Object
implements org.apache.commons.collections15.Factory<Action>
We have to wrap the Instationation Factory, becouse the LazyMap expects a factory of generic type Action, but
the instantiation factory has no differentiation between the type it instantiates and the type it returns. So
We create an implicit cast here (bit silly).