Package org.codehaus.mojo.mrm.impl.maven
Class ArtifactStoreFileSystem
java.lang.Object
org.codehaus.mojo.mrm.api.BaseFileSystem
org.codehaus.mojo.mrm.impl.maven.ArtifactStoreFileSystem
- All Implemented Interfaces:
FileSystem
A
FileSystem that delegates to a ArtifactStore.- Since:
- 1.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Entryget(DirectoryEntry parent, String name) longgetLastModified(DirectoryEntry entry) Entry[]listEntries(DirectoryEntry directory) put(DirectoryEntry parent, String name, InputStream content) Methods inherited from class org.codehaus.mojo.mrm.api.BaseFileSystem
get, getRoot
-
Constructor Details
-
ArtifactStoreFileSystem
Creates aFileSystembacked by anArtifactStore.- Parameters:
store- the backing artifact store.- Since:
- 1.0
-
-
Method Details
-
listEntries
-
get
- Overrides:
getin classBaseFileSystem
-
getLastModified
- Throws:
IOException
-
put
- Throws:
IOException
-