mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
new style format info + functional interface for all list calls in BookCollectionShadow
This commit is contained in:
parent
a725008af9
commit
949eda31ba
7 changed files with 174 additions and 158 deletions
|
@ -41,6 +41,10 @@ public abstract class FormatPlugin {
|
|||
return myFileType;
|
||||
}
|
||||
|
||||
public final String name() {
|
||||
return myFileType + "!!!";
|
||||
}
|
||||
|
||||
public ZLFile realBookFile(ZLFile file) throws BookReadingException {
|
||||
return file;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue