public class DeploymentSet extends Object
| Modifier and Type | Field and Description |
|---|---|
protected LinkedHashSet<String> |
deployments |
protected LinkedHashSet<String> |
localDeployments |
| Constructor and Description |
|---|
DeploymentSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeployment(Collection<String> key) |
void |
addDeployment(String key) |
void |
addLocalDeployment(Collection<String> key) |
void |
addLocalDeployment(String key) |
Set<String> |
getDeployments() |
Set<String> |
getLocalDeployments() |
void |
load(AnnotationScanner scanner,
Class<?> clazz) |
protected final LinkedHashSet<String> deployments
protected final LinkedHashSet<String> localDeployments
public void load(AnnotationScanner scanner, Class<?> clazz)
public void addDeployment(String key)
public void addLocalDeployment(String key)
public void addDeployment(Collection<String> key)
public void addLocalDeployment(Collection<String> key)
Copyright © 2019 Nuxeo SA. All rights reserved.