Index

A B C D F G H L M N O P S T U 
All Classes and Interfaces|All Packages|Serialized Form

A

ArchetypeCatalogFileEntry - Class in org.codehaus.mojo.mrm.impl.maven
A file entry backed by ArchetypeCatalog in a ArtifactStore.
ArchetypeCatalogFileEntry(FileSystem, DirectoryEntry, ArtifactStore) - Constructor for class org.codehaus.mojo.mrm.impl.maven.ArchetypeCatalogFileEntry
Creates a file entry for the specified parent directory of the specified file system that corresponds to the specified metadata in the specified artifact store and will have the name maven-metadata.xml.
ArtifactFileEntry - Class in org.codehaus.mojo.mrm.impl.maven
A file entry backed by a Artifact in a ArtifactStore.
ArtifactFileEntry(FileSystem, DirectoryEntry, Artifact, ArtifactStore) - Constructor for class org.codehaus.mojo.mrm.impl.maven.ArtifactFileEntry
Creates a file entry for the specified parent directory of the specified file system that corresponds to the specified artifact in the specified artifact store and will have the name Artifact.getName().
ArtifactStoreFileSystem - Class in org.codehaus.mojo.mrm.impl.maven
A FileSystem that delegates to a ArtifactStore.
ArtifactStoreFileSystem(ArtifactStore) - Constructor for class org.codehaus.mojo.mrm.impl.maven.ArtifactStoreFileSystem
Creates a FileSystem backed by an ArtifactStore.
AutoDigestFileSystem - Class in org.codehaus.mojo.mrm.impl.digest
A delegating file system that will automatically provide digests of any files that are missing digests from the backing file system.
AutoDigestFileSystem(FileSystem) - Constructor for class org.codehaus.mojo.mrm.impl.digest.AutoDigestFileSystem
Creates an instance that will add SHA1 and MD5 digests to the backing file system for any entries that are missing digests.
AutoDigestFileSystem(FileSystem, DigestFileEntryFactory[]) - Constructor for class org.codehaus.mojo.mrm.impl.digest.AutoDigestFileSystem
Creates an instance that will use the supplied DigestFileEntryFactorys to add any missing digests to the backing file system.

B

BaseDigestFileEntryFactory - Class in org.codehaus.mojo.mrm.impl.digest
Base class for all DigestFileEntryFactorys.
BaseDigestFileEntryFactory() - Constructor for class org.codehaus.mojo.mrm.impl.digest.BaseDigestFileEntryFactory
 

C

canWrite(boolean) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
CompositeArtifactStore - Class in org.codehaus.mojo.mrm.impl.maven
An artifact store that serves as a union of multiple artifact stores.
CompositeArtifactStore(ArtifactStore[]) - Constructor for class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
Creates a new artifact store resulting from the union of multiple artifact stores.
create(FileSystem, DirectoryEntry, FileEntry) - Method in interface org.codehaus.mojo.mrm.impl.digest.DigestFileEntryFactory
Creates a digest entry for the specified content within the specified directory of the file system.
create(FileSystem, DirectoryEntry, FileEntry) - Method in class org.codehaus.mojo.mrm.impl.digest.MD5DigestFileEntry.Factory
 
create(FileSystem, DirectoryEntry, FileEntry) - Method in class org.codehaus.mojo.mrm.impl.digest.SHA1DigestFileEntry.Factory
 

D

DigestFileEntryFactory - Interface in org.codehaus.mojo.mrm.impl.digest
A factory for creating digest file entries.
DiskArtifactStore - Class in org.codehaus.mojo.mrm.impl.maven
An artifact store backed by a directory on the local disk.
DiskArtifactStore(File) - Constructor for class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
Creates a new artifact store hosted at the supplied root directory.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.mojo.mrm.servlet.FileSystemServlet
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.mojo.mrm.servlet.FileSystemServlet

F

Factory() - Constructor for class org.codehaus.mojo.mrm.impl.digest.MD5DigestFileEntry.Factory
 
Factory() - Constructor for class org.codehaus.mojo.mrm.impl.digest.SHA1DigestFileEntry.Factory
 
FileSystemArtifactStore - Class in org.codehaus.mojo.mrm.impl.maven
An artifact store based off a FileSystem.
FileSystemArtifactStore(FileSystem) - Constructor for class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
Creates a new artifact store hosted at the supplied root directory.
FileSystemServlet - Class in org.codehaus.mojo.mrm.servlet
Servlet that serves a FileSystem.
FileSystemServlet(FileSystem) - Constructor for class org.codehaus.mojo.mrm.servlet.FileSystemServlet
Constructor that takes a specific file system instance.

G

