xmlBlaster 2.2.0 API

org.xmlBlaster.test.client
Class TestFilePollerPlugin.PluginProperties

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by org.xmlBlaster.test.client.TestFilePollerPlugin.PluginProperties
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>, I_PluginConfig
Enclosing class:
TestFilePollerPlugin

private class TestFilePollerPlugin.PluginProperties
extends java.util.Properties
implements I_PluginConfig


Field Summary
private static long serialVersionUID
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
TestFilePollerPlugin.PluginProperties()
           
 
Method Summary
 java.util.Properties getParameters()
           
 java.lang.String getPrefix()
          Gets the prefix for the implementing plugin.
 java.lang.String getType()
           
 java.lang.String getVersion()
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, storeToXML, storeToXML
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

TestFilePollerPlugin.PluginProperties

public TestFilePollerPlugin.PluginProperties()
Method Detail

getParameters

public java.util.Properties getParameters()
Specified by:
getParameters in interface I_PluginConfig
Returns:
The configuration, never null
See Also:
I_PluginConfig.getParameters()

getPrefix

public java.lang.String getPrefix()
Description copied from interface: I_PluginConfig
Gets the prefix for the implementing plugin. Suppose you have two plugins ('pluginA1' and 'pluginB2') both containing an attribute called 'directoryName'. Then without a context there is now way to distinguish between them. This method returns the prefix (the context). For example 'plugin/${pluginType}/' which would be 'plugin/pluginA1/'

Specified by:
getPrefix in interface I_PluginConfig
Returns:
See Also:
I_PluginConfig.getPrefix()

getType

public java.lang.String getType()
Specified by:
getType in interface I_PluginConfig

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface I_PluginConfig

xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.