gpt4 book ai didi

java - 如何使用通配符名称发现 Java jar 中的资源?

转载 作者:塔克拉玛干 更新时间:2023-11-03 03:36:38 26 4
gpt4 key购买 nike

我想使用通配符模式发现我的 ClassLoader 知道的所有 xml 文件。有什么办法吗?

最佳答案

Spring ApplicationContext 可以简单地做到这一点:

 ApplicationContext context = new ClassPathXmlApplicationContext("applicationConext.xml");
Resource[] xmlResources = context.getResources("classpath:/**/*.xml");

参见 ResourcePatternResolver#getResources , 或 ApplicationContext .

关于java - 如何使用通配符名称发现 Java jar 中的资源?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/133229/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com