Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.runtime.test.runner.distrib
Annotation Type NuxeoDistribution


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface NuxeoDistribution

Author:
Bogdan Stefanescu

Required Element Summary
 String profile
          The distribution name.
 
Optional Element Summary
 String config
          An URL that points to a custom distribution configuration.
 String home
          The nuxeo server home.
 String host
           
 boolean offline
           
 int port
           
 String updatePolicy
           
 boolean useCache
           
 

Element Detail

profile

public abstract String profile
The distribution name. if config is not specified will try to locate a distribution configuration matching the profile.

config

public abstract String config
An URL that points to a custom distribution configuration. Use "java:path_to_resource" to locate the configuration using the classloader

Default:
""

home

public abstract String home
The nuxeo server home. Can use variables like {profile}, {tmp} for the temporary directory and ~ for the home directory.

Default:
"~/.nxserver/distrib/{profile}"

host

public abstract String host
Default:
"localhost"

port

public abstract int port
Default:
8989

useCache

public abstract boolean useCache
Default:
true

offline

public abstract boolean offline
Default:
false

updatePolicy

public abstract String updatePolicy
Default:
"daily"

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.