GenerateOnErrorFileEntry - Class in org.codehaus.mojo.mrm.impl
A delegating file entry that also knows how to generate the content if the entry it delegates to has problems.
GenerateOnErrorFileEntry(FileSystem, DirectoryEntry, FileEntry, FileEntry) - Constructor for class org.codehaus.mojo.mrm.impl.GenerateOnErrorFileEntry
Creates a FileEntry in the specified directory of the specified file system that delegates to another FileEntry but can (and will) fall back to another FileEntry if the primary delegate has an error.
get(String) - Method in class org.codehaus.mojo.mrm.impl.digest.AutoDigestFileSystem
 
get(DirectoryEntry, String) - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactStoreFileSystem
 
get(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
get(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
get(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
get(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getArchetypeCatalog() - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getArchetypeCatalog() - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getArchetypeCatalog() - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getArchetypeCatalog() - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getArchetypeCatalogLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getArchetypeCatalogLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getArchetypeCatalogLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getArchetypeCatalogLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getArtifactIds(String) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getArtifactIds(String) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getArtifactIds(String) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getArtifactIds(String) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getArtifacts(String, String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getArtifacts(String, String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getArtifacts(String, String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getArtifacts(String, String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getGroupIds(String) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getGroupIds(String) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getGroupIds(String) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getGroupIds(String) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.digest.MD5DigestFileEntry
 
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.digest.SHA1DigestFileEntry
 
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.GenerateOnErrorFileEntry
 
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.LinkFileEntry
 
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.maven.ArchetypeCatalogFileEntry
 
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactFileEntry
 
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.maven.MetadataFileEntry
 
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.digest.MD5DigestFileEntry
 
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.digest.SHA1DigestFileEntry
 
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.GenerateOnErrorFileEntry
 
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.LinkFileEntry
 
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.ArchetypeCatalogFileEntry
 
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactFileEntry
 
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.MetadataFileEntry
 
getLastModified(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.digest.AutoDigestFileSystem
 
getLastModified(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactStoreFileSystem
 
getLastModified(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getLastModified(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getLastModified(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getLastModified(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getMetadata(String) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getMetadata(String) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getMetadata(String) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getMetadata(String) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getMetadataLastModified(String) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getMetadataLastModified(String) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getMetadataLastModified(String) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getMetadataLastModified(String) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getSize() - Method in class org.codehaus.mojo.mrm.impl.digest.MD5DigestFileEntry
 
getSize() - Method in class org.codehaus.mojo.mrm.impl.digest.SHA1DigestFileEntry
 
getSize() - Method in class org.codehaus.mojo.mrm.impl.GenerateOnErrorFileEntry
 
getSize() - Method in class org.codehaus.mojo.mrm.impl.LinkFileEntry
 
getSize() - Method in class org.codehaus.mojo.mrm.impl.maven.ArchetypeCatalogFileEntry
 
getSize() - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactFileEntry
 
getSize() - Method in class org.codehaus.mojo.mrm.impl.maven.MetadataFileEntry
 
getSize(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getSize(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getSize(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getSize(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getType() - Method in interface org.codehaus.mojo.mrm.impl.digest.DigestFileEntryFactory
Returns the type of digest (i.e.
getType() - Method in class org.codehaus.mojo.mrm.impl.digest.MD5DigestFileEntry.Factory
 
getType() - Method in class org.codehaus.mojo.mrm.impl.digest.SHA1DigestFileEntry.Factory
 
getVersions(String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
getVersions(String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
getVersions(String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
getVersions(String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 

H

HostedRepo - Class in org.codehaus.mojo.mrm.plugin
Repository used for distribution management
HostedRepo() - Constructor for class org.codehaus.mojo.mrm.plugin.HostedRepo
 

L

LinkFileEntry - Class in org.codehaus.mojo.mrm.impl
An entry backed by a FileEntry on a (possibly different) FileSystem.
LinkFileEntry(FileSystem, DirectoryEntry, String, FileEntry) - Constructor for class org.codehaus.mojo.mrm.impl.LinkFileEntry
Creates a new instance in the specified parent directory of the specified file system that backs the supplied entry named with the supplied name.
LinkFileEntry(FileSystem, DirectoryEntry, FileEntry) - Constructor for class org.codehaus.mojo.mrm.impl.LinkFileEntry
Creates a new instance in the specified parent directory of the specified file system that backs the supplied entry named with Entry.getName().
listEntries(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.digest.AutoDigestFileSystem
 
listEntries(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactStoreFileSystem
 
LocalRepo - Class in org.codehaus.mojo.mrm.plugin
A locally stored Maven repository.
LocalRepo() - Constructor for class org.codehaus.mojo.mrm.plugin.LocalRepo
 

M

MD5DigestFileEntry - Class in org.codehaus.mojo.mrm.impl.digest
A FileEntry that corresponds to the MD5 digest of another file entry.
MD5DigestFileEntry(FileSystem, DirectoryEntry, FileEntry) - Constructor for class org.codehaus.mojo.mrm.impl.digest.MD5DigestFileEntry
Creates an instance in the specified directory of the specified file system that will calculate the digest of the specified file entry.
MD5DigestFileEntry.Factory - Class in org.codehaus.mojo.mrm.impl.digest
A DigestFileEntryFactory that creates MD5 digest entries.
MetadataFileEntry - Class in org.codehaus.mojo.mrm.impl.maven
A file entry backed by Metadata in a ArtifactStore.
MetadataFileEntry(FileSystem, DirectoryEntry, String, ArtifactStore) - Constructor for class org.codehaus.mojo.mrm.impl.maven.MetadataFileEntry
Creates a file entry for the specified parent directory of the specified file system that corresponds to the specified metadata in the specified artifact store and will have the name maven-metadata.xml.
MockArtifactStore - Class in org.codehaus.mojo.mrm.impl.maven
An artifact store that keeps all its artifacts in memory.
MockArtifactStore(File) - Constructor for class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
Create a mock artifact store by scanning for POMs within the specified root.
MockArtifactStore(Log, File) - Constructor for class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
Create a mock artifact store by scanning for POMs within the specified root.
MockArtifactStore(Log, File, boolean) - Constructor for class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
Create a mock artifact store by scanning for POMs within the specified root.
MockRepo - Class in org.codehaus.mojo.mrm.plugin
A mock Maven repository.
MockRepo() - Constructor for class org.codehaus.mojo.mrm.plugin.MockRepo
 

N

newEmptyJarContent() - Static method in class org.codehaus.mojo.mrm.impl.Utils
Creates an empty jar file.
newEmptyMavenPluginJarContent(String, String, String) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Creates an empty maven plugin jar file.
newInstance(MavenSession, Log) - Method in class org.codehaus.mojo.mrm.plugin.HostedRepo
 
newInstance(MavenSession, Log) - Method in class org.codehaus.mojo.mrm.plugin.LocalRepo
 
newInstance(MavenSession, Log) - Method in class org.codehaus.mojo.mrm.plugin.MockRepo
 

O

org.codehaus.mojo.mrm.impl - package org.codehaus.mojo.mrm.impl
 
org.codehaus.mojo.mrm.impl.digest - package org.codehaus.mojo.mrm.impl.digest
 
org.codehaus.mojo.mrm.impl.maven - package org.codehaus.mojo.mrm.impl.maven
 
org.codehaus.mojo.mrm.plugin - package org.codehaus.mojo.mrm.plugin
 
org.codehaus.mojo.mrm.servlet - package org.codehaus.mojo.mrm.servlet
 

P

POM_EXTENSIONS - Static variable in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
The extensions to search for when looking for POMs to mock.
put(DirectoryEntry, String, InputStream) - Method in class org.codehaus.mojo.mrm.impl.digest.AutoDigestFileSystem
 
put(DirectoryEntry, String, InputStream) - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactStoreFileSystem
 

S

set(Artifact, InputStream) - Method in class org.codehaus.mojo.mrm.impl.maven.CompositeArtifactStore
 
set(Artifact, InputStream) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
set(Artifact, InputStream) - Method in class org.codehaus.mojo.mrm.impl.maven.FileSystemArtifactStore
 
set(Artifact, InputStream) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
setFactoryHelper(FactoryHelper) - Method in class org.codehaus.mojo.mrm.plugin.HostedRepo
 
setFactoryHelper(FactoryHelper) - Method in class org.codehaus.mojo.mrm.plugin.LocalRepo
 
setFactoryHelper(FactoryHelper) - Method in class org.codehaus.mojo.mrm.plugin.MockRepo
 
setMetadata(String, Metadata) - Method in class org.codehaus.mojo.mrm.impl.maven.DiskArtifactStore
 
SHA1DigestFileEntry - Class in org.codehaus.mojo.mrm.impl.digest
A FileEntry that corresponds to the SHA1 digest of another file entry.
SHA1DigestFileEntry(FileSystem, DirectoryEntry, FileEntry) - Constructor for class org.codehaus.mojo.mrm.impl.digest.SHA1DigestFileEntry
Creates an instance in the specified directory of the specified file system that will calculate the digest of the specified file entry.
SHA1DigestFileEntry.Factory - Class in org.codehaus.mojo.mrm.impl.digest
A DigestFileEntryFactory that creates SHA1 digest entries.

T

toString() - Method in class org.codehaus.mojo.mrm.plugin.HostedRepo
 
toString() - Method in class org.codehaus.mojo.mrm.plugin.LocalRepo
toString() - Method in class org.codehaus.mojo.mrm.plugin.MockRepo

U

Utils - Class in org.codehaus.mojo.mrm.impl
Utility class.
A B C D F G H L M N O P S T U 
All Classes and Interfaces|All Packages|Serialized Form