public class APXFileHandler extends Object
| Constructor and Description |
|---|
APXFileHandler(String filename,
hudson.model.TaskListener listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
fillIDtoHTMLReportMap(HashMap<String,File> map)
Extracts all analysis items from APX project file and fills the given Map along (AnalysisID, PathToHTMLReportFile)
|
File |
getAPXFile()
Returns the apx incl. path information
|
String |
getAPXStr()
Returns the String representation of apx incl. path information
|
int |
getPedanticLevel()
reads Pedantic Level from APX File
|
String |
getReportFile() |
String |
getResultFile() |
String |
getTarget()
Returns the a3 target in the given apx project
|
public APXFileHandler(String filename, hudson.model.TaskListener listener) throws IOException
filename - of the APX Filelistener - TaskListener for Console OutputIOException - Constructor may throw an IO Exception if apx project file was not foundpublic void fillIDtoHTMLReportMap(HashMap<String,File> map)
map - is the instance of an HashMap filled in this member routinepublic String getReportFile()
public String getResultFile()
public int getPedanticLevel()
public String getTarget()
public File getAPXFile()
public String getAPXStr()
Copyright © 2016–2017. All rights reserved.