Package nxt.addons
Class StartForging
- java.lang.Object
-
- nxt.addons.StartAuto
-
- nxt.addons.StartForging
-
-
Constructor Summary
Constructors Constructor Description StartForging()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.String
getFilenameProperty()
protected void
processFile(java.io.BufferedReader reader)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nxt.addons.AddOn
getAPIRequestHandler, getAPIRequests, getAPIRequestType, shutdown
-
-
-
-
Method Detail
-
getFilenameProperty
protected java.lang.String getFilenameProperty()
- Specified by:
getFilenameProperty
in classStartAuto
-
processFile
protected void processFile(java.io.BufferedReader reader) throws java.io.IOException
- Specified by:
processFile
in classStartAuto
- Throws:
java.io.IOException
-
-