public interface ConfigurationSource
Modifier and Type | Field and Description |
---|---|
static String |
JSON |
static String |
PROPERTIES |
static String |
XML |
static String |
YAML |
Modifier and Type | Method and Description |
---|---|
String |
getExtension()
Return the "file" extension for the specified uri.
|
InputStream |
getInputStream()
Returns the InputStream if it hasn't already been processed.
|
String |
getUri()
Returns the URI string.
|
default boolean |
isModified()
Determine if the configuration data source has been modified since it was last checked.
|
static final String PROPERTIES
static final String JSON
static final String YAML
static final String XML
InputStream getInputStream()
String getUri()
default boolean isModified()
String getExtension()
Copyright © 2009-2022 Apache Software Foundation. All Rights Reserved.