Package net.sf.basedb.util.extensions.xml
package net.sf.basedb.util.extensions.xml
-
ClassDescriptionFilter implementation that can be used to match extension points and extensions based on the ID of the extension point.A value converter that can be used on all setter methods that has been annotated with the
PathSetter
andPathType
annotations.Indicates that a factory setter method which takes a string as it's input will have the value scanned by aPathConverter
before the setter method is invoked.Specify the type of paths.Filter implementation that only matches tags for plug-in definitions.Object for holding information about a plug-in definition as it is loaded from the extensions definition file.Interface for classes that wants to inspect/convert parameters from the XML file before they are passed to factory setter methods.A value converter that can be used on all setter methods that has been annotated with theVariableSetter
annotation.Indicates that a factory setter method which takes a string as it's input will have the value scanned by aVariableConverter
before the setter method is invoked.Loads extension points and extensions from extension definition XML files.