Searched defs:Changer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/file/
H A DChmod.java109 * @return A {@code Changer} that may be used to changer a set of
115 public static Changer compile(String exprs) {
248 return new Changer() {
261 public interface Changer { interface in class:Chmod
274 * Changes the permissions of the file using the given Changer.
276 static void chmod(Path file, Changer changer) {
289 private final Changer changer;
291 TreeVisitor(Changer changer) {
339 Changer changer = compile(args[argi++]);

Completed in 88 milliseconds