TPTP 4.2.0 Platform Project
Public API Specification

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

java.lang.Object
  extended byorg.eclipse.tptp.platform.agentcontroller.config.ConfigElement
      extended byorg.eclipse.tptp.platform.agentcontroller.config.Plugin

public class Plugin
extends ConfigElement


Field Summary
static java.lang.String TAG
           
 
Constructor Summary
Plugin()
           
 
Method Summary
static java.lang.String getPath(org.w3c.dom.Element elem)
           
static void setPath(org.w3c.dom.Element elem, java.lang.String value)
           
 
Methods inherited from class org.eclipse.tptp.platform.agentcontroller.config.ConfigElement
setConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TAG

public static final java.lang.String TAG
Constructor Detail

Plugin

public Plugin()
Method Detail

setPath

public static void setPath(org.w3c.dom.Element elem,
                           java.lang.String value)

getPath

public static java.lang.String getPath(org.w3c.dom.Element elem)

TPTP 4.2.0 Platform Project
Public API Specification