Package org.apache.openejb.jee.jba
Class LoaderRepositoryConfig
- java.lang.Object
-
- org.apache.openejb.jee.jba.LoaderRepositoryConfig
-
public class LoaderRepositoryConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringconfigParserClassprotected Stringvalue
-
Constructor Summary
Constructors Constructor Description LoaderRepositoryConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConfigParserClass()Gets the value of the configParserClass property.Stringgetvalue()Gets the value of the value property.voidsetConfigParserClass(String value)Sets the value of the configParserClass property.voidsetvalue(String value)Sets the value of the value property.
-
-
-
Method Detail
-
getConfigParserClass
public String getConfigParserClass()
Gets the value of the configParserClass property.- Returns:
- possible object is
String
-
setConfigParserClass
public void setConfigParserClass(String value)
Sets the value of the configParserClass property.- Parameters:
value- allowed object isString
-
getvalue
public String getvalue()
Gets the value of the value property.- Returns:
- possible object is
String
-
-