Package com.atlassian.modzdetector

Interface Summary
HashAlgorithm Represents the mechanism for hashing used by the registry.
ResourceAccessor Allows the detector to find the actual items for comparison, either via the filesystem or the classloader.
StreamMapper An abstraction of the logic that chooses how to acquire a resource's InputStream by name and resource type prefix.
 

Class Summary
Adler32HashAlgorithm Adler-32 checksumming implementation.
FilesystemStreamMapper Implements a mapping for streams that are only ever loaded from a filesystem rooted at a specific configured directory.
HashRegistry Represents a stateful hash registry to which resources can be cumulatively added using HashRegistry.register(String, java.io.InputStream).
IOUtils A few utility methods for I/O.
MD5HashAlgorithm MD5 hash algorithm.
Modifications A data class to hold the modifications and removals summary.
ModzDetector Provides a service to determine whether resource content has been modified compared to a registry.
 

Exception Summary
ModzRegistryException Top level exception category for errors specific to the modz detector.
 



Copyright © 2011 Atlassian. All Rights Reserved.