org.apache.tuscany.das.rdb.impl
Class CommandGroupFactoryImpl
java.lang.Object
org.apache.tuscany.das.rdb.impl.CommandGroupFactoryImpl
- All Implemented Interfaces:
- CommandGroupFactory
public class CommandGroupFactoryImpl
- extends Object
- implements CommandGroupFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CommandGroupFactoryImpl
public CommandGroupFactoryImpl()
createCommandGroup
public CommandGroup createCommandGroup(InputStream configStream)
- Description copied from interface:
CommandGroupFactory
- Creates a CommandGroup based on the provided config file stream
- Specified by:
createCommandGroup
in interface CommandGroupFactory
- Parameters:
configStream
- A stream over a DAS config file
- Returns:
- returns a CommandGroup instance
-