org.webframe.support.driver.resource.filter
Class JarResourceFilter

java.lang.Object
  extended by org.webframe.support.driver.resource.filter.AbstractResourceFilter
      extended by 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:
黄国庆

Constructor Summary
JarResourceFilter()
           
 
Method Summary
 org.springframework.core.io.Resource[] filter(Iterator<org.springframework.core.io.Resource> resources)
          过滤Resource集合
 
Methods inherited from class org.webframe.support.driver.resource.filter.AbstractResourceFilter
filter, filter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JarResourceFilter

public JarResourceFilter()
Method Detail

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.