public class ConfigSetProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_FILENAME |
static String |
IMMUTABLE_CONFIGSET_ARG |
Constructor and Description |
---|
ConfigSetProperties() |
Modifier and Type | Method and Description |
---|---|
static NamedList |
readFromInputStream(InputStreamReader reader) |
static NamedList |
readFromResourceLoader(SolrResourceLoader loader,
String name)
Return the properties associated with the ConfigSet (e.g.
|
public static final String DEFAULT_FILENAME
public static final String IMMUTABLE_CONFIGSET_ARG
public static NamedList readFromResourceLoader(SolrResourceLoader loader, String name)
loader
- the resource loadername
- the name of the config set properties filepublic static NamedList readFromInputStream(InputStreamReader reader)
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.