| Package | Description |
|---|---|
| io.takari.incrementalbuild | |
| io.takari.incrementalbuild.maven.internal | |
| io.takari.incrementalbuild.spi |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
BuildContext.Input<T>
Read-write state associated with input.
|
| Modifier and Type | Method and Description |
|---|---|
BuildContext.InputMetadata<File> |
BuildContext.registerInput(File inputFile)
Registers specified input
File with this build context. |
| Modifier and Type | Method and Description |
|---|---|
<I> Iterable<? extends BuildContext.InputMetadata<I>> |
BuildContext.OutputMetadata.getAssociatedInputs(Class<I> clazz) |
Iterable<? extends BuildContext.InputMetadata<File>> |
BuildContext.getRegisteredInputs()
Returns all inputs registered with this
BuildContext during current and previous
builds. |
Iterable<? extends BuildContext.InputMetadata<File>> |
BuildContext.registerInputs(File basedir,
Collection<String> includes,
Collection<String> excludes)
Registers inputs identified by
basedir and includes/excludes ant
patterns. |
| Modifier and Type | Method and Description |
|---|---|
<I> void |
BuildContext.Output.associateInput(BuildContext.InputMetadata<I> input) |
| Modifier and Type | Method and Description |
|---|---|
BuildContext.InputMetadata<File> |
SingletonBuildContext.registerInput(File inputFile) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<? extends BuildContext.InputMetadata<File>> |
SingletonBuildContext.getRegisteredInputs() |
Iterable<? extends BuildContext.InputMetadata<File>> |
SingletonBuildContext.registerInputs(File basedir,
Collection<String> includes,
Collection<String> excludes) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInput<T> |
class |
DefaultInputMetadata<T> |
| Modifier and Type | Method and Description |
|---|---|
<I> Iterable<? extends BuildContext.InputMetadata<I>> |
DefaultOutputMetadata.getAssociatedInputs(Class<I> clazz) |
| Modifier and Type | Method and Description |
|---|---|
<I> void |
DefaultOutput.associateInput(BuildContext.InputMetadata<I> input) |
Copyright © 2014. All Rights Reserved.