Uses of Interface
ro.isdc.wro.model.resource.support.hash.HashStrategy

Packages that use HashStrategy
ro.isdc.wro.manager   
ro.isdc.wro.manager.factory   
ro.isdc.wro.maven.plugin.manager.factory   
ro.isdc.wro.model.resource.support.hash   
ro.isdc.wro.model.resource.support.naming   
ro.isdc.wro.util.provider   
 

Uses of HashStrategy in ro.isdc.wro.manager
 

Methods in ro.isdc.wro.manager that return HashStrategy
 HashStrategy WroManager.getHashStrategy()
           
 

Methods in ro.isdc.wro.manager with parameters of type HashStrategy
 WroManager.Builder WroManager.Builder.setHashStrategy(HashStrategy hashStrategy)
           
 

Uses of HashStrategy in ro.isdc.wro.manager.factory
 

Methods in ro.isdc.wro.manager.factory that return HashStrategy
protected  HashStrategy ConfigurableWroManagerFactory.newHashStrategy()
          
protected  HashStrategy BaseWroManagerFactory.newHashStrategy()
           
 

Methods in ro.isdc.wro.manager.factory with parameters of type HashStrategy
 BaseWroManagerFactory BaseWroManagerFactory.setHashBuilder(HashStrategy hashBuilder)
          Deprecated. use BaseWroManagerFactory.setHashStrategy(HashStrategy)
 BaseWroManagerFactory BaseWroManagerFactory.setHashStrategy(HashStrategy hashStrategy)
           
 

Uses of HashStrategy in ro.isdc.wro.maven.plugin.manager.factory
 

Methods in ro.isdc.wro.maven.plugin.manager.factory that return HashStrategy
protected  HashStrategy ConfigurableWroManagerFactory.newHashStrategy()
          
 

Uses of HashStrategy in ro.isdc.wro.model.resource.support.hash
 

Classes in ro.isdc.wro.model.resource.support.hash that implement HashStrategy
 class AbstractDigesterHashStrategy
          Uses abstract digester for creating a hash.
 class ConfigurableHashStrategy
          Uses the HashStrategy implementation associated with an alias read from properties file.
 class CRC32HashStrategy
          Uses CRC32 algorithm for creating fingerprint.
 class MD5HashStrategy
          Uses MD5 algorithm for creating fingerprint.
 class SHA1HashStrategy
          Uses SHA1 algorithm for creating fingerprint.
 

Methods in ro.isdc.wro.model.resource.support.hash that return HashStrategy
protected  HashStrategy ConfigurableHashStrategy.getDefaultStrategy()
          
 

Methods in ro.isdc.wro.model.resource.support.hash that return types with arguments of type HashStrategy
protected  Map<String,HashStrategy> ConfigurableHashStrategy.getStrategies(HashStrategyProvider provider)
          
 Map<String,HashStrategy> HashStrategyProvider.provideHashStrategies()
           
 Map<String,HashStrategy> DefaultHashStrategyProvider.provideHashStrategies()
          
 

Uses of HashStrategy in ro.isdc.wro.model.resource.support.naming
 

Methods in ro.isdc.wro.model.resource.support.naming that return HashStrategy
protected  HashStrategy HashEncoderNamingStrategy.getHashStrategy()
          Deprecated.  
protected  HashStrategy FolderHashEncoderNamingStrategy.getHashStrategy()
           
protected  HashStrategy DefaultHashEncoderNamingStrategy.getHashStrategy()
           
protected  HashStrategy HashEncoderNamingStrategy.newHashStrategy()
          Deprecated.  
 

Uses of HashStrategy in ro.isdc.wro.util.provider
 

Methods in ro.isdc.wro.util.provider that return types with arguments of type HashStrategy
 Map<String,HashStrategy> DefaultConfigurableProvider.provideHashStrategies()
          
 Map<String,HashStrategy> ConfigurableProviderSupport.provideHashStrategies()
          
 



Copyright © 2008-2013. All Rights Reserved.