Home | History | Annotate | Download | only in instr

Lines Matching refs:active

38 	private boolean active;
41 * Creates a new remover which is active.
44 active = true;
48 * Defines whether this remover should be active. If it is not active it
51 * @param active
55 public void setActive(final boolean active) {
56 this.active = active;
67 return active && SIGNATURE_FILES.matcher(name).matches();
85 if (!active || !MANIFEST_MF.equals(name)) {