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

/openjdk7/jdk/src/share/classes/java/nio/file/attribute/
H A DDosFileAttributes.java73 boolean isArchive(); method in interface:DosFileAttributes
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DPaths.java279 if (isArchive(direntry))
320 if (!isArchive(file)) {
497 private boolean isArchive(File file) { method in class:Paths
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileAttributes.java474 public boolean isArchive() { method in class:WindowsFileAttributes

Completed in 69 milliseconds