public class ScanAndParsePackageDescriptionFile extends BuildingPhase
| Modifier and Type | Field and Description |
|---|---|
private Package |
pkg
The associated package.
|
private java.io.File |
pkgDescFile
The path to the package description file.
|
| Constructor and Description |
|---|
ScanAndParsePackageDescriptionFile(Package pkg,
java.io.File pkgDescFile)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
action()
abstract action for a phase.
|
getName, setNameprivate final Package pkg
private final java.io.File pkgDescFile
public ScanAndParsePackageDescriptionFile(Package pkg, java.io.File pkgDescFile)
pkg - The associated package.pkgDescFile - the path to the package description file.public void action()
throws ScannerException,
java.lang.InterruptedException,
java.io.IOException,
ReaderException,
ParserException
AbstractPhaseaction in class BuildingPhaseScannerException - ScannerExceptionjava.lang.InterruptedException - InterruptedExceptionjava.io.IOException - IOExceptionReaderException - ReaderExceptionParserException - ParserException