public class PropertyReaderImpl extends Object implements PropertyReader
| Modifier and Type | Method and Description |
|---|---|
void |
accept(Visitor v)
Accepts a visitor and calls its visit
method
|
String |
getDescription()
Returns description of the property
|
String |
getName()
Returns name of the property
|
static PropertyReader[] |
getPropertyReaders(LbConfig _lbConfig) |
static PropertyReader[] |
getPropertyReaders(Properties properties) |
String |
getValue()
Returns value of the property
|
public static PropertyReader[] getPropertyReaders(Properties properties)
public static PropertyReader[] getPropertyReaders(LbConfig _lbConfig)
public String getName() throws LbReaderException
getName in interface PropertyReaderLbReaderExceptionpublic String getValue() throws LbReaderException
getValue in interface PropertyReaderLbReaderExceptionpublic String getDescription() throws LbReaderException
getDescription in interface PropertyReaderLbReaderExceptionpublic void accept(Visitor v) throws Exception
BaseReaderaccept in interface BaseReaderExceptionCopyright © 2019. All rights reserved.