
com.alogic.vfs.service.servant.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alogic-vfs Show documentation
Show all versions of alogic-vfs Show documentation
虚拟文件系统(Virutal File System)框架
<?xml version="1.0" encoding="UTF-8"?> <catalog name="root"> <catalog name="component"> <catalog name="vfs"> <service id="FileList" name="List" note="文件列表" visible="public" log="brief" module="com.alogic.vfs.service.FileList"> </service> <service id="Download" name="Download" note="下载文件" visible="public" log="brief" module="com.alogic.vfs.service.Download"> </service> <service id="Upload" name="Upload" note="下载文件" visible="public" log="brief" module="com.alogic.vfs.service.Upload"> </service> <service id="Report" name="Report" note="来源报告" visible="public" log="brief" module="com.alogic.vfs.service.VFSSourceReport"> </service> <service id="Query" name="Query" note="查询指定的vfs" visible="public" log="brief" module="com.alogic.vfs.service.VFSQuery"> </service> <service id="List" name="List" note="查询活跃的vfs" visible="public" log="brief" module="com.alogic.vfs.service.VFSList"> </service> </catalog> </catalog> </catalog>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy