org.specrunner.source.resource.core
Class ResourceManagerFactoryImpl

java.lang.Object
  extended by org.specrunner.source.resource.core.ResourceManagerFactoryImpl
All Implemented Interfaces:
IResourceManagerFactory

public class ResourceManagerFactoryImpl
extends Object
implements IResourceManagerFactory

Default resource manager implementation.

Author:
Thiago Santos

Constructor Summary
ResourceManagerFactoryImpl()
           
 
Method Summary
 IResourceManager newManager(ISource parent)
          Creates a new resource manager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceManagerFactoryImpl

public ResourceManagerFactoryImpl()
Method Detail

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.