|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjmri.Metadata
public class Metadata
Meta data concerning the JMRI application.
Meta data is static information concerning the JMRI application. This class provides a single container for listing and storing JMRI meta data. This class is used by the DefaultXmlIOServer object.
JMRI is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. See the "COPYING" file for a copy of this license.
JMRI is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
| Constructor Summary | |
|---|---|
Metadata()
|
|
| Method Summary | |
|---|---|
static String |
getBySystemName(String name)
Return the value of the named meta data, or any valid system property. |
static String[] |
getSystemNameArray()
An array of known meta data names. |
static List<String> |
getSystemNameList()
A list of known meta data names. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Metadata()
| Method Detail |
|---|
public static String getBySystemName(String name)
name -
public static String[] getSystemNameArray()
public static List<String> getSystemNameList()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||