public abstract class AbstractOutputFormatProvider extends java.lang.Object implements OutputFormatProvider
CURRENT_LEVEL, MARK_STRING| 构造器和说明 |
|---|
AbstractOutputFormatProvider() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
accept(int format)
是否包含了当前的导出方式
|
int |
currentAPILevel()
当前接口的API等级,用于判断是否需要升级插件
|
java.io.File[] |
filterFiles(java.io.File[] files)
过滤符合条件的文件
|
java.lang.String |
mark4Provider()
获取当前provider的标记(可以使用类路径保证唯一)以避免provider的重复加载
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfileSuffix, flush, markNumber, markStringpublic java.lang.String mark4Provider()
Providermark4Provider 在接口中 Providerpublic int currentAPILevel()
LevelcurrentAPILevel 在接口中 Levelpublic boolean accept(int format)
OutputFormatProvideraccept 在接口中 OutputFormatProviderformat - 总的导出格式记录public java.io.File[] filterFiles(java.io.File[] files)
OutputFormatProviderfilterFiles 在接口中 OutputFormatProviderfiles - 全部文件