Searched refs:setArchive (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DDosFileAttributeView.java78 * {@link #setArchive setArchive} methods respectively.
178 void setArchive(boolean value) throws IOException; method in interface:DosFileAttributeView
/openjdk7/jdk/test/java/nio/file/attribute/DosFileAttributeView/
H A DBasic.java53 view.setArchive(true);
55 view.setArchive(false);
69 view.setArchive(value);
/openjdk7/jaxp/src/org/w3c/dom/html/
H A DHTMLAppletElement.java71 public void setArchive(String archive); method in interface:HTMLAppletElement
H A DHTMLObjectElement.java80 public void setArchive(String archive); method in interface:HTMLObjectElement
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributeViews.java183 setArchive((Boolean)value);
257 public void setArchive(boolean value) throws IOException { method in class:WindowsFileAttributeViews.Dos
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java83 setArchive((Boolean)value);
199 public void setArchive(boolean value) throws IOException { method in class:LinuxDosFileAttributeView
/openjdk7/jdk/test/java/nio/file/Files/
H A DCheckPermissions.java593 view.setArchive(false);

Completed in 60 milliseconds