Class LocalBuildConfigImpl
- java.lang.Object
-
- org.kie.workbench.common.services.backend.builder.ala.impl.LocalBuildConfigImpl
-
- All Implemented Interfaces:
org.guvnor.ala.config.BuildConfig,org.guvnor.ala.config.Config,org.guvnor.ala.pipeline.ContextAware,LocalBuildConfig
public class LocalBuildConfigImpl extends Object implements LocalBuildConfig, org.guvnor.ala.pipeline.ContextAware
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.workbench.common.services.backend.builder.ala.LocalBuildConfig
LocalBuildConfig.BuildType, LocalBuildConfig.DeploymentType
-
-
Field Summary
-
Fields inherited from interface org.kie.workbench.common.services.backend.builder.ala.LocalBuildConfig
BUILD_TYPE, DEPLOYMENT_TYPE, RESOURCE, RESOURCE_CHANGE, SUPPRESS_HANDLERS
-
-
Constructor Summary
Constructors Constructor Description LocalBuildConfigImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getResourceChanges()voidsetContext(Map<String,?> context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.workbench.common.services.backend.builder.ala.LocalBuildConfig
getBuildType, getDeploymentType, getResource, getSuppressHandlers
-
-
-
-
Method Detail
-
setContext
public void setContext(Map<String,?> context)
- Specified by:
setContextin interfaceorg.guvnor.ala.pipeline.ContextAware
-
getResourceChanges
public Map<String,String> getResourceChanges()
- Specified by:
getResourceChangesin interfaceLocalBuildConfig- Returns:
- a Map with the resource changes in the case of an INCREMENTAL_BATCH_CHANGES build.
-
-