Home | History | Annotate | Download | only in generators

Lines Matching refs:dropHtmlFileName

114 	public String dropHtmlFileName;
644 dropDirectoryName + File.separator + dropHtmlFileName;
1249 * Gets the dropHtmlFileName.
1253 return dropHtmlFileName;
1257 * Sets the dropHtmlFileName.
1258 * @param dropHtmlFileName The dropHtmlFileName to set
1260 public void setDropHtmlFileName(String dropHtmlFileName) {
1261 this.dropHtmlFileName = dropHtmlFileName;