public class DeploymentSet extends Object
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) |
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 © 2013 Nuxeo SA. All Rights Reserved.