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, waitgetAppMetadata, supportspublic AppContent getAppContent(File appFile, String sourceLocation) throws IOException
AppReaderReturns the App content.
getAppContent in interface AppReaderappFile - 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 - 2018 edorasware ag. All Rights Reserved.