Uses of Interface
org.guvnor.ala.config.Config
-
Packages that use Config Package Description org.guvnor.ala.build org.guvnor.ala.config org.guvnor.ala.config.gwt org.guvnor.ala.pipeline org.guvnor.ala.runtime.providers.base org.guvnor.ala.source -
-
Uses of Config in org.guvnor.ala.build
Subinterfaces of Config in org.guvnor.ala.build Modifier and Type Interface Description interfaceBinaryStore information about the generated binary.interfaceProjectRepresent one logical project Project. -
Uses of Config in org.guvnor.ala.config
Subinterfaces of Config in org.guvnor.ala.config Modifier and Type Interface Description interfaceBinaryConfigBinary Configuration type used to build binaries, extends the base Config interfaceinterfaceBuildConfigBuild Configuration base interface.interfaceProjectConfigBase Project configuration interface.interfaceProviderConfigBase Provider configuration interface.interfaceProvisioningConfigBase Provisioning Config interface.interfaceRuntimeConfigBase Runtime configuration interface.interfaceSourceConfigBase Source configuration interface. -
Uses of Config in org.guvnor.ala.config.gwt
Subinterfaces of Config in org.guvnor.ala.config.gwt Modifier and Type Interface Description interfaceGWTCodeServerConfigGWT Code Server config type used to start GWT Code Servers, extends the base Config interface -
Uses of Config in org.guvnor.ala.pipeline
Classes in org.guvnor.ala.pipeline that implement Config Modifier and Type Class Description classInputMethods in org.guvnor.ala.pipeline with type parameters of type Config Modifier and Type Method Description static <INPUT extends Config,OUTPUT extends Config>
Stage<INPUT,OUTPUT>StageUtil. config(String name, Function<INPUT,OUTPUT> f)static <INPUT extends Config,OUTPUT extends Config>
Stage<INPUT,OUTPUT>StageUtil. config(String name, Function<INPUT,OUTPUT> f)Methods in org.guvnor.ala.pipeline that return Config Modifier and Type Method Description ConfigPipelineConfigStage. getConfig()Methods in org.guvnor.ala.pipeline that return types with arguments of type Config Modifier and Type Method Description Class<? extends Config>ConfigExecutor. executeFor()Methods in org.guvnor.ala.pipeline with parameters of type Config Modifier and Type Method Description ConfigBasedPipelineBuilderConfigBasedPipelineBuilder. addConfigStage(String name, Config config)Constructors in org.guvnor.ala.pipeline with parameters of type Config Constructor Description PipelineConfigStage(String name, Config config) -
Uses of Config in org.guvnor.ala.runtime.providers.base
Classes in org.guvnor.ala.runtime.providers.base that implement Config Modifier and Type Class Description classBaseProvider<C extends ProviderConfig>BaseProvider implementation to be extended by concrete Providers -
Uses of Config in org.guvnor.ala.source
Subinterfaces of Config in org.guvnor.ala.source Modifier and Type Interface Description interfaceSource
-