public abstract class StartAuto extends java.lang.Object implements AddOn
| Constructor and Description |
|---|
StartAuto() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<ConfigPropertyBuilder> |
getConfigProperties()
This method returns the configuration metadata for any properties used by the add-on.
|
protected abstract java.lang.String |
getFilenameProperty() |
void |
init() |
protected abstract void |
processFile(java.io.BufferedReader reader) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAPIRequestHandler, getAPIRequests, getAPIRequestType, getUIPlugins, shutdownpublic java.util.Collection<ConfigPropertyBuilder> getConfigProperties()
AddOngetConfigProperties in interface AddOnprotected abstract java.lang.String getFilenameProperty()
protected abstract void processFile(java.io.BufferedReader reader)
throws java.io.IOException,
org.json.simple.parser.ParseException
java.io.IOExceptionorg.json.simple.parser.ParseException