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