Home | History | Annotate | Download | only in generators

Lines Matching refs:platformSpecificTemplateList

105 	public String platformSpecificTemplateList="";
182 if(platformSpecificTemplateList!="") {
185 getDifferentPlatformsFromList(platformSpecificTemplateList);
209 if(platformSpecificTemplateList!="") {
509 String tmp=((platformSpecificTemplateList.equals(""))?formatRow(testLogName, -1, false):formatRowReleng(testLogName, -1, false));
562 String tmp=((platformSpecificTemplateList.equals(""))?formatRow(xmlFileNames[i].getPath(), errorCount,true):formatRowReleng(xmlFileNames[i].getPath(), errorCount,true));
1382 return platformSpecificTemplateList;
1385 public void setPlatformSpecificTemplateList(String platformSpecificTemplateList) {
1386 this.platformSpecificTemplateList = platformSpecificTemplateList;