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