Class WindupServicesProducer
- java.lang.Object
-
- org.jboss.windup.web.services.producer.WindupServicesProducer
-
@ApplicationScoped public class WindupServicesProducer extends Object
- Author:
- Jesse Sightler
-
-
Constructor Summary
Constructors Constructor Description WindupServicesProducer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy(FurnaceShutdownEvent shutdownEvent)org.jboss.windup.graph.GraphContextFactorygetGraphContextFactory()org.jboss.windup.config.loader.LabelLoadergetLabelLoader()org.jboss.windup.config.metadata.RuleProviderRegistryCachegetRuleProviderRegistryCache()voidpostConstruct()
-
-
-
Method Detail
-
postConstruct
@PostConstruct public void postConstruct()
-
destroy
public void destroy(@Observes FurnaceShutdownEvent shutdownEvent)
-
getRuleProviderRegistryCache
@Produces public org.jboss.windup.config.metadata.RuleProviderRegistryCache getRuleProviderRegistryCache()
-
getLabelLoader
@Produces public org.jboss.windup.config.loader.LabelLoader getLabelLoader()
-
getGraphContextFactory
@Produces public org.jboss.windup.graph.GraphContextFactory getGraphContextFactory()
-
-