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 TypeMethodDescriptionboolean
CommonsCompressArchiveWriteService.addFile
(long sessionId, ArchiveInfo archiveInfo, FileInfo... files) void
CommonsCompressArchiveWriteService.createArchive
(long sessionId, ArchiveInfo archiveInfo, FileInfo... files) boolean
CommonsCompressArchiveWriteService.deleteFile
(long sessionId, ArchiveInfo archiveInfo, FileInfo file) boolean
CommonsCompressArchiveReadService.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 ArchiveInfo
ArchiveReadService.generateArchiveMetaData
(String archivePath) Extracts metadata from the archive specified and wraps it in an ArchiveInfo object.static ArchiveInfo
ArchiveService.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 TypeMethodDescriptionboolean
ArchiveWriteService.addFile
(long sessionId, ArchiveInfo archiveInfo, FileInfo... files) Adds file(s) to the location within the archive as specified by the FileInfo object.void
ArchiveWriteService.createArchive
(long sessionId, ArchiveInfo archiveInfo, FileInfo... files) Creates an archive at the path specified with optionally adding files to the archive.boolean
ArchiveWriteService.deleteFile
(long sessionId, ArchiveInfo archiveInfo, FileInfo file) Deletes the specified file represented by a FileInfo archive metadata from the specified archive.boolean
ArchiveReadService.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 TypeMethodDescriptionboolean
SevenZipArchiveService.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 void
ArchiveUtil.checkPreOpenDialog
(ArchiveReadService readService, ArchiveInfo archiveInfo) static void
ArchiveUtil.newArchive
(long sessionId, ArchiveInfo archiveInfo, File archive)