public class SourceFromFileProvider extends AbstractSourceProvider implements SourceDocumentProvider
| Modifier and Type | Method and Description |
|---|---|
void |
onConsumed(File file)
当文件被使用并且转换器不再需要时调用。在调用此方法之前,不能从文件系统中删除该文件.
|
getFile, getFormat, setDocumentFormatclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetFile, getFormatpublic void onConsumed(File file)
SourceDocumentProvideronConsumed in interface SourceDocumentProviderfile - 所使用的文件.Copyright © 2020. All rights reserved.