Skip navigation links
com.essbase.eas.client.plugins
Class PluginList
java.lang.Object
com.essbase.eas.client.plugins.PluginList
-
public class PluginList
- extends java.lang.Object
Implements a mechanism for saving and restoring a set of plugins as an XML stream.
- Version:
- 7.0.0
- Author:
- Hank Cox
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginList
public PluginList()
PluginList
public PluginList(Information[] sources)
-
- Parameters:
sources
- array of plugin sources
importAsXml
public void importAsXml(java.lang.String input)
throws java.lang.Exception
- Imports the plugin list from the xml string
-
- Parameters:
input
- xml string containing the plugin
- Throws:
java.lang.Exception
exportAsXML
public java.lang.String exportAsXML()
throws java.lang.Exception
- exports an XML representation of the plugins.
-
- Throws:
java.lang.Exception
exportData
protected void exportData(org.w3c.dom.Element root)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
importData
protected void importData(org.w3c.dom.Document doc)
throws java.lang.Exception
-
- Throws:
java.lang.Exception
getPlugins
public Information[] getPlugins()
-
- Returns:
- an arry of plugins
Skip navigation links
Copyright © 2001, 2007, Oracle. All rights reserved.