| Package | Description |
|---|---|
| org.guvnor.ala.build | |
| org.guvnor.ala.config | |
| org.guvnor.ala.config.gwt | |
| org.guvnor.ala.pipeline | |
| org.guvnor.ala.source |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Binary
Store information about the generated binary.
|
interface |
Project
Represent one logical project Project.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BinaryConfig
Binary Configuration type used to build binaries, extends the base Config
interface
|
interface |
BuildConfig
Build Configuration base interface.
|
interface |
ProjectConfig
Base Project configuration interface.
|
interface |
ProviderConfig
Base Provider configuration interface.
|
interface |
ProvisioningConfig
Base Provisioning Config interface.
|
interface |
RuntimeConfig
Base Runtime configuration interface.
|
interface |
SourceConfig
Base Source configuration interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GWTCodeServerConfig
GWT Code Server config type used to start GWT Code Servers, extends the base Config
interface
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PipelineBuilder<INPUT extends Config,OUTPUT extends Config> |
interface |
PipelineBuilder<INPUT extends Config,OUTPUT extends Config> |
| Modifier and Type | Class and Description |
|---|---|
class |
Input |
| Modifier and Type | Method and Description |
|---|---|
<T extends Config> |
PipelineBuilder.andThen(Stage<? super OUTPUT,T> nextStep) |
static <INPUT extends Config,OUTPUT extends Config> |
StageUtil.config(String name,
Function<INPUT,OUTPUT> f) |
static <INPUT extends Config,OUTPUT extends Config> |
StageUtil.config(String name,
Function<INPUT,OUTPUT> f) |
static <OUTPUT extends Config> |
StageUtil.config(String name,
Supplier<OUTPUT> s) |
static <T extends Config> |
StageUtil.identity() |
static <INPUT extends Config,OUTPUT extends Config> |
PipelineFactory.startFrom(Stage<INPUT,OUTPUT> stage) |
static <INPUT extends Config,OUTPUT extends Config> |
PipelineFactory.startFrom(Stage<INPUT,OUTPUT> stage) |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Config> |
ConfigExecutor.executeFor() |
List<Config> |
PipelineConfig.getConfigStages() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Source |
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.