public class SampleYamlConfigSource extends Object implements ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL| Constructor and Description |
|---|
SampleYamlConfigSource(URL url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
int |
getOrdinal() |
Set<String> |
getPropertyNames() |
String |
getValue(String key) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertiespublic SampleYamlConfigSource(URL url)
public int getOrdinal()
getOrdinal in interface ConfigSourcepublic String getValue(String key)
getValue in interface ConfigSourcepublic String getName()
getName in interface ConfigSourcepublic Set<String> getPropertyNames()
getPropertyNames in interface ConfigSourceCopyright © 2020 Eclipse Foundation. All rights reserved.