jar

com.github.jscancella : bagging

Maven & Gradle

Jul 23, 2023
2 stars

bagging · This is a software library intended to support the creation, manipulation, and validation of "bags" from the bagit specification. It currently supports version 0.93 through 1.0.

Table Of Contents

Latest Version

Download com.github.jscancella : bagging JAR file - Latest Versions:

All Versions

Download com.github.jscancella : bagging JAR file - All Versions:

Version Vulnerabilities Size Updated
5.0.x
4.7
4.6
4.5
4.4
4.3.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 bagging-5.0.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.jscancella.conformance.internal

├─ com.github.jscancella.conformance.internal.BagProfileChecker.class - [JAR]

├─ com.github.jscancella.conformance.internal.DataDirIsEmptyChecker.class - [JAR]

├─ com.github.jscancella.conformance.internal.EncodingChecker.class - [JAR]

├─ com.github.jscancella.conformance.internal.LargeBagChecker.class - [JAR]

├─ com.github.jscancella.conformance.internal.ManifestChecker.class - [JAR]

├─ com.github.jscancella.conformance.internal.MetadataChecker.class - [JAR]

├─ com.github.jscancella.conformance.internal.VersionChecker.class - [JAR]

com.github.jscancella.writer.internal

├─ com.github.jscancella.writer.internal.BagitFileWriter.class - [JAR]

├─ com.github.jscancella.writer.internal.FetchWriter.class - [JAR]

├─ com.github.jscancella.writer.internal.ManifestWriter.class - [JAR]

├─ com.github.jscancella.writer.internal.MetadataWriter.class - [JAR]

├─ com.github.jscancella.writer.internal.RelativePathWriter.class - [JAR]

com.github.jscancella.domain.internal

├─ com.github.jscancella.domain.internal.EclipseGenerated.class - [JAR]

├─ com.github.jscancella.domain.internal.ManifestBuilderVistor.class - [JAR]

├─ com.github.jscancella.domain.internal.PathPair.class - [JAR]

com.github.jscancella.exceptions

├─ com.github.jscancella.exceptions.CorruptChecksumException.class - [JAR]

├─ com.github.jscancella.exceptions.DataDirectoryMustBeEmptyException.class - [JAR]

├─ com.github.jscancella.exceptions.FetchFileDoesNotExistException.class - [JAR]

├─ com.github.jscancella.exceptions.FileNotInManifestException.class - [JAR]

├─ com.github.jscancella.exceptions.FileNotInPayloadDirectoryException.class - [JAR]

├─ com.github.jscancella.exceptions.HasherInitializationException.class - [JAR]

├─ com.github.jscancella.exceptions.InvalidBagMetadataException.class - [JAR]

├─ com.github.jscancella.exceptions.InvalidBagStateException.class - [JAR]

├─ com.github.jscancella.exceptions.InvalidBagitFileFormatException.class - [JAR]

├─ com.github.jscancella.exceptions.InvalidPayloadOxumException.class - [JAR]

├─ com.github.jscancella.exceptions.MaliciousPathException.class - [JAR]

├─ com.github.jscancella.exceptions.MissingBagitFileException.class - [JAR]

├─ com.github.jscancella.exceptions.MissingPayloadDirectoryException.class - [JAR]

├─ com.github.jscancella.exceptions.MissingPayloadManifestException.class - [JAR]

├─ com.github.jscancella.exceptions.NoSuchBagitAlgorithmException.class - [JAR]

├─ com.github.jscancella.exceptions.PayloadOxumDoesNotExistException.class - [JAR]

├─ com.github.jscancella.exceptions.UnparsableVersionException.class - [JAR]

├─ com.github.jscancella.exceptions.VerificationException.class - [JAR]

com.github.jscancella.conformance.profile

├─ com.github.jscancella.conformance.profile.BagInfoRequirement.class - [JAR]

├─ com.github.jscancella.conformance.profile.BagitProfile.class - [JAR]

├─ com.github.jscancella.conformance.profile.BagitProfileBuilder.class - [JAR]

├─ com.github.jscancella.conformance.profile.BagitProfileDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.Serialization.class - [JAR]

com.github.jscancella.conformance.profile.deserialize

