public class APXFileHandler extends Object
| Constructor and Description |
|---|
APXFileHandler(String filename,
hudson.model.TaskListener listener)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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 String getReportFile()
public String getResultFile()
public int getPedanticLevel()
public String getTarget()
public File getAPXFile()
public String getAPXStr()
Copyright © 2016. All rights reserved.