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

/openjdk10/jdk/src/java.base/share/classes/java/nio/file/attribute/
H A DDosFileAttributeView.java83 * {@link #setArchive setArchive} methods respectively.
183 void setArchive(boolean value) throws IOException; method in interface:DosFileAttributeView
/openjdk10/jdk/test/java/nio/file/attribute/DosFileAttributeView/
H A DBasic.java53 view.setArchive(true);
55 view.setArchive(false);
69 view.setArchive(value);
/openjdk10/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/html/
H A DHTMLAppletElement.java73 public void setArchive(String archive); method in interface:HTMLAppletElement
H A DHTMLObjectElement.java82 public void setArchive(String archive); method in interface:HTMLObjectElement
/openjdk10/jdk/src/java.base/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
/openjdk10/jdk/src/java.base/linux/classes/sun/nio/fs/
H A DLinuxDosFileAttributeView.java83 setArchive((Boolean)value);
200 public void setArchive(boolean value) throws IOException { method in class:LinuxDosFileAttributeView
/openjdk10/jdk/test/java/nio/file/Files/
H A DCheckPermissions.java661 view.setArchive(false);

Completed in 66 milliseconds