public class ValueState extends AbstractPackageParserState
| Modifier and Type | Field and Description |
|---|---|
private TempPackageRule |
tempPackageRule
The temporary Package Rule.
|
| Constructor and Description |
|---|
ValueState(PackageDescriptionFileParser parser,
TempPackageRule tempPackageRule)
The constructor for the ValueState.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPackageParserState |
action(RouterSoftware rs,
PackageDescriptionFileSymbol symbol)
handle the given Symbol.
|
getMyParserprivate final transient TempPackageRule tempPackageRule
public ValueState(PackageDescriptionFileParser parser, TempPackageRule tempPackageRule)
parser - for the DescriptionfilestempPackageRule - temp packageRulepublic AbstractPackageParserState action(RouterSoftware rs, PackageDescriptionFileSymbol symbol) throws java.lang.InterruptedException, ParserException
AbstractPackageParserStateaction in class AbstractPackageParserStaters - The RouterSoftware to use.symbol - is the given Symbol.java.lang.InterruptedException - from the buffer.ParserException - if there is any Problem while parsing