public interface RBEConfigObject
By convention, all classes that implement this interface should include a constructor that allows instances to be recreated from a Reader containing an XML representation produced by the toXML() method.
Modifier and Type | Method and Description |
---|---|
long |
getChecksum()
Returns the checksum of the configuration object
|
java.lang.String |
getFileExtension()
Returns file extension based on the configuration object type.
|
java.lang.String |
getName()
Returns the name for this RuleBaseEngine configuration object.
|
void |
toXML(java.io.Writer writer)
Write the configuration object to the writer in XML.
|
java.lang.String getName()
This name, together with the file extention returned by getFileExtention(), should be used as the file name if this object is saved to a file.
java.lang.String getFileExtension()
void toXML(java.io.Writer writer) throws RBEConfigObjectException
RBEConfigObjectException
long getChecksum()
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.