Package org.codehaus.mojo.mrm.impl

This package contains implementations of the org.codehaus.mojo.mrm contracts.

See:
          Description

Class Summary
CompositeFileSystem A file system that is a composite of multiple file systems.
DiskFileEntry A file entry backed by a File on a local disk.
DiskFileSystem A file system hosted from a local directory.
GenerateOnErrorFileEntry A delegating file entry that also knows how to generate the content if the entry it delegates to has problems.
LinkFileEntry An entry backed by a FileEntry on a (possibly different) FileSystem.
MemoryFileEntry A FileEntry who's contents are held in memory.
MemoryFileSystem A file system who's structure is entirely stored in memory.
RemoteFileEntry A FileEntry that is hosted at a remote URL.
Utils Utility class.
 

Package org.codehaus.mojo.mrm.impl Description

This package contains implementations of the org.codehaus.mojo.mrm contracts.

Since:
1.0


Copyright © 2009-2011 Codehaus. All Rights Reserved.