org.webframe.support.driver.resource.filter
Class JarResourceFilter
java.lang.Object
org.webframe.support.driver.resource.filter.AbstractResourceFilter
org.webframe.support.driver.resource.filter.JarResourceFilter
- All Implemented Interfaces:
- ResourceFilter
public class JarResourceFilter
- extends AbstractResourceFilter
过滤jar包中重复的spring cfg文件
- Version:
- $Id: codetemplates.xml,v 1.1 2009/09/07 08:48:12 Exp $ Create: 2011-12-31 上午09:26:27
- Author:
- 黄国庆
|
Method Summary |
org.springframework.core.io.Resource[] |
filter(Iterator<org.springframework.core.io.Resource> resources)
过滤Resource集合 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JarResourceFilter
public JarResourceFilter()
filter
public org.springframework.core.io.Resource[] filter(Iterator<org.springframework.core.io.Resource> resources)
- Description copied from interface:
ResourceFilter
- 过滤Resource集合
- Returns:
- 过滤后的结果集
Copyright © 2012. All Rights Reserved.