Package nxt.addons
Class StartAuto
java.lang.Object
nxt.addons.StartAuto
- All Implemented Interfaces:
AddOn
- Direct Known Subclasses:
StartBundling,StartForging,StartFundingMonitors,StartStandbyShuffling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThis method returns the configuration metadata for any properties used by the add-on.protected abstract Stringfinal voidinit()protected abstract voidprocessFile(BufferedReader reader) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nxt.addons.AddOn
getAPIRequestHandler, getAPIRequests, getAPIRequestType, getUIPlugins, shutdown
-
Constructor Details
-
StartAuto
public StartAuto()
-
-
Method Details
-
init
public final void init() -
getConfigProperties
Description copied from interface:AddOnThis method returns the configuration metadata for any properties used by the add-on. It must be an idempotent method in the sense that no side effects should happen on invocation. It should work independently of initialization (init() method).- Specified by:
getConfigPropertiesin interfaceAddOn- Returns:
- the configuration metadata for this add-on
-
getFilenameProperty
-
processFile
protected abstract void processFile(BufferedReader reader) throws IOException, org.json.simple.parser.ParseException - Throws:
IOExceptionorg.json.simple.parser.ParseException
-