Uses of Class
cloud.opencode.base.reflect.scan.ResourceInfo
Packages that use ResourceInfo
-
Uses of ResourceInfo in cloud.opencode.base.reflect.scan
Subclasses of ResourceInfo in cloud.opencode.base.reflect.scanMethods in cloud.opencode.base.reflect.scan that return types with arguments of type ResourceInfoModifier and TypeMethodDescriptionResourceScanner.findJson()Finds JSON files 查找JSON文件ResourceScanner.findProperties()Finds properties files 查找属性文件ResourceScanner.findXml()Finds XML files 查找XML文件ResourceScanner.findYaml()Finds YAML files 查找YAML文件ClassPath.getResources()Gets all resources 获取所有资源ClassPath.getResourcesInPackage(String packageName) Gets resources in the specified package 获取指定包中的资源ClassPath.getResourcesWithExtension(String extension) Gets resources with specific extension 获取具有特定扩展名的资源ResourceScanner.scan()Scans and returns matching resources 扫描并返回匹配的资源ResourceScanner.stream()Scans and returns as stream 扫描并返回为流ClassPath.streamResources()Streams all resources 流式获取所有资源ResourceScanner.toList()Scans and returns as list 扫描并返回为列表Method parameters in cloud.opencode.base.reflect.scan with type arguments of type ResourceInfoModifier and TypeMethodDescriptionResourceScanner.filter(Predicate<ResourceInfo> predicate) Adds a custom filter 添加自定义过滤器