Uses of Interface
ro.isdc.wro.util.Function

Packages that use Function
ro.isdc.wro.model.resource.locator.wildcard   
ro.isdc.wro.model.transformer   
ro.isdc.wro.util   
 

Uses of Function in ro.isdc.wro.model.resource.locator.wildcard
 

Methods in ro.isdc.wro.model.resource.locator.wildcard with parameters of type Function
 void WildcardExpanderHandlerAware.setWildcardExpanderHandler(Function<Collection<File>,Void> handler)
          Sets the handler to be used by the implementing class.
 void DefaultWildcardStreamLocator.setWildcardExpanderHandler(Function<Collection<File>,Void> handler)
          Sets the handler to be used by the implementing class.
 

Uses of Function in ro.isdc.wro.model.transformer
 

Methods in ro.isdc.wro.model.transformer that return Function
 Function<Collection<File>,Void> WildcardExpanderModelTransformer.createExpanderHandler(Group group, Resource resource, String baseNameFolder)
          create the handler which expand the resources containing wildcard.
 

Uses of Function in ro.isdc.wro.util
 

Methods in ro.isdc.wro.util with parameters of type Function
static void WroTestUtils.forEachFileInFolder(File folder, Function<File,Void> function)
          Applies a function for each file from a folder.
 



Copyright © 2008-2013. All Rights Reserved.