public class ArchiveGuesser extends Object implements IDocumentMatcher
Modifier and Type | Field and Description |
---|---|
static String[] |
ARCHIVE_EXTENSIONS |
Constructor and Description |
---|
ArchiveGuesser() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isArchive(String name)
Is a file by that name an archive?
|
boolean |
matches(IDocument document) |
public static final String[] ARCHIVE_EXTENSIONS
public boolean matches(IDocument document)
matches
in interface IDocumentMatcher
public static final boolean isArchive(String name)
Copyright © 2006–2015. All rights reserved.