| |
|
| java.lang.Object com.tc.config.schema.test.BaseConfigBuilder com.tc.config.schema.test.DSOApplicationConfigBuilderImpl
DSOApplicationConfigBuilderImpl | public class DSOApplicationConfigBuilderImpl extends BaseConfigBuilder implements DSOApplicationConfigBuilder(Code) | | Allows you to build valid config for the DSO part of an application. 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.
|
DSOApplicationConfigBuilderImpl | public DSOApplicationConfigBuilderImpl()(Code) | | |
setAdditionalBootJarClasses | public void setAdditionalBootJarClasses(String value)(Code) | | |
setAdditionalBootJarClasses | public void setAdditionalBootJarClasses(String[] value)(Code) | | |
setDistributedMethods | public void setDistributedMethods(String value)(Code) | | |
setDistributedMethods | public void setDistributedMethods(String[] value)(Code) | | |
setInstrumentedClasses | public void setInstrumentedClasses(String value)(Code) | | |
setTransientFields | public void setTransientFields(String value)(Code) | | |
setTransientFields | public void setTransientFields(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)
|
|
|
|