org.specrunner.source.resource.core
Class ResourceManagerFactoryImpl
java.lang.Object
org.specrunner.source.resource.core.ResourceManagerFactoryImpl
- All Implemented Interfaces:
- IResourceManagerFactory
public class ResourceManagerFactoryImpl
- extends Object
- implements IResourceManagerFactory
Default resource manager implementation.
- Author:
- Thiago Santos
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceManagerFactoryImpl
public ResourceManagerFactoryImpl()
newManager
public IResourceManager newManager(ISource parent)
- Description copied from interface:
IResourceManagerFactory
- Creates a new resource manager.
- Specified by:
newManager in interface IResourceManagerFactory
- Parameters:
parent - The resource parent source.
- Returns:
- A new manager.
Copyright © 2014. All rights reserved.