|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transformer | |
|---|---|
| ro.isdc.wro.manager.factory | |
| ro.isdc.wro.model.factory | |
| ro.isdc.wro.model.resource.locator.wildcard | |
| ro.isdc.wro.model.transformer | |
| ro.isdc.wro.util | |
| Uses of Transformer in ro.isdc.wro.manager.factory |
|---|
| Methods in ro.isdc.wro.manager.factory that return types with arguments of type Transformer | |
|---|---|
protected List<Transformer<WroModel>> |
BaseWroManagerFactory.newModelTransformers()
|
| Methods in ro.isdc.wro.manager.factory with parameters of type Transformer | |
|---|---|
BaseWroManagerFactory |
BaseWroManagerFactory.addModelTransformer(Transformer<WroModel> modelTransformer)
Add a single model transformer. |
| Method parameters in ro.isdc.wro.manager.factory with type arguments of type Transformer | |
|---|---|
BaseWroManagerFactory |
BaseWroManagerFactory.setModelTransformers(List<Transformer<WroModel>> modelTransformers)
|
| Uses of Transformer in ro.isdc.wro.model.factory |
|---|
| Method parameters in ro.isdc.wro.model.factory with type arguments of type Transformer | |
|---|---|
ModelTransformerFactory |
ModelTransformerFactory.setTransformers(List<? extends Transformer<WroModel>> modelTransformers)
Set a list of transformers to apply on decorated model factory. |
| Uses of Transformer in ro.isdc.wro.model.resource.locator.wildcard |
|---|
| Methods in ro.isdc.wro.model.resource.locator.wildcard with parameters of type Transformer | |
|---|---|
void |
WildcardExpandedHandlerAware.setWildcardExpanderHandler(Transformer<Collection<File>> handler)
Sets the handler to be used by the implementing class. |
void |
DefaultWildcardStreamLocator.setWildcardExpanderHandler(Transformer<Collection<File>> handler)
Sets the handler to be used by the implementing class. |
| Uses of Transformer in ro.isdc.wro.model.transformer |
|---|
| Classes in ro.isdc.wro.model.transformer that implement Transformer | |
|---|---|
class |
WildcardExpanderModelTransformer
A decorator which looks up for resources containing wildcards and replaces them with the corresponding collection of specific resources. |
| Methods in ro.isdc.wro.model.transformer that return Transformer | |
|---|---|
Transformer<Collection<File>> |
WildcardExpanderModelTransformer.createExpanderHandler(Group group,
Resource resource,
String baseNameFolder)
create the handler which expand the resources containing wildcard. |
| Uses of Transformer in ro.isdc.wro.util |
|---|
| Methods in ro.isdc.wro.util that return Transformer | |
|---|---|
static Transformer<String> |
Transformers.baseNameSuffixTransformer(String suffix)
Appends a suffix to the source baseName. |
static Transformer<String> |
Transformers.extensionTransformer(String newExtension)
Creates a Transformer which replace a original filename extension with a new extension. |
static Transformer<String> |
Transformers.noOpTransformer()
|
| Methods in ro.isdc.wro.util with parameters of type Transformer | |
|---|---|
static void |
WroTestUtils.compareFromDifferentFolders(File sourceFolder,
File targetFolder,
org.apache.commons.io.filefilter.IOFileFilter fileFilter,
Transformer<String> toTargetFileName,
ResourcePostProcessor processor)
|
static void |
WroTestUtils.compareFromDifferentFolders(File sourceFolder,
File targetFolder,
org.apache.commons.io.filefilter.IOFileFilter fileFilter,
Transformer<String> toTargetFileName,
ResourcePreProcessor preProcessor)
Process and compare the files which a located in different folders. |
static void |
WroTestUtils.compareFromSameFolder(File sourceFolder,
org.apache.commons.io.filefilter.IOFileFilter sourceFileFilter,
Transformer<String> toTargetFileName,
ResourcePostProcessor processor)
Process and compare files from the same folder. |
static void |
WroTestUtils.compareFromSameFolder(File sourceFolder,
org.apache.commons.io.filefilter.IOFileFilter sourceFileFilter,
Transformer<String> toTargetFileName,
ResourcePreProcessor processor)
|
static void |
WroTestUtils.compareSameFolderByExtension(File sourceFolder,
String sourceFileExtension,
Transformer<String> toTargetFileName,
ResourcePostProcessor processor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||