se.cambio.cds.gdl.editor.controller.exportplugins
Interface GuideExportPlugin

Package class diagram package GuideExportPlugin
All Known Implementing Classes:
DroolsGuideExportPlugin

public interface GuideExportPlugin


Method Summary
 byte[] compile(Guide guide)
           
 String getExportedGuide(Guide guide)
           
 String getPluginName()
           
 

Method Detail

getPluginName

String getPluginName()

getExportedGuide

String getExportedGuide(Guide guide)

compile

byte[] compile(Guide guide)
               throws InternalErrorException
Throws:
InternalErrorException


Copyright © 2013 Cambio. All Rights Reserved.