public class LoaderRepositoryConfig
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
configParserClass |
protected java.lang.String |
value |
Constructor and Description |
---|
LoaderRepositoryConfig() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConfigParserClass()
Gets the value of the configParserClass property.
|
java.lang.String |
getvalue()
Gets the value of the value property.
|
void |
setConfigParserClass(java.lang.String value)
Sets the value of the configParserClass property.
|
void |
setvalue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String configParserClass
protected java.lang.String value
public java.lang.String getConfigParserClass()
String
public void setConfigParserClass(java.lang.String value)
value
- allowed object is
String
public java.lang.String getvalue()
String
public void setvalue(java.lang.String value)
value
- allowed object is
String