| Modifier and Type | Class and Description |
|---|---|
class |
ChainingTransformer<T> |
class |
PropertiesTransformer
Transformer implementation to support modification of Properties objects.
|
class |
XmlTransformer |
| Modifier and Type | Method and Description |
|---|---|
void |
ChainingTransformer.add(Transformer<T,T> transformer) |
| Constructor and Description |
|---|
AbstractLocallyAvailableResourceFinder(Transformer<Factory<List<File>>,C> producer) |
| Modifier and Type | Class and Description |
|---|---|
class |
FilterChain |
class |
RegExpNameMapper |
| Constructor and Description |
|---|
RenamingCopyAction(Transformer<String,String> transformer) |
| Constructor and Description |
|---|
GroupedAndNamedUniqueFileStore(UniquePathFileStore delegate,
Transformer<String,K> grouper,
Transformer<String,K> namer) |
GroupedAndNamedUniqueFileStore(UniquePathFileStore delegate,
Transformer<String,K> grouper,
Transformer<String,K> namer) |
| Constructor and Description |
|---|
OutputDirectoryPropertyAnnotationHandler(Class<? extends Annotation> annotationType,
Transformer<Iterable<File>,Object> valueTransformer) |
OutputFilePropertyAnnotationHandler(Class<? extends Annotation> annotationType,
Transformer<Iterable<File>,Object> valueTransformer) |
| Constructor and Description |
|---|
ListenerBroadcast(Class<T> type,
Transformer<StoppableDispatch<MethodInvocation>,StoppableDispatch<MethodInvocation>> transformer) |
| Modifier and Type | Class and Description |
|---|---|
class |
CommandLinCppCompilerArgumentsApplicator<T extends org.gradle.plugins.cpp.gpp.GppCompileSpec> |
class |
CommandLineCppCompilerArgumentsToOptionFile<T extends CppCompileSpec> |
| Modifier and Type | Method and Description |
|---|---|
static Transformer<ArgWriter,PrintWriter> |
ArgWriter.unixStyleFactory() |
static Transformer<ArgWriter,PrintWriter> |
ArgWriter.windowsStyleFactory() |
| Constructor and Description |
|---|
CommandLineCppCompiler(File executable,
Factory<ExecAction> execActionFactory,
Transformer<Iterable<String>,T> toArguments) |
CommandLineCppCompilerArgumentsToOptionFile(Transformer<ArgWriter,PrintWriter> argWriterFactory,
CompileSpecToArguments<T> toArguments) |
| Modifier and Type | Class and Description |
|---|---|
class |
GppVersionDeterminer
Given a File pointing to an (existing) g++ binary, extracts the version number by running with -v and scraping the output.
|
| Modifier and Type | Method and Description |
|---|---|
static <R,I,C extends Collection<R>> |
CollectionUtils.collect(Iterable<? extends I> source,
C destination,
Transformer<R,I> transformer) |
static <R,I> List<R> |
CollectionUtils.collect(List<? extends I> list,
Transformer<R,I> transformer) |
static <R,I> Set<R> |
CollectionUtils.collect(Set<? extends I> set,
Transformer<R,I> transformer) |
Copyright © 2013. All rights reserved