Package | Description |
---|---|
io.takari.incrementalbuild.spi | |
io.takari.incrementalbuild.util |
Modifier and Type | Method and Description |
---|---|
ResourceHolder<?> |
DefaultBuildContextState.getResource(Object resource) |
ResourceHolder<?> |
DefaultBuildContextState.removeResource(Object resource) |
Modifier and Type | Method and Description |
---|---|
Map<Object,ResourceHolder<?>> |
DefaultBuildContextState.getResources() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultBuildContextState.putResource(Object resource,
ResourceHolder<?> holder) |
protected <T extends Serializable> |
AbstractBuildContext.registerInput(ResourceHolder<T> holder)
Adds the resource to this build's resource set.
|
Modifier and Type | Class and Description |
---|---|
class |
URLResourceHolder
Allows tracking of input resources identified by URLs in BuildContext.
|
Copyright © 2021. All rights reserved.