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 PropertyReader
LbReaderException
public String getValue() throws LbReaderException
getValue
in interface PropertyReader
LbReaderException
public String getDescription() throws LbReaderException
getDescription
in interface PropertyReader
LbReaderException
public void accept(Visitor v) throws Exception
BaseReader
accept
in interface BaseReader
Exception
Copyright © 2020. All rights reserved.