Uses of Class
com.ntak.pearlzip.archive.pub.ArchiveInfo
Packages that use ArchiveInfo
Package
Description
-
Uses of ArchiveInfo in com.ntak.pearlzip.archive.acc.pub
Methods in com.ntak.pearlzip.archive.acc.pub with parameters of type ArchiveInfoModifier and TypeMethodDescriptionbooleanCommonsCompressArchiveWriteService.addFile(long sessionId, ArchiveInfo archiveInfo, FileInfo... files) voidCommonsCompressArchiveWriteService.createArchive(long sessionId, ArchiveInfo archiveInfo, FileInfo... files) booleanCommonsCompressArchiveWriteService.deleteFile(long sessionId, ArchiveInfo archiveInfo, FileInfo file) booleanCommonsCompressArchiveReadService.extractFile(long sessionId, Path targetLocation, ArchiveInfo archiveInfo, FileInfo file) CommonsCompressArchiveReadService.listFiles(long sessionId, ArchiveInfo archiveInfo) -
Uses of ArchiveInfo in com.ntak.pearlzip.archive.constants
Fields in com.ntak.pearlzip.archive.constants with type parameters of type ArchiveInfoModifier and TypeFieldDescriptionstatic final List<Predicate<ArchiveInfo>>ArchiveConstants.NEW_ARCHIVE_VALIDATORS -
Uses of ArchiveInfo in com.ntak.pearlzip.archive.pub
Methods in com.ntak.pearlzip.archive.pub that return ArchiveInfoModifier and TypeMethodDescriptiondefault ArchiveInfoArchiveReadService.generateArchiveMetaData(String archivePath) Extracts metadata from the archive specified and wraps it in an ArchiveInfo object.static ArchiveInfoArchiveService.generateDefaultArchiveInfo(String archivePath) Generated the minimal default ArchiveInfo for a given archive path.ErrorMessage.getArchiveInfo()Methods in com.ntak.pearlzip.archive.pub with parameters of type ArchiveInfoModifier and TypeMethodDescriptionbooleanArchiveWriteService.addFile(long sessionId, ArchiveInfo archiveInfo, FileInfo... files) Adds file(s) to the location within the archive as specified by the FileInfo object.voidArchiveWriteService.createArchive(long sessionId, ArchiveInfo archiveInfo, FileInfo... files) Creates an archive at the path specified with optionally adding files to the archive.booleanArchiveWriteService.deleteFile(long sessionId, ArchiveInfo archiveInfo, FileInfo file) Deletes the specified file represented by a FileInfo archive metadata from the specified archive.booleanArchiveReadService.extractFile(long sessionId, Path targetLocation, ArchiveInfo archiveInfo, FileInfo file) Extracts the specified file by the FileInfo object supplied from the archive.default Optional<javafx.scene.Node>ArchiveReadService.getOpenArchiveOptionsPane(ArchiveInfo archiveInfo) Deprecated, for removal: This API element is subject to removal in a future version.ArchiveReadService.listFiles(long sessionId, ArchiveInfo archiveInfo) List contents of archive by the archive info object given.Constructors in com.ntak.pearlzip.archive.pub with parameters of type ArchiveInfoModifierConstructorDescriptionErrorMessage(long sessionId, String title, String header, String body, Exception exception, ArchiveInfo archiveInfo) -
Uses of ArchiveInfo in com.ntak.pearlzip.archive.szjb.pub
Methods in com.ntak.pearlzip.archive.szjb.pub with parameters of type ArchiveInfoModifier and TypeMethodDescriptionbooleanSevenZipArchiveService.extractFile(long sessionId, Path targetLocation, ArchiveInfo archiveInfo, FileInfo file) SevenZipArchiveService.listFiles(long sessionId, ArchiveInfo archiveInfo) -
Uses of ArchiveInfo in com.ntak.pearlzip.ui.model
Methods in com.ntak.pearlzip.ui.model that return ArchiveInfoModifier and TypeMethodDescriptionFXArchiveInfo.getArchiveInfo()FXArchiveInfo.getParentArchiveInfo()Constructors in com.ntak.pearlzip.ui.model with parameters of type ArchiveInfoModifierConstructorDescriptionFXArchiveInfo(ArchiveInfo parentArchiveInfo, String archivePath, ArchiveReadService readService, ArchiveWriteService writeService, ArchiveInfo archiveInfo, FileInfo nestedFileInfoParent) -
Uses of ArchiveInfo in com.ntak.pearlzip.ui.util
Methods in com.ntak.pearlzip.ui.util with parameters of type ArchiveInfoModifier and TypeMethodDescriptionstatic voidArchiveUtil.checkPreOpenDialog(ArchiveReadService readService, ArchiveInfo archiveInfo) static voidArchiveUtil.newArchive(long sessionId, ArchiveInfo archiveInfo, File archive)