Lines Matching refs:String

40     private String printername = null;
41 private String printertype = null;
42 private String printserver = null;
43 private String comment = null;
44 private String device = null;
45 private String make = null;
46 private String model = null;
47 private String ppd = null;
48 private String ppdfile = null;
49 private String notify = null;
50 private String protocol = null;
51 private String destination = null;
52 private String extensions = null;
53 private String[] file_contents = null;
54 private String[] user_allow_list = null;
55 private String[] user_deny_list = null;
58 private String banner = null;
62 private String locale = null; // Possible future use
69 private String warnlog = null;
70 private String errlog = null;
71 private String cmdlog = null;
92 public synchronized boolean isPrinterLocal(String printername)
218 public synchronized void setCmdLog(String newcmds)
227 cmdlog = new String(newcmds);
236 public synchronized void setErrorLog(String errs)
245 errlog = new String(errs);
255 public synchronized void setWarnLog(String warning)
264 warnlog = new String(warning);
274 public String getCmdLog()
279 return (new String(cmdlog.trim()));
285 public String getErrorLog()
290 return (new String(errlog.trim()));
296 public String getWarnLog()
301 return (new String(warnlog.trim()));
307 public synchronized void setPrinterName(String arg)
311 public synchronized void setPrinterType(String arg)
315 public synchronized void setPrintServer(String arg)
319 public synchronized void setComment(String arg)
323 public synchronized void setMake(String arg)
327 public synchronized void setModel(String arg)
331 public synchronized void setPPD(String arg)
335 public synchronized void setPPDFile(String arg)
339 public synchronized void setDevice(String arg)
347 public synchronized void setNotify(String arg)
351 public synchronized void setProtocol(String arg)
355 public synchronized void setDestination(String arg)
359 public synchronized void setExtensions(String arg)
363 public synchronized void setFileContents(String[] arg)
367 public synchronized void setUserAllowList(String[] arg)
371 public synchronized void setUserDenyList(String[] arg)
379 public synchronized void setBanner(String arg)
391 public synchronized void setLocale(String arg)
399 public String getPrinterName()
403 public String getPrinterType()
407 public String getPrintServer()
411 public String getComment()
415 public String getDevice()
423 public String getMake()
427 public String getModel()
431 public String getPPD()
435 public String getPPDFile()
439 public String getNotify()
443 public String getProtocol()
447 public String getDestination()
451 public String getExtensions()
455 public String[] getFileContents()
459 public String[] getUserAllowList()
463 public String[] getUserDenyList()
471 public String getBanner()
483 public String getLocale()
496 protected String modhints = "";