public class OptionState extends AbstractPackageParserState
| Modifier and Type | Field and Description |
|---|---|
private TempPackageRule |
tempPackageRule
The temp PackageRule.
|
| Constructor and Description |
|---|
OptionState(PackageDescriptionFileParser parser,
TempPackageRule tempPackageRule)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractPackageParserState |
action(RouterSoftware rs,
PackageDescriptionFileSymbol symbol)
handle the given Symbol.
|
getMyParserprivate final transient TempPackageRule tempPackageRule
public OptionState(PackageDescriptionFileParser parser, TempPackageRule tempPackageRule)
parser - the DescriptionfileParser.tempPackageRule - The temp package rule.public 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