├─ com.github.jscancella.conformance.profile.deserialize.AcceptableVersionsNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.AllowedTagFilesNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.AllowedTagmanifestTypesNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.BagInfoNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.BagitProfileNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.DataDirEmptyNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.FetchFileAllowedNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.FetchFileRequiredNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.ManifestTypesAllowedNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.ManifestTypesRequiredNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.RequiredTagFilesNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.RequiredTagManifestNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.SerializationAcceptedNodeDeserializer.class - [JAR]

├─ com.github.jscancella.conformance.profile.deserialize.SerializationAllowedNodeDeserializer.class - [JAR]

com.github.jscancella.conformance.exceptions

├─ com.github.jscancella.conformance.exceptions.BagitVersionIsNotAcceptableException.class - [JAR]

├─ com.github.jscancella.conformance.exceptions.FetchFileNotAllowedException.class - [JAR]

├─ com.github.jscancella.conformance.exceptions.MetatdataValueIsNotAcceptableException.class - [JAR]

├─ com.github.jscancella.conformance.exceptions.MetatdataValueIsNotRepeatableException.class - [JAR]

├─ com.github.jscancella.conformance.exceptions.RequiredManifestNotPresentException.class - [JAR]

├─ com.github.jscancella.conformance.exceptions.RequiredMetadataFieldNotPresentException.class - [JAR]

├─ com.github.jscancella.conformance.exceptions.RequiredTagFileNotPresentException.class - [JAR]

com.github.jscancella.reader.internal

├─ com.github.jscancella.reader.internal.BagitTextFileReader.class - [JAR]

├─ com.github.jscancella.reader.internal.FetchReader.class - [JAR]

├─ com.github.jscancella.reader.internal.KeyValueReader.class - [JAR]

├─ com.github.jscancella.reader.internal.ManifestReader.class - [JAR]

├─ com.github.jscancella.reader.internal.MetadataReader.class - [JAR]

├─ com.github.jscancella.reader.internal.TagFileReader.class - [JAR]

com.github.jscancella.hash.standard

├─ com.github.jscancella.hash.standard.AbstractMessageDigestHasher.class - [JAR]

├─ com.github.jscancella.hash.standard.MD5Hasher.class - [JAR]

├─ com.github.jscancella.hash.standard.SHA1Hasher.class - [JAR]

├─ com.github.jscancella.hash.standard.SHA224Hasher.class - [JAR]

├─ com.github.jscancella.hash.standard.SHA256Hasher.class - [JAR]

├─ com.github.jscancella.hash.standard.SHA384Hasher.class - [JAR]

├─ com.github.jscancella.hash.standard.SHA512Hasher.class - [JAR]

com.github.jscancella.hash

├─ com.github.jscancella.hash.BagitChecksumNameMapping.class - [JAR]

├─ com.github.jscancella.hash.Hasher.class - [JAR]

├─ com.github.jscancella.hash.PayloadOxumGenerator.class - [JAR]

com.github.jscancella.hash.internal

├─ com.github.jscancella.hash.internal.FileCountAndTotalSizeVistor.class - [JAR]

com.github.jscancella.internal

├─ com.github.jscancella.internal.ManifestFilter.class - [JAR]

├─ com.github.jscancella.internal.PathUtils.class - [JAR]

com.github.jscancella.conformance

├─ com.github.jscancella.conformance.BagLinter.class - [JAR]

├─ com.github.jscancella.conformance.BagitWarning.class - [JAR]

com.github.jscancella.domain

├─ com.github.jscancella.domain.Bag.class - [JAR]

├─ com.github.jscancella.domain.BagBuilder.class - [JAR]

├─ com.github.jscancella.domain.FetchItem.class - [JAR]

├─ com.github.jscancella.domain.Manifest.class - [JAR]

├─ com.github.jscancella.domain.ManifestEntry.class - [JAR]

├─ com.github.jscancella.domain.Metadata.class - [JAR]

├─ com.github.jscancella.domain.Version.class - [JAR]

com.github.jscancella.verify.internal

├─ com.github.jscancella.verify.internal.AbstractPayloadFileExistsInManifestsVistor.class - [JAR]

├─ com.github.jscancella.verify.internal.BagitTextFileVerifier.class - [JAR]

├─ com.github.jscancella.verify.internal.MandatoryVerifier.class - [JAR]

├─ com.github.jscancella.verify.internal.ManifestVerifier.class - [JAR]

├─ com.github.jscancella.verify.internal.PayloadFileExistsInAllManifestsVistor.class - [JAR]

├─ com.github.jscancella.verify.internal.PayloadFileExistsInAtLeastOneManifestVistor.class - [JAR]