public class SignavioZipFileAppReader extends BaseAppReader
An app reader for reading Signavio zip files.
Constructor and Description |
---|
SignavioZipFileAppReader(List<AppReaderPreProcessor> appReaderPreProcessor,
com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableMap<String,String> |
getAppMetadata(File appFile)
Returns the App metadata.
|
WorkObjectDetails |
getAppModelDetails(File app) |
boolean |
supports(File app)
Checks if the app file is supported by this app reader factory.
|
getAppContent
@Autowired public SignavioZipFileAppReader(List<AppReaderPreProcessor> appReaderPreProcessor, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
public com.google.common.collect.ImmutableMap<String,String> getAppMetadata(File appFile)
AppReader
Returns the App metadata.
appFile
- the file containing the Apppublic WorkObjectDetails getAppModelDetails(File app)
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.