Public Member Functions | |
UploadManager (gui parent) | |
void | createUploadFiles () |
Package Functions | |
boolean | checkVariables () |
Package Attributes | |
gui | guiControl |
Map | uploads |
Map | dcsMap |
Map | testMap |
Map | snMap |
String | testregex |
String | user |
String | username |
Pattern | runPattern = Pattern.compile("Run [Nn]umber\\s*:\\s*(.*)") |
Pattern | serialNoPattern = Pattern.compile("SERIAL NUMBER\\s*:\\s*(\\d{14}|CRATE\\d{2}CHAN\\d{2}).*") |
Pattern | snPattern = Pattern.compile("(\\d{14})") |
Pattern | testDatePattern = Pattern.compile("TEST[_\\s]+DATE\\s*:\\s*(\\d+)/(\\d+)/(\\d+)") |
Pattern | locationPattern = Pattern.compile("LOCATION\\s*(NAME|MADE)\\s*:.*") |
Pattern | userPattern = Pattern.compile("TEST\\s*MADE\\s*BY.*") |
Pattern | timeFlag = Pattern.compile("^#TIME$") |
Pattern | versionFlag = Pattern.compile("^#VERSION\\s*$") |
Pattern | testPattern |
Pattern | timePattern = Pattern.compile("\"\\d{2}:\\d{2}:\\d{2}\"") |
TestSelection | testSelection |
IVTestSelection | ivTestSelection |
PreferencesInterface | prefs |
boolean | dcsWarning = false |
boolean | dcsIsMissing = false |
Private Member Functions | |
void | removePreviousUploads () |
void | getTestRegex () |
void | getSignatures () |
String | getSignature (String sn, String resultObject) |
String | processUploadFile (String resultString) |
boolean | dcsOK () |
void | appendDCSInfo (StringBuffer newString, SummaryReader.DCSInfo dcsInfo) |
void | createSignatureMap () |
String | getDate (String line) |
Definition at line 8 of file UploadManager.java.