jar

com.github.nagyesta.file-barj : file-barj-core

Maven & Gradle

Jan 01, 2024
3 stars

File BaRJ - Core · Defines the inner working mechanism of backup and restore tasks.

Table Of Contents

Latest Version

Download com.github.nagyesta.file-barj : file-barj-core JAR file - Latest Versions:

All Versions

Download com.github.nagyesta.file-barj : file-barj-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window file-barj-core-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nagyesta.filebarj.core.restore.worker

├─ com.github.nagyesta.filebarj.core.restore.worker.FileMetadataSetter.class - [JAR]

├─ com.github.nagyesta.filebarj.core.restore.worker.FileMetadataSetterLocal.class - [JAR]

com.github.nagyesta.filebarj.core.restore.pipeline

├─ com.github.nagyesta.filebarj.core.restore.pipeline.DryRunRestorePipeline.class - [JAR]

├─ com.github.nagyesta.filebarj.core.restore.pipeline.RestoreController.class - [JAR]

├─ com.github.nagyesta.filebarj.core.restore.pipeline.RestorePipeline.class - [JAR]

com.github.nagyesta.filebarj.core.backup.pipeline

├─ com.github.nagyesta.filebarj.core.backup.pipeline.BackupController.class - [JAR]

├─ com.github.nagyesta.filebarj.core.backup.pipeline.BackupPipeline.class - [JAR]

├─ com.github.nagyesta.filebarj.core.backup.pipeline.BaseBackupPipeline.class - [JAR]

├─ com.github.nagyesta.filebarj.core.backup.pipeline.ParallelBackupPipeline.class - [JAR]

com.github.nagyesta.filebarj.core.config

├─ com.github.nagyesta.filebarj.core.config.BackupJobConfiguration.class - [JAR]

├─ com.github.nagyesta.filebarj.core.config.BackupSource.class - [JAR]

├─ com.github.nagyesta.filebarj.core.config.RestoreTarget.class - [JAR]

├─ com.github.nagyesta.filebarj.core.config.RestoreTargets.class - [JAR]

com.github.nagyesta.filebarj.core.backup

├─ com.github.nagyesta.filebarj.core.backup.ArchivalException.class - [JAR]

├─ com.github.nagyesta.filebarj.core.backup.FileParseException.class - [JAR]

com.github.nagyesta.filebarj.core.config.enums

├─ com.github.nagyesta.filebarj.core.config.enums.CompressionAlgorithm.class - [JAR]

├─ com.github.nagyesta.filebarj.core.config.enums.DuplicateHandlingStrategy.class - [JAR]

├─ com.github.nagyesta.filebarj.core.config.enums.HashAlgorithm.class - [JAR]

com.github.nagyesta.filebarj.core.backup.worker

├─ com.github.nagyesta.filebarj.core.backup.worker.FileMetadataParser.class - [JAR]

├─ com.github.nagyesta.filebarj.core.backup.worker.FileMetadataParserLocal.class - [JAR]

com.github.nagyesta.filebarj.core.json

├─ com.github.nagyesta.filebarj.core.json.PublicKeyDeserializer.class - [JAR]

├─ com.github.nagyesta.filebarj.core.json.PublicKeySerializer.class - [JAR]

com.github.nagyesta.filebarj.core.util

├─ com.github.nagyesta.filebarj.core.util.OsUtil.class - [JAR]

├─ com.github.nagyesta.filebarj.core.util.TimerUtil.class - [JAR]

com.github.nagyesta.filebarj.core.common

├─ com.github.nagyesta.filebarj.core.common.BaseFileMetadataChangeDetector.class - [JAR]

├─ com.github.nagyesta.filebarj.core.common.FileMetadataChangeDetector.class - [JAR]

├─ com.github.nagyesta.filebarj.core.common.FileMetadataChangeDetectorFactory.class - [JAR]

├─ com.github.nagyesta.filebarj.core.common.HashingFileMetadataChangeDetector.class - [JAR]

├─ com.github.nagyesta.filebarj.core.common.ManifestCipherInputStream.class - [JAR]

├─ com.github.nagyesta.filebarj.core.common.ManifestCipherOutputStream.class - [JAR]

├─ com.github.nagyesta.filebarj.core.common.ManifestManager.class - [JAR]

├─ com.github.nagyesta.filebarj.core.common.ManifestManagerImpl.class - [JAR]

├─ com.github.nagyesta.filebarj.core.common.SimpleFileMetadataChangeDetector.class - [JAR]

com.github.nagyesta.filebarj.core.model

├─ com.github.nagyesta.filebarj.core.model.AppVersion.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.ArchiveEntryLocator.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.ArchivedFileMetadata.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.BackupIncrementManifest.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.EncryptionKeyStore.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.FileMetadata.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.RestoreManifest.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.ValidationRules.class - [JAR]

com.github.nagyesta.filebarj.core.model.enums

├─ com.github.nagyesta.filebarj.core.model.enums.BackupType.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.enums.Change.class - [JAR]

├─ com.github.nagyesta.filebarj.core.model.enums.FileType.class - [JAR]

com.github.nagyesta.filebarj.core.backup.service

├─ com.github.nagyesta.filebarj.core.backup.service.BackupService.class - [JAR]