public class JsOutputWriter extends Object implements IssueOutputWriter
| Constructor and Description |
|---|
JsOutputWriter() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getIgnoredIssuesMap() |
Set<String> |
getModelPaths() |
Map<String,String> |
getWrongCheckersMap() |
void |
prepareMaps(Map<String,String> wrongCheckers,
Map<String,String> ignoredIssues,
Set<String> modelPath) |
void |
setIgnoredIssuesMap(Map<String,String> ignoredIssuesMap) |
void |
setModelPaths(Set<String> modelPaths) |
void |
setWrongCheckersMap(Map<String,String> wrongCheckersMap) |
void |
write(Collection<CheckerIssue> issues)
Writes the output as JavaScript to the vPAV output folder
|
void |
writeVars(Collection<BpmnElement> elements,
Collection<ProcessVariable> processVariables)
Write javascript file with elements which have variables
|
public void write(Collection<CheckerIssue> issues) throws OutputWriterException
write in interface IssueOutputWriterOutputWriterExceptionpublic void prepareMaps(Map<String,String> wrongCheckers, Map<String,String> ignoredIssues, Set<String> modelPath)
public void writeVars(Collection<BpmnElement> elements, Collection<ProcessVariable> processVariables)
elements - Collection of BPMN elements across all modelsprocessVariables - Collection of process variablesCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.