public String getQueryTypeUrl() { return properties.get(QUERY_TYPE_URL); }
public String getAppTopCheckUrl() { return properties.get(APP_TOP_CHECK_URL); }
public String getUploadTop30Url() { return properties.get(UPLOAD_TOP30_URL); }
public String getSourceDir() { return properties.get(SOURCE_DIR); }
public String getCodeResultDir() { return properties.get(CODE_RESULT_DIR); }
public String getShellResultDir() { return properties.get(SHELL_RESULT_DIR); }
public String getReportDir() { return properties.get(REPORT_DIR); }