ro.isdc.wro.model.resource.locator.wildcard
Interface WildcardExpanderHandlerAware

All Known Implementing Classes:
DefaultWildcardStreamLocator, JarWildcardStreamLocator

public interface WildcardExpanderHandlerAware

Classes implementing this interface will be able to get a WildcardExpanderHandler, which is an interface capable of doing something with the files associated with one wildcard resource element.

Since:
1.4.0
Author:
Alex Objelean

Method Summary
 void setWildcardExpanderHandler(Function<Collection<File>,Void> handler)
          Sets the handler to be used by the implementing class.
 

Method Detail

setWildcardExpanderHandler

void setWildcardExpanderHandler(Function<Collection<File>,Void> handler)
Sets the handler to be used by the implementing class.

Parameters:
handler - a Function which does the handler job.


Copyright © 2008-2013. All Rights Reserved.