org.jboss.forge.maven.dependencies
Class FileResourceFactory
java.lang.Object
org.jboss.forge.maven.dependencies.FileResourceFactory
- All Implemented Interfaces:
- ResourceFactory
@Vetoed
public class FileResourceFactory
- extends Object
- implements ResourceFactory
Simple ResourceFactory for working outside of a container environment.
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileResourceFactory
public FileResourceFactory()
create
public <E,T extends Resource<E>> T create(Class<T> type,
E underlyingResource)
- Specified by:
create in interface ResourceFactory
create
public <E> Resource<E> create(E underlyingResource)
- Specified by:
create in interface ResourceFactory
fireEvent
public ResourceFactory fireEvent(ResourceEvent event)
- Specified by:
fireEvent in interface ResourceFactory
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.