public class LaserHtmlList extends LaserList
LaserList.LaserPointingLaserDistance.RandomizePropertyResources.Load, PropertyResources.URLResource| Modifier and Type | Field and Description |
|---|---|
private static String |
DEFLASERTABLE
The default laser table id.
|
static String |
ID |
static String |
KEY_LASERHTML
The key to the (local) html-file with the laser pointing table
|
static String |
KEY_LASERTABLE
The value of the id attribute we scan for.
|
KEY_REFRESHDEFNAME, KEY_DECTARGET, KEY_RATARGETKEY_INDEXKEY_FORMAT, KEY_NAME, KEY_PRESERVE, UNKNOWNKEY_NOINITONCREATE, POSTFIX_ALPHABET, POSTFIX_BYTES, POSTFIX_DIR, POSTFIX_EXT, POSTFIX_FILE, POSTFIX_LIST, POSTFIX_MODTIME, POSTFIX_URLKEY_LISTSEPARATOR, KEY_MAPKEYVALUECHAR, KEY_MAPSEPARATORCONFIG, KEY_CLASSKEY_URLRESOURCES, KEY_URLUSECONFIG, KEY_URLUSECURRENT, KEY_URLUSEHOME| Constructor and Description |
|---|
LaserHtmlList(Map<String,String> prop) |
| Modifier and Type | Method and Description |
|---|---|
void |
init()
Initializes the parameter with its class name.
|
protected List<LaserList.LaserPointing> |
parseTable(List<List<String>> tab)
Takes a list of list of string and parses it to a list of laser
pointings.
|
protected List<LaserList.LaserPointing> |
readFromFile(File f) |
protected List<LaserList.LaserPointing> |
readSource(InputSource input)
Read a document input source, i.e.
|
protected List<LaserList.LaserPointing> |
refreshList()
Fetches the list of scheduled laser pointing from an outside source.
|
getCurrentLaser, getDescendTime, getDescendTimeFor, getLaserPointings, getRefreshInterval, isFixedRate, refreshgetForTarget, getTargetRaDe, getTargetRaDeFor, getValue, registerParameter, registerTarget, rescanned, setValueget, setgetAsStar, getConstant, getFormattedFor, getSetupcreateParameter, delivers, exit, getFormatted, getFormatted, getName, getPreserveFile, getString, getString, overrideDefaultName, register, setName, toStringclone, createFrom, createFrom, createFrom, createInstance, getApplet, getAsResources, getLocate, getPropertiesToKey, getPropertiesToKey, getResource, getResourceAsStream, getResourceFromKey, getResources, hasLocalURLs, initProperties, keyCreate, keyCreate, reload, setAppletaugment, augment, augment, augment, augment, defaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsEnums, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, isNew, parseObject, parseObject, reload, removeProperty, requires, setObject, setProperties, setProperty, stringPropertiesequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreloadgetFormattedForgetFormatted, getName, getStringdefaultBoolean, defaultChar, defaultDouble, defaultFloat, defaultInt, defaultLong, defaultObject, defaultObject, defaultProperties, defaultProperty, getAsBoolean, getAsChar, getAsDouble, getAsFloat, getAsInt, getAsList, getAsLong, getAsMap, getAsObject, getAsObject, getProperties, getProperty, has, parseObject, removeProperty, setObject, setProperty, stringPropertiespublic static final String ID
public static final String KEY_LASERHTML
public static final String KEY_LASERTABLE
private static final String DEFLASERTABLE
public void init()
throws InitException
AbstractParameterinit in interface Initializableinit in class LaserListInitExceptionprotected List<LaserList.LaserPointing> refreshList()
LaserListrefreshList in class LaserListprotected List<LaserList.LaserPointing> readFromFile(File f)
protected List<LaserList.LaserPointing> readSource(InputSource input) throws ParserConfigurationException, SAXException, IOException
input - ParserConfigurationExceptionIOExceptionSAXExceptionprotected List<LaserList.LaserPointing> parseTable(List<List<String>> tab)
tab -