Lines Matching refs:String

71     private String m_sReferenceType = null;
75 private String m_sPrinterName = null;
81 private String m_sInputPath = null;
82 private String m_sOutputPath = null;
110 public String getInputPath() in getInputPath()
114String sInputPath = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_INPUT_PATH ); in getInputPath()
127 public String getOutputPath() in getOutputPath()
131String sOutputPath = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_OUTPUT_PATH ); in getOutputPath()
165String sRECURSIVE = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_INCLUDE_SUBDIRS ); in isIncludeSubDirectories()
181 public String getReferenceType() in getReferenceType()
187String sReferenceType = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_REFERENCE_TYP… in getReferenceType()
201 public String getPrinterName() in getPrinterName()
207String sPrinterName = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_PRINTER_NAME ); in getPrinterName()
240 public String getBuildID() in getBuildID()
242 String sAPP = (String)m_aCurrentParams.get(util.PropertyName.APP_EXECUTION_COMMAND); in getBuildID()
245 String sBuildID = BuildID.getBuildID(sAPP); in getBuildID()
284 String sOfficeViewable = (String)m_aCurrentParams.get(PropertyName.OFFICE_VIEWABLE); in isHidden()
304 String m_sImportFilterName = "";
305 String m_sExportFilterName = "";
306 public void setImportFilterName(String _sImportFilterName) in setImportFilterName()
310 public String getImportFilterName() in getImportFilterName()
314 public void setExportFilterName(String _sExportFilterName) in setExportFilterName()
318 public String getExportFilterName() in getExportFilterName()
322 String m_sDocumentType = "";
323 public void setDocumentType(String _sName) in setDocumentType()
327 public String getDocumentType() in getDocumentType()
369 public String getOnlyPages() in getOnlyPages()
372String sOnlyPage = (String)m_aCurrentParams.get(PropertyName.DOC_COMPARATOR_PRINT_ONLY_PAGE); in getOnlyPages()
399 private String m_sHTMLPrefix = null;
400 public String getHTMLPrefix() in getHTMLPrefix()
404String sPrefix = (String)getTestParameters().get( PropertyName.DOC_COMPARATOR_HTML_OUTPUT_PREFIX ); in getHTMLPrefix()