Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.server.converters
Class GuvnorDroolsConversionService

java.lang.Object
  extended by org.drools.guvnor.server.converters.GuvnorDroolsConversionService
All Implemented Interfaces:
ConversionService

@ApplicationScoped
public class GuvnorDroolsConversionService
extends Object
implements ConversionService

A ConversionService implementation for Drools assets


Constructor Summary
GuvnorDroolsConversionService()
           
 
Method Summary
 ConversionResult convert(AssetItem item, String targetFormat)
           
 void register(String sourceFormat, AbstractConverter converter)
           
 void registration()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GuvnorDroolsConversionService

public GuvnorDroolsConversionService()
Method Detail

registration

@PostConstruct
public void registration()

register

public void register(String sourceFormat,
                     AbstractConverter converter)

convert

public ConversionResult convert(AssetItem item,
                                String targetFormat)
Specified by:
convert in interface ConversionService

Guvnor web application Drools 6.0.0-SNAPSHOT

Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.