com.ebmwebsourcing.easyviper.core.api.model.compiler
Interface Compiler<Def extends ProcessDefinition>

All Superinterfaces:
com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
All Known Implementing Classes:
AbstractCompiler

public interface Compiler<Def extends ProcessDefinition>
extends com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent

Author:
Nicolas Salatge - eBM WebSourcing

Method Summary
 Process compile(Def def)
           
 void setLog(java.util.logging.Logger logger)
           
 Def validate(java.net.URI uri)
           
 
Methods inherited from interface com.ebmwebsourcing.easycommons.sca.helper.api.SCAComponent
createSCAComponent, destroySCAComponent, getComponent, getName, setName, startSCAComponent, stopSCAComponent
 

Method Detail

validate

Def validate(java.net.URI uri)
                                       throws CoreException
Throws:
CoreException

compile

Process compile(Def def)
                throws CoreException
Throws:
CoreException

setLog

void setLog(java.util.logging.Logger logger)


Copyright © 2012 Petals Link. All Rights Reserved.