public class ApplicationComponent.Builder<T extends ApplicationComponent> extends AbstractResource.Builder<T,ApplicationComponent.Builder<T>>
| Modifier | Constructor and Description |
|---|---|
protected |
ApplicationComponent.Builder(String type) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationComponent.Builder<T> |
add(ApplicationComponent x) |
ApplicationComponent.Builder<T> |
add(PlatformComponent x) |
ApplicationComponent.Builder<T> |
applicationComponentTemplates(ResourceLookup<ApplicationComponent> x) |
ApplicationComponent.Builder<T> |
platformComponentTemplates(ResourceLookup<PlatformComponent> x) |
build, check, created, customAttribute, description, id, initialize, name, representationSkew, sourceCode, tags, thisBuilder, typeprotected ApplicationComponent.Builder(String type)
public ApplicationComponent.Builder<T> applicationComponentTemplates(ResourceLookup<ApplicationComponent> x)
public ApplicationComponent.Builder<T> platformComponentTemplates(ResourceLookup<PlatformComponent> x)
public ApplicationComponent.Builder<T> add(ApplicationComponent x)
public ApplicationComponent.Builder<T> add(PlatformComponent x)
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.