Package hec.externalplugin
Class SelfRegisteringExternalDataPlugin
java.lang.Object
hec.externalplugin.SelfRegisteringExternalDataPlugin
- All Implemented Interfaces:
ExternalDataPlugin
public abstract class SelfRegisteringExternalDataPlugin
extends Object
implements ExternalDataPlugin
SelfRegisteringExternalDataPlugin registers itself with the ExternalDataPluginManager on construction,
which is typically necessary for an ExternalDataPlugin
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface hec.externalplugin.ExternalDataPlugin
getDescription, getName, getSupportedDataTypes, getSupportedSourceType, selectSourceAndDataLocation
-
Constructor Details
-
SelfRegisteringExternalDataPlugin
public SelfRegisteringExternalDataPlugin()
-