TPTP 4.2.0 Platform Project
Public API Specification

org.eclipse.tptp.platform.agentcontroller.config
Class ConfigElement

java.lang.Object
  extended byorg.eclipse.tptp.platform.agentcontroller.config.ConfigElement
Direct Known Subclasses:
Agent, AgentControllerConfig, AgentControllerEnvironment, Allow, Application, ApplicationAliases, Classpath, CommandExtractor, Configuration, Connection, FilePort, Hosts, IsDataMultiplexed, Jvm, Keystore, KeystorePassword, Logging, MemName, Option, Parameter, PeerConnectionTransport, PipeName, Plugin, Port, ProcessController, ProcessPolling, SecuredPort, Security, SecurityEnabled, TransportLayer, UserDefinition, Variable, Version

public abstract class ConfigElement
extends java.lang.Object


Constructor Summary
ConfigElement()
           
 
Method Summary
static void setConfiguration(org.w3c.dom.Element elem, java.lang.String value)
          Set the configuration attribute of this element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigElement

public ConfigElement()
Method Detail

setConfiguration

public static void setConfiguration(org.w3c.dom.Element elem,
                                    java.lang.String value)
Set the configuration attribute of this element


TPTP 4.2.0 Platform Project
Public API Specification