webjars-locator-core:Webjars-locator 核心功能

时间:2024-07-11 04:45:02
【文件属性】:

文件名称:webjars-locator-core:Webjars-locator 核心功能

文件大小:194KB

文件格式:ZIP

更新时间:2024-07-11 04:45:02

Java

webjars-定位器 该项目提供了一种在 WebJars 中定位资产的方法。 获取资产的完整路径 WebJarAssetLocator locator = new WebJarAssetLocator(); String fullPathToRequirejs = locator.getFullPath("require.js"); 获取基本文件夹中的所有资产 WebJarAssetLocator locator = new WebJarAssetLocator(); Set fullPathsOfAssets = locator.listAssets("/multiple/1.0.0"); 高级用法 定位器还可以配置类加载器,用于查找资源并过滤应包含用于搜索的资源类型。 请访问源代码以获取更多信息。


【文件预览】:
webjars-locator-core-master
----.gitignore(363B)
----src()
--------main()
--------test()
----LICENSE.md(1KB)
----.travis.yml(97B)
----pom.xml(6KB)
----README.md(897B)

网友评论