org.jboss.forge.facets
Class FacetFactoryImpl
java.lang.Object
org.jboss.forge.facets.FacetFactoryImpl
- All Implemented Interfaces:
- FacetFactory
public class FacetFactoryImpl
- extends Object
- implements FacetFactory
- Author:
- Lincoln Baxter, III
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FacetFactoryImpl
public FacetFactoryImpl()
create
public <FACET extends Facet<E>,E extends Faceted<? extends Facet<?>>> FACET create(Class<FACET> type)
- Specified by:
create in interface FacetFactory
create
public <FACET extends Facet<E>,E extends Faceted<? extends Facet<?>>> FACET create(Class<FACET> type,
E origin)
- Specified by:
create in interface FacetFactory
createFacets
public <FACET extends Facet<E>,E extends Faceted<? extends Facet<?>>> Iterable<FACET> createFacets(Class<FACET> type)
- Specified by:
createFacets in interface FacetFactory
createFacets
public <FACET extends Facet<E>,E extends Faceted<? extends Facet<?>>> Iterable<FACET> createFacets(Class<FACET> type,
E origin)
- Specified by:
createFacets in interface FacetFactory
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.