|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ArchiveExtractor
Interface for archive extractors (spring singletons).
| Method Summary | |
|---|---|
void |
extractFiles(java.io.File archive,
ArchiveFileSelector selector)
Extracts files from given archive filtered by file selector |
boolean |
isSupported(java.io.File archive)
Detect whether archive can be extract by this extractor |
| Method Detail |
|---|
boolean isSupported(@NotNull
java.io.File archive)
archive - path to archive
void extractFiles(@NotNull
java.io.File archive,
@NotNull
ArchiveFileSelector selector)
throws java.io.IOException
archive - archive to be processedselector - selector for files within the archive
java.io.IOException - Error ocurred during extraction
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||