public class ResourceFileReader extends Object
| Constructor and Description |
|---|
ResourceFileReader() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
readResourceFile(String fileName,
BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String scopeId)
Reads a resource file from class path
|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
searchProcessVariablesInCode(BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String fileName,
String scopeId,
String code)
Examine java code for process variables
|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
searchReadProcessVariablesInCode(BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String fileName,
String scopeId,
String code)
Search read process variables
|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
searchRemovedProcessVariablesInCode(BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String fileName,
String scopeId,
String code)
Search removed process variables
|
static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> |
searchWrittenProcessVariablesInCode(BpmnElement element,
ElementChapter chapter,
KnownElementFieldType fieldType,
String fileName,
String scopeId,
String code)
Search written process variables
|
public static final Logger LOGGER
public static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> readResourceFile(String fileName, BpmnElement element, ElementChapter chapter, KnownElementFieldType fieldType, String scopeId)
fileName - Name of Java Delegate classelement - Bpmn elementchapter - ElementChapterfieldType - KnownElementFieldTypescopeId - Scopepublic static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> searchProcessVariablesInCode(BpmnElement element, ElementChapter chapter, KnownElementFieldType fieldType, String fileName, String scopeId, String code)
element - Bpmn elementchapter - ElementChapterfieldType - KnownElementFieldTypefileName - class namescopeId - Scopecode - cleaned source codepublic static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> searchReadProcessVariablesInCode(BpmnElement element, ElementChapter chapter, KnownElementFieldType fieldType, String fileName, String scopeId, String code)
element - Bpmn elementchapter - ElementChapterfieldType - KnownElementFieldTypefileName - class namescopeId - Scopecode - cleaned source codepublic static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> searchWrittenProcessVariablesInCode(BpmnElement element, ElementChapter chapter, KnownElementFieldType fieldType, String fileName, String scopeId, String code)
element - Bpmn elementchapter - ElementChapterfieldType - KnownElementFieldTypefileName - Name of filescopeId - Scopecode - cleaned codepublic static com.google.common.collect.ListMultimap<String,ProcessVariableOperation> searchRemovedProcessVariablesInCode(BpmnElement element, ElementChapter chapter, KnownElementFieldType fieldType, String fileName, String scopeId, String code)
element - BpmnElementchapter - ElementChapterfieldType - KnownElementFieldTypefileName - Name of filescopeId - Scopecode - cleaned source codeCopyright © 2019 viadee Unternehmensberatung AG. All rights reserved.