public abstract class BaseAppReader extends Object implements AppReader
Base app reader class which holds the basic functionality for adding AppReaderPreProcessor
.
Modifier and Type | Method and Description |
---|---|
AppContent |
getAppContent(File appFile,
String sourceLocation)
Returns the App content.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAppMetadata, supports
public AppContent getAppContent(File appFile, String sourceLocation) throws IOException
AppReader
Returns the App content.
getAppContent
in interface AppReader
appFile
- the file containing the AppsourceLocation
- a description of the original App source location (may be different to the file)IOException
- if the app could not be readCopyright © 2010 - 2019 edorasware ag. All Rights Reserved.