public interface Verifier
Modifier and Type | Method and Description |
---|---|
void |
addObjectModel(JarInputStream jar)
Give model info optionally as a jar.
|
void |
addResourcesToVerify(org.kie.api.io.Resource resource,
org.kie.api.io.ResourceType type)
Add resource that is verified.
|
void |
addResourcesToVerify(org.kie.api.io.Resource resource,
org.kie.api.io.ResourceType type,
org.kie.api.io.ResourceConfiguration config) |
void |
dispose() |
boolean |
fireAnalysis()
This will run the verifier.
|
boolean |
fireAnalysis(ScopesAgendaFilter scopesAgendaFilter) |
void |
flushKnowledgeSession() |
List<VerifierError> |
getErrors() |
VerifierReport |
getResult() |
boolean |
hasErrors() |
void addResourcesToVerify(org.kie.api.io.Resource resource, org.kie.api.io.ResourceType type)
descr
- void addResourcesToVerify(org.kie.api.io.Resource resource, org.kie.api.io.ResourceType type, org.kie.api.io.ResourceConfiguration config)
void addObjectModel(JarInputStream jar)
void flushKnowledgeSession()
boolean fireAnalysis()
boolean fireAnalysis(ScopesAgendaFilter scopesAgendaFilter)
VerifierReport getResult()
boolean hasErrors()
List<VerifierError> getErrors()
void dispose()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.