public static enum SolrServerConfigurationImpl.ConfigurationProperty extends java.lang.Enum<SolrServerConfigurationImpl.ConfigurationProperty> implements IConfigurationProperty
Enum Constant and Description |
---|
SOLRSERVER_CONTEXTPATH |
SOLRSERVER_HOST |
SOLRSERVER_MASTERURL |
SOLRSERVER_PORT |
SOLRSERVER_REQUESTLOGCONFIGFILENAME |
SOLRSERVER_SLAVE |
SOLRSERVER_WARPATH |
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
key |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getKey() |
static SolrServerConfigurationImpl.ConfigurationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SolrServerConfigurationImpl.ConfigurationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SolrServerConfigurationImpl.ConfigurationProperty SOLRSERVER_CONTEXTPATH
public static final SolrServerConfigurationImpl.ConfigurationProperty SOLRSERVER_HOST
public static final SolrServerConfigurationImpl.ConfigurationProperty SOLRSERVER_PORT
public static final SolrServerConfigurationImpl.ConfigurationProperty SOLRSERVER_WARPATH
public static final SolrServerConfigurationImpl.ConfigurationProperty SOLRSERVER_MASTERURL
public static final SolrServerConfigurationImpl.ConfigurationProperty SOLRSERVER_SLAVE
public static final SolrServerConfigurationImpl.ConfigurationProperty SOLRSERVER_REQUESTLOGCONFIGFILENAME
public static SolrServerConfigurationImpl.ConfigurationProperty[] values()
for (SolrServerConfigurationImpl.ConfigurationProperty c : SolrServerConfigurationImpl.ConfigurationProperty.values()) System.out.println(c);
public static SolrServerConfigurationImpl.ConfigurationProperty valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getKey()
getKey
in interface IConfigurationProperty