Modifier and Type | Method and Description |
---|---|
protected boolean |
ChineseParserWordProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationExecuteManager.processClassFileObject(FileObject fileObject)
对class文件进行处理
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
AnnotationFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
AnnotationClassFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
void |
AnnotationExecuteManagerImpl.processClassFileObject(FileObject fileObject)
判断class文件是否符合注解配置文件
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
CacheActionFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
BeanContainer<?> |
BeanContainer.getSubBeanContainer(List<FileObject> files,
ClassLoader loader)
获取子容器
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
ChineseDictFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
ChineseWordFileProcessor.checkMatch(FileObject fileObject) |
static void |
ChineseContainer.loadWord(FileObject fileObject,
String encode) |
Modifier and Type | Method and Description |
---|---|
static void |
ChineseContainer.loadDict(List<FileObject> fileObjects,
String encode) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CommandFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
static XmlNode |
ConfigurationXmlUtil.parseXmlFromFileObject(FileObject fileObject)
将文件内容读取为xmlnode对象
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
GeneratorFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DialectFunctionlFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
ProcedureFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
InitDataFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
CustomSqlFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
TriggerFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
SequenceFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
TableSpaceFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
ProcessorFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
TableFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
ViewFileResolver.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
DictLoadFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentGenerater.addMacroFile(FileObject fileObject)
增加宏文件模板
|
void |
DocumentGenerater.generate(FileObject fileObject,
Context context,
OutputStream outputStream)
根据tinyTemplate模板文件生成文件
|
void |
DocumentGenerater.removeMacroFile(FileObject fileObject)
移除宏文件模板
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
TemplateFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
void |
DocumentGeneraterImpl.addMacroFile(FileObject fileObject) |
void |
DocumentGeneraterImpl.generate(FileObject fileObject,
Context context,
OutputStream writer) |
void |
DocumentGeneraterImpl.removeMacroFile(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
List<Document> |
AbstractFileObjectCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Modifier and Type | Method and Description |
---|---|
boolean |
DefaultFileObjectFilter.accept(FileObject fileObject) |
Document |
IniDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Document |
TextDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
boolean |
IniDocumentCreator.isMatch(FileObject data) |
boolean |
FileObjectDocumentListCreator.isMatch(FileObject data) |
boolean |
TextDocumentCreator.isMatch(FileObject data) |
Modifier and Type | Method and Description |
---|---|
FileObject |
FullContextFileRepository.getFileObject(String path)
获取文件对象
|
FileObject |
FullContextFileRepository.getFileObjectDetectLocale(String path)
首先检查是否有匹配的语言,如果没有,则找默认的
|
FileObject |
FullContextFileRepository.getRootFileObject(String path)
返回路径所在的跟路径
|
Modifier and Type | Method and Description |
---|---|
Map<String,FileObject> |
FullContextFileRepository.getAllFileObjects()
返回全路径搜索缓存的所有文件
|
Modifier and Type | Method and Description |
---|---|
void |
FileProcessor.add(FileObject fileObject)
为文件处理器新增文件对象
|
void |
FullContextFileRepository.addFileObject(String path,
FileObject fileObject)
添加文件
|
void |
FileResolver.addResolveFileObject(FileObject fileObject)
添加扫描的路径
|
void |
ProcessorCallBack.callBack(FileObject fileObject)
文件处理回调方法
|
void |
FileProcessor.delete(FileObject fileObject)
文件删除时的处理
|
static boolean |
FileResolverUtil.isInclude(FileObject fileObject,
FileResolver resolver) |
boolean |
FileProcessor.isMatch(FileObject fileObject)
该文件处理器是否可以处理该文件对象
|
void |
FileProcessor.modify(FileObject fileObject)
文件修改后的处理
|
void |
FileProcessor.noChange(FileObject fileObject)
文件内容没有变化的处理
|
Modifier and Type | Field and Description |
---|---|
protected List<FileObject> |
AbstractFileProcessor.changeList |
protected List<FileObject> |
AbstractFileProcessor.deleteList |
protected List<FileObject> |
AbstractFileProcessor.fileObjects |
Modifier and Type | Method and Description |
---|---|
FileObject |
FullContextFileRepositoryImpl.getFileObject(String path) |
FileObject |
FullContextFileRepositoryImpl.getFileObjectDetectLocale(String path) |
FileObject |
FullContextFileRepositoryImpl.getRootFileObject(String path) |
Modifier and Type | Method and Description |
---|---|
Map<String,FileObject> |
FullContextFileRepositoryImpl.getAllFileObjects() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileProcessor.add(FileObject fileObject) |
void |
FullContextFileRepositoryImpl.addFileObject(String path,
FileObject fileObject) |
void |
FileResolverImpl.addResolveFileObject(FileObject fileObject) |
protected abstract boolean |
AbstractFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
FullContextFileFinder.checkMatch(FileObject fileObject) |
protected boolean |
ConfigurationFileProcessor.checkMatch(FileObject fileObject) |
boolean |
ExcludeContextFileFinder.checkMatch(FileObject fileObject) |
protected boolean |
OrderFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
XStreamFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
I18nFileProcessor.checkMatch(FileObject fileObject) |
protected <T> T |
AbstractFileProcessor.convertFromXml(com.thoughtworks.xstream.XStream stream,
FileObject fileObject)
转换XML为Xstream对象
|
void |
AbstractFileProcessor.delete(FileObject fileObject) |
boolean |
AbstractFileProcessor.isMatch(FileObject fileObject) |
void |
AbstractFileProcessor.modify(FileObject fileObject) |
void |
AbstractFileProcessor.noChange(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
static void |
MultiThreadFileProcessor.multiProcessor(int threadNum,
String mutiThreadName,
List<FileObject> fileObjects,
ProcessorCallBack callBack) |
Constructor and Description |
---|
FileProcessorThread(String name,
List<FileObject> fileObjects) |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
FlowFileProcessor.getFlowFiles() |
List<FileObject> |
FlowRemoveFileProcessor.getFlowFiles() |
List<FileObject> |
SubFlowFileProcessor.getFlowFiles() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
FlowComponentRemoveProcessor.checkMatch(FileObject fileObject) |
protected boolean |
FlowFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
FlowRemoveFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
FlowComponentProcessor.checkMatch(FileObject fileObject) |
protected boolean |
SubFlowFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PageFlowReleaseProcessor.checkMatch(FileObject fileObject) |
protected boolean |
FlowReleaseProcessor.checkMatch(FileObject fileObject) |
Constructor and Description |
---|
AuthSSLProtocolSocketFactory(FileObject keystoreUrl,
String keystorePassword,
FileObject truststoreUrl,
String truststorePassword)
Constructor for AuthSSLProtocolSocketFactory.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
HttpTemplateFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
JedisConfigsFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
JedisShardSentinelConfigsFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
JedisSentinelConfigsFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
TldFileManager.getTldFiles() |
Modifier and Type | Method and Description |
---|---|
void |
TldFileManager.addTldFile(FileObject fileObject) |
protected boolean |
TldFileProcessor.checkMatch(FileObject fileObject) |
void |
TldFileManager.removeTldFile(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
LuceneDynamicProcessor.checkMatch(FileObject fileObject) |
protected boolean |
LuceneConfigProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MBeanFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MenuConfigFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ErrorMessageFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
DefaultValueFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
ConstantFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
StandardTypeFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
LanguageTypeFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
BusinessTypeFileResolver.checkMatch(FileObject fileObject) |
protected boolean |
DictFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
StandardFieldFileResolver.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
MockServiceFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
List<Document> |
XlsDocumentListCreator.getDocument(String type,
FileObject data,
Object... arguments) |
List<Document> |
XlsxDocumentListCreator.getDocument(String type,
FileObject data,
Object... arguments) |
boolean |
XlsDocumentListCreator.isMatch(FileObject data) |
boolean |
XlsxDocumentListCreator.isMatch(FileObject data) |
Modifier and Type | Method and Description |
---|---|
protected Document |
AbstractWordIndexSource.getDocument(String type,
FileObject data) |
Document |
DocDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
Document |
DocxDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
boolean |
DocDocumentCreator.isMatch(FileObject data) |
boolean |
DocxDocumentCreator.isMatch(FileObject data) |
Modifier and Type | Method and Description |
---|---|
void |
OrderProcessor.loadOrderFile(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
PageFlowFileProcessor.getFlowFiles() |
List<FileObject> |
PageFlowRemoveFileProcessor.getFlowFiles() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
PageFlowFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
PageFlowComponentProcessor.checkMatch(FileObject fileObject) |
protected boolean |
PageFlowRemoveFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
PageFlowComponentRemoveProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
Document |
PdfDocumentCreator.getDocument(String type,
FileObject data,
Object... arguments) |
boolean |
PdfDocumentCreator.isMatch(FileObject data) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ClassServiceFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
XmlServiceFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServiceReleaseProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
XmlSysServiceFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServiceHttpChannelFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServiceMappingFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ServiceWrapperFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
FileObject |
DefaultTinyMultipartFile.toFileObject() |
FileObject |
TinyMultipartFile.toFileObject()
转换成FileObject对象
|
Modifier and Type | Method and Description |
---|---|
BeanContainer<?> |
SpringBeanContainer.getSubBeanContainer(List<FileObject> files,
ClassLoader loader) |
BeanContainer<?> |
ExtendsSpringBeanContainer.getSubBeanContainer(List<FileObject> files,
ClassLoader loader) |
BeanContainer<?> |
SpringBootBeanContainer.getSubBeanContainer(List<FileObject> files,
ClassLoader loader) |
void |
SpringBeanContainer.regSpringConfigXml(List<FileObject> files) |
void |
ExtendsSpringBeanContainer.regSpringConfigXml(List<FileObject> files) |
Constructor and Description |
---|
ExtendsSpringBeanContainer(ExtendsSpringBeanContainer parent,
List<FileObject> files,
ClassLoader loader) |
ExtendsSpringBeanContainer(ExtendsSpringBeanContainer parent,
List<FileObject> files,
ClassLoader loader,
Class<? extends org.springframework.context.support.AbstractRefreshableConfigApplicationContext> clazz) |
SpringBeanContainer(SpringBeanContainer parent,
List<FileObject> files,
ClassLoader loader) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
SpringBeansFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
StopWordFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected static String |
TinyTemplateExecutor.getJarFileName(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
boolean |
TinyMacroFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
FileObject |
FileResourceManager.getFileObject(String path)
查询已经注册文件资源
|
FileObject |
FileResourceManager.getFileObject(String path,
boolean tag)
查询已经注册文件资源
|
FileObject |
FileResourceManager.getOtherFileObject(String path)
查询注册模板资源以外的其他文件
|
Modifier and Type | Method and Description |
---|---|
boolean |
FileResourceManager.addResource(String path,
FileObject file)
添加文件资源
|
void |
FileResourceManager.addResources(TemplateEngine engine,
FileObject root,
String templateExtName,
String layoutExtName,
String componentExtName)
批量增加某个VFS路径下的模板引擎相关资源
|
void |
FileResourceManager.addResources(TemplateEngine engine,
FileObject root,
String templateExtName,
String layoutExtName,
String componentExtName,
boolean logTag)
批量增加某个VFS路径下的模板引擎相关资源
|
void |
FileResourceManager.addScanFile(FileObject file) |
Template |
FileObjectResourceLoader.createTemplate(FileObject fileObject) |
static Template |
TemplateLoadUtil.loadComponent(TemplateEngineDefault engine,
FileObject fileObject) |
void |
FileResourceManager.removeResource(FileObject file)
删除文件资源
|
void |
FileResourceManager.removeResources(TemplateEngine engine,
FileObject root,
String templateExtName,
String layoutExtName,
String componentExtName)
批量删除某个VFS路径下的模板引擎相关资源
|
void |
FileResourceManager.removeScanFile(FileObject file) |
Modifier and Type | Field and Description |
---|---|
protected Map<String,FileObject> |
AbstractFileProcessor.caches |
protected List<FileObject> |
AbstractFileProcessor.fileList |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
AbstractFileProcessor.getFileObjectList() |
Modifier and Type | Method and Description |
---|---|
void |
FileProcessor.addFile(FileObject fileObject) |
void |
AbstractFileProcessor.addFile(FileObject fileObject) |
void |
FileProcessor.removeFile(FileObject fileObject) |
void |
AbstractFileProcessor.removeFile(FileObject fileObject) |
void |
AbstractFileScanner.resolverFolder(FileObject file) |
void |
FileScanner.resolverFolder(FileObject file) |
Modifier and Type | Method and Description |
---|---|
String |
TinyMacroProcessor.getPath(FileObject fileObject) |
String |
TinyMacroProcessor.modifyPath(FileObject file,
String parent) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TemplateConvertFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
XStreamSceneMappingFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
UIComponentFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
UIOperator.createCSS(String contextPath,
String servletPath,
StoreConfig config)
生成CSS资源
|
List<FileObject> |
UIOperator.createJS(StoreConfig config)
生成JS资源
|
Modifier and Type | Method and Description |
---|---|
void |
FileObjectStore.store(FileObject in,
FileObject out)
资源从输入流写入输出流
|
void |
FileObjectStore.store(FileObject in,
FileObject out,
boolean closeIn,
boolean closeOut)
资源从输入流写入输出流
|
Modifier and Type | Class and Description |
---|---|
class |
SourceFileObject
UI资源的来源对象
|
class |
UIResourceFileObjectWrapper
简化UI资源接口包装
|
Modifier and Type | Method and Description |
---|---|
FileObject |
UIResourceFileObjectWrapper.getChild(String fileName) |
FileObject |
UIResourceFileObjectWrapper.getFileObject(String path) |
FileObject |
UIResourceFileObjectWrapper.getParent() |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
DefaultUIOperator.createCSS(String contextPath,
String servletPath,
StoreConfig config) |
List<FileObject> |
DefaultUIOperator.createJS(StoreConfig config) |
List<FileObject> |
UIResourceFileObjectWrapper.getChildren() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractFileObjectStore.checkFileObject(FileObject in,
FileObject out)
数据检查
|
void |
UIResourceFileObjectWrapper.setParent(FileObject fileObject) |
void |
AbstractFileObjectStore.store(FileObject in,
FileObject out)
自动关闭输入流和输出流的存储实现
|
void |
DefaultFileObjectStore.store(FileObject in,
FileObject out,
boolean closeIn,
boolean closeOut) |
Modifier and Type | Method and Description |
---|---|
static void |
UiEngineUtil.writeCss(FileObject fileObject,
ByteArrayOutputStream outputStream,
String contextPath,
String servletPath) |
Modifier and Type | Method and Description |
---|---|
boolean |
UrlRestfulFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ValidateFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
ValidateMapFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
FileObject |
FileObject.getChild(String fileName) |
FileObject |
FileObject.getFileObject(String path)
根据路径查找子对象
|
FileObject |
FileObject.getParent() |
static FileObject |
VFS.resolveFile(String resourceResolve)
解析文件,
如果是在压缩包类型的文件内,则判断是否存在,如果存在,判断修改时间
如果不是包内文件,则直接读取
|
FileObject |
SchemaProvider.resolver(String resource)
解析资源,并返回文件对象
|
static FileObject |
VFS.resolveURL(URL url)
解析URL
|
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
FileObject.getChildren() |
Modifier and Type | Method and Description |
---|---|
boolean |
FileObjectFilter.accept(FileObject fileObject)
如果文件对象匹配则返回真
|
void |
FileObjectProcessor.process(FileObject fileObject) |
void |
FileObject.setParent(FileObject fileObject) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileObject |
class |
FileObjectImpl |
class |
FtpFileObject
Created by luoguo on 14-3-31.
|
class |
HttpFileObject |
class |
HttpsFileObject
功能说明: https协议对象
|
class |
JarFileObject |
class |
URLFileObject
功能说明:URL资源
开发人员: renhui
开发时间: 2013-8-29 |
class |
ZipFileObject
功能说明: zip协议的文件对象
开发人员: renhui
开发时间: 2013-8-29 |
Modifier and Type | Method and Description |
---|---|
FileObject |
ZipFileObject.getChild(String fileName) |
FileObject |
URLFileObject.getChild(String fileName) |
FileObject |
FileObjectImpl.getChild(String fileName) |
FileObject |
JarFileObject.getChild(String fileName) |
FileObject |
AbstractFileObject.getFileObject(String path) |
FileObject |
AbstractFileObject.getParent() |
FileObject |
ZipSchemaProvider.resolver(String resourceResolve) |
FileObject |
JBossVfsSchemaProvider.resolver(String resourceResolve) |
FileObject |
WsJarSchemaProvider.resolver(String resourceResolve) |
FileObject |
FtpSchemaProvider.resolver(String resource) |
FileObject |
FileSchemaProvider.resolver(String resourceResolve) |
FileObject |
HttpSchemaProvider.resolver(String resource) |
FileObject |
JarSchemaProvider.resolver(String resourceResolve) |
FileObject |
HttpsSchemaProvider.resolver(String resource) |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
ZipFileObject.getChildren() |
List<FileObject> |
URLFileObject.getChildren() |
List<FileObject> |
FileObjectImpl.getChildren() |
List<FileObject> |
JarFileObject.getChildren() |
List<FileObject> |
FtpFileObject.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFileObject.setParent(FileObject parent) |
Modifier and Type | Method and Description |
---|---|
boolean |
FilePathFileObjectFilter.accept(FileObject fileObject) |
boolean |
FileExtNameFileObjectFilter.accept(FileObject fileObject) |
boolean |
FileNameFileObjectFilter.accept(FileObject fileObject) |
boolean |
EqualsPathFileObjectFilter.accept(FileObject fileObject) |
Modifier and Type | Interface and Description |
---|---|
interface |
IFileObject |
Modifier and Type | Class and Description |
---|---|
class |
SftpFileObject |
Modifier and Type | Method and Description |
---|---|
FileObject |
SftpFileObject.getChild(String fileName) |
FileObject |
SftpFileObject.getFileObject(String path) |
FileObject |
SftpFileObject.getParent() |
FileObject |
SftpSchemaProvider.resolver(String resource) |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
SftpFileObject.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
SftpFileObject.setParent(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
TinyFilterFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
TinyListenerFileProcessor.checkMatch(FileObject fileObject) |
protected boolean |
TinyProcessorFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Class and Description |
---|---|
class |
TinyItemFileObject
功能说明:tinyfileitem格式的文件对象
|
Modifier and Type | Method and Description |
---|---|
FileObject |
TinyItemFileObject.getChild(String fileName) |
FileObject |
TinyFileItem.getFileObject() |
FileObject |
FileItemStorage.storage(TinyFileItem fileItem)
文件内容存储转换为FileObject对象
|
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
TinyItemFileObject.getChildren() |
Modifier and Type | Interface and Description |
---|---|
interface |
ItemFileObject
功能说明:获取文件对象关联的fileitem
|
Modifier and Type | Class and Description |
---|---|
class |
FileObjectInDisk |
class |
FileObjectInMemory |
Modifier and Type | Method and Description |
---|---|
FileObject |
FileObjectInDisk.getChild(String fileName) |
FileObject |
FileObjectInMemory.getChild(String fileName) |
Modifier and Type | Method and Description |
---|---|
List<FileObject> |
FileObjectInDisk.getChildren() |
List<FileObject> |
FileObjectInMemory.getChildren() |
Modifier and Type | Method and Description |
---|---|
FileObject |
ValueList.getFileObject()
取得
FileItem 对象,如果不存在,则返回null 。 |
FileObject |
ParameterParser.getFileObject(String key)
取得指定名称的
FileItem 对象,如果不存在,则返回null 。 |
FileObject[] |
ValueList.getFileObjects()
取得
FileItem 对象,如果不存在,则返回null 。 |
FileObject[] |
ParameterParser.getFileObjects(String key)
取得指定名称的
FileItem 对象,如果不存在,则返回null 。 |
Modifier and Type | Method and Description |
---|---|
FileObject |
ValueListSupport.getFileObject()
取得
FileItem 对象,如果不存在,则返回null 。 |
FileObject |
ParameterParserImpl.getFileObject(String key)
取得指定名称的
FileItem 对象,如果不存在,则返回null 。 |
FileObject[] |
ValueListSupport.getFileObjects()
取得
FileItem 对象,如果不存在,则返回null 。 |
FileObject[] |
ParameterParserImpl.getFileObjects(String key)
取得指定名称的
FileItem 对象,如果不存在,则返回null 。 |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ContextParamFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
UrlConfigFileProcessor.checkMatch(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
FileObject |
BaseUpload.getFileObject() |
FileObject |
WeiXinHttpUpload.getFileObject()
获得文件实体
|
Constructor and Description |
---|
BaseUpload(FileObject fileObject) |
BaseUpload(String fileName,
FileObject fileObject) |
BaseUpload(String fileName,
FileObject fileObject,
String formName,
String content) |
Constructor and Description |
---|
FileObjectPart(FileObject partSource) |
FileObjectPart(FileObject partSource,
String contentType,
String charset) |
FileObjectPart(String name,
FileObject partSource,
String contentType,
String charset) |
Constructor and Description |
---|
AuthSSLProtocolSocketFactory(FileObject keystoreUrl,
String keystorePassword,
FileObject truststoreUrl,
String truststorePassword)
Constructor for AuthSSLProtocolSocketFactory.
|
Constructor and Description |
---|
UploadHeadIcon(FileObject fileObject,
String accountId) |
Constructor and Description |
---|
PermanentImageMessage(FileObject fileObject) |
PermanentThumbMessage(FileObject fileObject) |
PermanentVideoMessage(FileObject fileObject,
PermanentVideoForm videoForm) |
PermanentVideoMessage(FileObject fileObject,
String title,
String introduction) |
PermanentVoiceMessage(FileObject fileObject) |
TempImageMessage(FileObject fileObject) |
TempThumbMessage(FileObject fileObject) |
TempVideoMessage(FileObject fileObject) |
TempVoiceMessage(FileObject fileObject) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
XmlSignatureConfigFileProcessor.checkMatch(FileObject fileObject) |
Copyright © 2006–2018 TinyGroup. All rights reserved.