public class Specification extends Object
| Constructor and Description |
|---|
Specification() |
| Modifier and Type | Method and Description |
|---|---|
List<ComponentReference> |
getComponents() |
ComponentReference |
getCore() |
Environment |
getEnvironment(String name) |
List<Environment> |
getEnvironments() |
List<ComponentReference> |
getPlugins() |
void |
setComponents(List<ComponentReference> components) |
void |
setCore(ComponentReference core) |
void |
setEnvironments(List<Environment> environments) |
void |
setPlugins(List<ComponentReference> plugins) |
public void setCore(ComponentReference core)
public void setComponents(@CheckForNull List<ComponentReference> components)
public void setPlugins(@CheckForNull List<ComponentReference> plugins)
public void setEnvironments(@CheckForNull List<Environment> environments)
@CheckForNull public Environment getEnvironment(@Nonnull String name)
@Nonnull public ComponentReference getCore()
@Nonnull public List<ComponentReference> getPlugins()
@Nonnull public List<ComponentReference> getComponents()
@Nonnull public List<Environment> getEnvironments()
Copyright © 2004–2018. All rights reserved.