org.codehaus.cargo.container.jboss
Interface JBossPropertySet


public interface JBossPropertySet

JBoss-specific properties.

Version:
$Id: JBossPropertySet.java 1634 2008-06-11 22:37:22Z mwringe $

Field Summary
static String CLUSTERED
          Whether the JBoss Configuration should be clustered.
static String CONFIGURATION
          The JBoss configuration selected.
 

Field Detail

CONFIGURATION

static final String CONFIGURATION
The JBoss configuration selected. Examples of valid values: "default", "all", "minimal".

See Also:
Constant Field Values

CLUSTERED

static final String CLUSTERED
Whether the JBoss Configuration should be clustered.

See Also:
Constant Field Values


Copyright © 2004-2012 Codehaus. All Rights Reserved.