Skip navigation links
Transformer API 1.0.0.Alpha3
A B C G M N O R S T V 

A

ArchiveTransformer - Class in org.wildfly.extras.transformer
Archive transformer tries to convert given archives to another archives by applying configured transformation rules.
ArchiveTransformer(Map<Config, String>, boolean) - Constructor for class org.wildfly.extras.transformer.ArchiveTransformer
 

B

build() - Method in class org.wildfly.extras.transformer.TransformerBuilder
Creates new resource transformer and closes this builder instance.
buildInternal() - Method in class org.wildfly.extras.transformer.TransformerBuilder
Creates new transformer instance.

C

Config - Enum in org.wildfly.extras.transformer
Configuration types.
configs - Variable in class org.wildfly.extras.transformer.ArchiveTransformer
 
configs - Variable in class org.wildfly.extras.transformer.TransformerBuilder
 

G

getData() - Method in class org.wildfly.extras.transformer.ResourceTransformer.Resource
Gets resource data.
getInstance() - Static method in class org.wildfly.extras.transformer.TransformerFactory
Gets factory instance.
getName() - Method in class org.wildfly.extras.transformer.ResourceTransformer.Resource
Gets resource name.

M

mappingWithDots - Variable in class org.wildfly.extras.transformer.ResourceTransformer
 
mappingWithSeps - Variable in class org.wildfly.extras.transformer.ResourceTransformer
 

N

newResourceTransformer() - Method in class org.wildfly.extras.transformer.ArchiveTransformer
 
newTransformer() - Method in class org.wildfly.extras.transformer.TransformerFactory
Creates new transformer builder instance.

O

org.wildfly.extras.transformer - package org.wildfly.extras.transformer
 

R

Resource(String, byte[]) - Constructor for class org.wildfly.extras.transformer.ResourceTransformer.Resource
Constructor
ResourceTransformer - Class in org.wildfly.extras.transformer
Resource transformer tries to convert given resource to another resource(s) by applying configured transformation rules.
ResourceTransformer(Map<Config, String>, boolean) - Constructor for class org.wildfly.extras.transformer.ResourceTransformer
 
ResourceTransformer.Resource - Class in org.wildfly.extras.transformer
Resource data.

S

setConfiguration(Config, String) - Method in class org.wildfly.extras.transformer.TransformerBuilder
Adds custom configuration mapping defined in a configuration file.
setVerbose(boolean) - Method in class org.wildfly.extras.transformer.TransformerBuilder
Sets verbosity of underlying transformation engine.

T

transform(File, File) - Method in class org.wildfly.extras.transformer.ArchiveTransformer
Attempts to apply configured transformations to given source archive and produces new target archive.
transform(ResourceTransformer.Resource) - Method in class org.wildfly.extras.transformer.ResourceTransformer
The implementation of this method potentially transforms the supplied resource.
TransformerBuilder - Class in org.wildfly.extras.transformer
Resource transformer builder instance can be manipulated only by thread that created it.
TransformerBuilder() - Constructor for class org.wildfly.extras.transformer.TransformerBuilder
 
TransformerFactory - Class in org.wildfly.extras.transformer
Factory for creating ArchiveTransformer builders.
TransformerFactory() - Constructor for class org.wildfly.extras.transformer.TransformerFactory
 

V

valueOf(String) - Static method in enum org.wildfly.extras.transformer.Config
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.extras.transformer.Config
Returns an array containing the constants of this enum type, in the order they are declared.
verbose - Variable in class org.wildfly.extras.transformer.ArchiveTransformer
 
verbose - Variable in class org.wildfly.extras.transformer.ResourceTransformer
 
verbose - Variable in class org.wildfly.extras.transformer.TransformerBuilder
 
A B C G M N O R S T V 
Skip navigation links
Transformer API 1.0.0.Alpha3

Copyright © 2020 JBoss by Red Hat. All rights reserved.