Home | History | Annotate | Download | only in scopedpool

Lines Matching defs:prune

38     /** Whether to prune */
39 private boolean prune = true;
41 /** Whether to prune when added to the classpool's cache */
74 * Returns the value of the prune attribute.
76 * @return the prune.
79 return prune;
83 * Set the prune attribute.
85 * @param prune a new value.
87 public void setPrune(boolean prune) {
88 this.prune = prune;