Nuxeo Enterprise Platform 5.4

org.nuxeo.runtime.test.runner
Annotation Type Deploy


@Inherited
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface Deploy

A list of artifacts to be deployed.

Deployable artifacts are either bundles either components:

Example with one module:


Required Element Summary
 java.lang.String[] value
          The artifact ID (symbolic name or bundle resource URI).
 

Element Detail

value

public abstract java.lang.String[] value
The artifact ID (symbolic name or bundle resource URI).


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.