Skip navigation links
A B C D F G H L M N O P R S T U 

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.
asInputStream(Object) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Returns an input stream for the specified content.
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.
CompositeFileSystem - Class in org.codehaus.mojo.mrm.impl
A file system that is a composite of multiple file systems.
CompositeFileSystem(FileSystem[]) - Constructor for class org.codehaus.mojo.mrm.impl.CompositeFileSystem
Creates a new FileSystem that will delegate to each of the supplied delegate FileSystem in turn until a matching entry is found.
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
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.SHA1DigestFileEntry.Factory
Creates a digest entry for the specified content within the specified directory of the file system.

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.
DiskFileEntry - Class in org.codehaus.mojo.mrm.impl
A file entry backed by a File on a local disk.
DiskFileEntry(FileSystem, DirectoryEntry, File) - Constructor for class org.codehaus.mojo.mrm.impl.DiskFileEntry
Creates a new instance in the specified parent directory of the specified file system that backs the supplied file named with File.getName().
DiskFileEntry(FileSystem, DirectoryEntry, String, File) - Constructor for class org.codehaus.mojo.mrm.impl.DiskFileEntry
Creates a new instance in the specified parent directory of the specified file system that backs the supplied file named with the supplied name.
DiskFileSystem - Class in org.codehaus.mojo.mrm.impl
A file system hosted from a local directory.
DiskFileSystem(File, boolean) - Constructor for class org.codehaus.mojo.mrm.impl.DiskFileSystem
Creates a new instance.
DiskFileSystem(File) - Constructor for class org.codehaus.mojo.mrm.impl.DiskFileSystem
Creates a new read-only instance.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.codehaus.mojo.mrm.servlet.FileSystemServlet
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() - Constructor for class org.codehaus.mojo.mrm.servlet.FileSystemServlet
Default constructor.
FileSystemServlet(FileSystem, String) - 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.CompositeFileSystem
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.MemoryArtifactStore
get(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
get(DirectoryEntry, String) - Method in class org.codehaus.mojo.mrm.impl.MemoryFileSystem
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.MemoryArtifactStore
 
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.MemoryArtifactStore
 
getArchetypeCatalogLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
 
getArtifact() - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactFileEntry
Gets the backing artifact.
getArtifactId(Model) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Extract the artifactId from an un-interpolated model.
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.MemoryArtifactStore
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.MemoryArtifactStore
getArtifacts(String, String, String) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
getGAVPath(String, String, String) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Converts a GAV coordinate into the repository path for the directory containing all artifacts at that GAV.
getGAVPathName(String, String, String) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Converts a GAV coordinate into the base file path and name for all artifacts at that coordinate.
getGroupId(Model) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Extract the groupId from an un-interpolated model.
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.MemoryArtifactStore
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.DiskFileEntry
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
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.MemoryFileEntry
getInputStream() - Method in class org.codehaus.mojo.mrm.impl.RemoteFileEntry
getLastModified(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.CompositeFileSystem
getLastModified(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.digest.AutoDigestFileSystem
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.DiskFileEntry
getLastModified(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.DiskFileSystem
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(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.MemoryArtifactStore
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.maven.MetadataFileEntry
getLastModified(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.MemoryFileEntry
getLastModified(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.MemoryFileSystem
getLastModified() - Method in class org.codehaus.mojo.mrm.impl.RemoteFileEntry
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.MemoryArtifactStore
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.MemoryArtifactStore
getMetadataLastModified(String) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
getRoot() - Method in class org.codehaus.mojo.mrm.impl.CompositeFileSystem
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.DiskFileEntry
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(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.MemoryArtifactStore
getSize() - Method in class org.codehaus.mojo.mrm.impl.maven.MetadataFileEntry
getSize(Artifact) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
getSize() - Method in class org.codehaus.mojo.mrm.impl.MemoryFileEntry
getSize() - Method in class org.codehaus.mojo.mrm.impl.RemoteFileEntry
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
Returns the type of digest (i.e.
getType() - Method in class org.codehaus.mojo.mrm.impl.digest.SHA1DigestFileEntry.Factory
Returns the type of digest (i.e.
getVersion(Model) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Extract the version from an un-interpolated model.
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.MemoryArtifactStore
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, 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().
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.
listEntries(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.CompositeFileSystem
listEntries(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.digest.AutoDigestFileSystem
listEntries(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.DiskFileSystem
listEntries(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactStoreFileSystem
 
listEntries(DirectoryEntry) - Method in class org.codehaus.mojo.mrm.impl.MemoryFileSystem
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.
MemoryArtifactStore - Class in org.codehaus.mojo.mrm.impl.maven
An artifact store that keeps all its artifacts in memory.
MemoryArtifactStore() - Constructor for class org.codehaus.mojo.mrm.impl.maven.MemoryArtifactStore
 
MemoryFileEntry - Class in org.codehaus.mojo.mrm.impl
A FileEntry who's contents are held in memory.
MemoryFileEntry(FileSystem, DirectoryEntry, String, byte[]) - Constructor for class org.codehaus.mojo.mrm.impl.MemoryFileEntry
Creates a new entry for the specified parent directory of the specified file system with the specified name having the supplied content.
MemoryFileSystem - Class in org.codehaus.mojo.mrm.impl
A file system who's structure is entirely stored in memory.
MemoryFileSystem() - Constructor for class org.codehaus.mojo.mrm.impl.MemoryFileSystem
Create a new empty file system.
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.
mkdir(DirectoryEntry, String) - Method in class org.codehaus.mojo.mrm.impl.CompositeFileSystem
mkdir(DirectoryEntry, String) - Method in class org.codehaus.mojo.mrm.impl.DiskFileSystem
mkdir(DirectoryEntry, String) - Method in class org.codehaus.mojo.mrm.impl.MemoryFileSystem
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() - Method in class org.codehaus.mojo.mrm.plugin.HostedRepo
 
newInstance() - Method in class org.codehaus.mojo.mrm.plugin.LocalRepo
newInstance() - 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.CompositeFileSystem
put(DirectoryEntry, String, byte[]) - Method in class org.codehaus.mojo.mrm.impl.CompositeFileSystem
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.DiskFileSystem
put(DirectoryEntry, String, InputStream) - Method in class org.codehaus.mojo.mrm.impl.maven.ArtifactStoreFileSystem
 
put(DirectoryEntry, String, InputStream) - Method in class org.codehaus.mojo.mrm.impl.MemoryFileSystem

R

RemoteFileEntry - Class in org.codehaus.mojo.mrm.impl
A FileEntry that is hosted at a remote URL.
RemoteFileEntry(FileSystem, DirectoryEntry, String, URL) - Constructor for class org.codehaus.mojo.mrm.impl.RemoteFileEntry
Create a new file entry.
remove(Entry) - Method in class org.codehaus.mojo.mrm.impl.CompositeFileSystem
remove(Entry) - Method in class org.codehaus.mojo.mrm.impl.DiskFileSystem
remove(Entry) - Method in class org.codehaus.mojo.mrm.impl.MemoryFileSystem

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.MemoryArtifactStore
set(Artifact, InputStream) - Method in class org.codehaus.mojo.mrm.impl.maven.MockArtifactStore
setArchetypeCatalog(InputStream) - Method in class org.codehaus.mojo.mrm.impl.maven.MemoryArtifactStore
 
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

urlEncodePath(String) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Take a path and encode it for use as an URL parameter.
urlEncodePathSegment(String) - Static method in class org.codehaus.mojo.mrm.impl.Utils
Take a path segment and encode it for use as an URL parameter.
Utils - Class in org.codehaus.mojo.mrm.impl
Utility class.
A B C D F G H L M N O P R S T U 
Skip navigation links

Copyright © 2009–2022 MojoHaus. All rights reserved.