| java.lang.Object com.tc.config.schema.test.BaseConfigBuilder com.tc.config.schema.test.SystemConfigBuilder
SystemConfigBuilder | public class SystemConfigBuilder extends BaseConfigBuilder (Code) | | Allows you to build valid config for the system-global config stuff. This class MUST NOT invoke the
actual XML beans to do its work; one of its purposes is, in fact, to test that those beans are set up correctly.
|
CONFIG_MODEL_DEVELOPMENT | final public static String CONFIG_MODEL_DEVELOPMENT(Code) | | |
CONFIG_MODEL_PRODUCTION | final public static String CONFIG_MODEL_PRODUCTION(Code) | | |
LICENSE_TYPE_NONE | final public static String LICENSE_TYPE_NONE(Code) | | |
LICENSE_TYPE_PRODUCTION | final public static String LICENSE_TYPE_PRODUCTION(Code) | | |
LICENSE_TYPE_TRIAL | final public static String LICENSE_TYPE_TRIAL(Code) | | |
SystemConfigBuilder | public SystemConfigBuilder()(Code) | | |
setConfigurationModel | public void setConfigurationModel(String value)(Code) | | |
setLicenseLocation | public void setLicenseLocation(String value)(Code) | | |
setLicenseType | public void setLicenseType(String value)(Code) | | |
Fields inherited from com.tc.config.schema.test.BaseConfigBuilder | protected int currentIndentLevel(Code)(Java Doc)
|
Methods inherited from com.tc.config.schema.test.BaseConfigBuilder | final protected boolean anyAreSet(String[] properties)(Code)(Java Doc) final protected String closeElement(String tagName)(Code)(Java Doc) final protected String closeElement(String tagName, String[] properties)(Code)(Java Doc) protected static String[] concat(Object[] data)(Code)(Java Doc) final protected String element(String tagName, String propertyName)(Code)(Java Doc) final protected String element(String name)(Code)(Java Doc) final protected String elementGroup(String tagName, String[] elementNames)(Code)(Java Doc) final protected String elements(String[] names)(Code)(Java Doc) protected String getProperty(String property)(Code)(Java Doc) final protected Object getRawProperty(String property)(Code)(Java Doc) final protected String indent()(Code)(Java Doc) final public boolean isSet(String property)(Code)(Java Doc) final protected String openElement(String tagName)(Code)(Java Doc) final protected String openElement(String tagName, String[] properties)(Code)(Java Doc) protected String openElement(String tagName, Map attributes)(Code)(Java Doc) protected String propertyAsString(String propertyName)(Code)(Java Doc) final protected String selfCloseElement(String tagName, Map attributes)(Code)(Java Doc) final protected Object selfTaggingArray(Object[] values)(Code)(Java Doc) final protected void setArrayPropertyTagName(String property, String tagName)(Code)(Java Doc) final protected void setProperty(String property, int value)(Code)(Java Doc) final protected void setProperty(String property, boolean value)(Code)(Java Doc) final protected void setProperty(String property, Object value)(Code)(Java Doc) final protected void unsetProperty(String property)(Code)(Java Doc)
|
|
|