|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.jmrit.XmlFile
jmri.jmrix.rps.PollingFile
public class PollingFile
Persist RPS polling information
| Field Summary |
|---|
| Fields inherited from class jmri.jmrit.XmlFile |
|---|
dtdLocation, xsltLocation |
| Constructor Summary | |
|---|---|
PollingFile()
|
|
| Method Summary | |
|---|---|
static String |
defaultFilename()
|
static String |
defaultLocation()
|
void |
getPollValues()
|
void |
getTransmitters(Engine engine)
Get the transmitters from the file |
void |
loadFile(File f)
Read in the file, and make available for examination |
void |
prepare()
Initialize for writing information. |
void |
setPoll()
|
void |
setTransmitter(int r)
|
void |
store(File file)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PollingFile()
| Method Detail |
|---|
public void prepare()
This is followed by multiple "set" calls, then a "store"
public void setPoll()
public void setTransmitter(int r)
public void store(File file)
throws IOException
IOException
public void loadFile(File f)
throws JDOMException,
IOException
JDOMException
IOExceptionpublic void getPollValues()
public void getTransmitters(Engine engine)
public static String defaultLocation()
public static String defaultFilename()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||