Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.test.runner
Class DeploymentSet

java.lang.Object
  extended by org.nuxeo.runtime.test.runner.DeploymentSet

public class DeploymentSet
extends Object

Author:
Bogdan Stefanescu

Constructor Summary
DeploymentSet()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentSet

public DeploymentSet()
Method Detail

load

public void load(AnnotationScanner scanner,
                 Class<?> clazz)

addDeployment

public void addDeployment(String key)

addLocalDeployment

public void addLocalDeployment(String key)

addDeployment

public void addDeployment(Collection<String> key)

addLocalDeployment

public void addLocalDeployment(Collection<String> key)

getDeployments

public Set<String> getDeployments()

getLocalDeployments

public Set<String> getLocalDeployments()

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.