org.sandev.tools.ConfigEditor
Class ConfigEditorNodeDecl

java.lang.Object
  extended byorg.sandev.tools.ConfigEditor.ConfigEditorNodeDecl
Direct Known Subclasses:
ConfigEditorNodeBase, ConfigEditorNodeInstance

public class ConfigEditorNodeDecl
extends java.lang.Object

An adaptor node for business logic related to editing a deployment configuration. The lifetime of an instance of this node is determined by the technology adaptor, it is not configured explicitely.

This node provides logic to support editing the Configuration information saved as env/config.xml off the driving build project. Node messaging is declared for ConfigurationUpdate signalling, but the calls are not implemented in the default release. Refer to Deploy.html for details if your application requires runtime configuration.

outbound synchronous message calls:


Constructor Summary
ConfigEditorNodeDecl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigEditorNodeDecl

public ConfigEditorNodeDecl()