org.jboss.bootstrap.impl.mc.config
Class BasicMCServerConfig

java.lang.Object
  extended by org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig<org.jboss.bootstrap.spi.mc.config.MCServerConfig>
      extended by org.jboss.bootstrap.impl.mc.config.BasicMCServerConfig
All Implemented Interfaces:
org.jboss.bootstrap.spi.config.ServerConfig<org.jboss.bootstrap.spi.mc.config.MCServerConfig>, org.jboss.bootstrap.spi.mc.config.MCBasedServerConfig<org.jboss.bootstrap.spi.mc.config.MCServerConfig>, org.jboss.bootstrap.spi.mc.config.MCServerConfig

public class BasicMCServerConfig
extends org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig<org.jboss.bootstrap.spi.mc.config.MCServerConfig>
implements org.jboss.bootstrap.spi.mc.config.MCServerConfig

BasicServerConfig Simple Object-backed implementation of an MC Server Configuration

Version:
$Revision: $
Author:
ALR

Field Summary
 
Fields inherited from interface org.jboss.bootstrap.spi.config.ServerConfig
PROP_KEY_BOOTSTRAP_HOME_URL, PROP_KEY_BOOTSTRAP_NAME, PROP_KEY_BOOTSTRAP_URL
 
Constructor Summary
BasicMCServerConfig()
          Constructor
BasicMCServerConfig(Map<String,String> overrideProperties)
          Constructor
 
Method Summary
 
Methods inherited from class org.jboss.bootstrap.impl.base.config.AbstractBasicServerConfig
adjustToDirectory, bootstrapHome, bootstrapHome, bootstrapName, bootstrapUrl, bootstrapUrl, checkMutable, copyURL, covarientReturn, freeze, getActualClass, getBootstrapHome, getBootstrapName, getBootstrapUrl, getProperties, getProperty, isFrozen, properties, properties, property, setPropertyForString, setPropertyForString, setPropertyForString, setPropertyForUrl, urlFromString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.bootstrap.spi.config.ServerConfig
bootstrapHome, bootstrapHome, bootstrapName, bootstrapUrl, bootstrapUrl, freeze, getBootstrapHome, getBootstrapName, getBootstrapUrl, getProperties, getProperty, isFrozen, properties, properties, property
 

Constructor Detail

BasicMCServerConfig

public BasicMCServerConfig()
Constructor


BasicMCServerConfig

public BasicMCServerConfig(Map<String,String> overrideProperties)
Constructor

Parameters:
overrideProperties - A Set of properties to override those found in System Properties


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.