public interface AppReaderFactory
Modifier and Type | Method and Description |
---|---|
AppReader |
getAppReader(File app)
Returns an AppReader instance suitable for reading the given app file or directory.
|
boolean |
supports(File app)
Checks if the app file is supported by this app reader.
|
AppReader getAppReader(File app)
app
- the app file or directoryboolean supports(File app)
app
- the given app to checkCopyright © 2010 - 2015 edorasware ag. All Rights Reserved.