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, wait
fileSuffix, flush, markNumber, markString
public java.lang.String mark4Provider()
Provider
mark4Provider
在接口中 Provider
public int currentAPILevel()
Level
currentAPILevel
在接口中 Level
public boolean accept(int format)
OutputFormatProvider
accept
在接口中 OutputFormatProvider
format
- 总的导出格式记录public java.io.File[] filterFiles(java.io.File[] files)
OutputFormatProvider
filterFiles
在接口中 OutputFormatProvider
files
- 全部文件