Home | History | Annotate | Download | only in releng

Lines Matching defs:install

28 	private String install = "";
48 validator.install = "l:/vabase/team/sonia";
94 install,
112 if (new File(install + "/plugins/" + plugin).exists())
124 if (new File(install + "/features/" + feature).exists())
136 * Gets the install.
140 return install;
152 * Sets the install.
153 * @param install The install to set
155 public void setInstall(String install) {
156 this.install = install;