Serialized Form
|
Package org.codehaus.mojo.mrm.impl |
serialVersionUID: 1L
delegates
org.codehaus.mojo.mrm.api.FileSystem[] delegates
- The file systems to delegate to (in order of preference).
- Since:
- 1.0
root
org.codehaus.mojo.mrm.api.DirectoryEntry root
- The root entry.
- Since:
- 1.0
serialVersionUID: 1L
file
File file
- The backing file.
- Since:
- 1.0
root
File root
- The root directory of the file system.
- Since:
- 1.0
readOnly
boolean readOnly
- Whether the file system can support modifications.
- Since:
- 1.0
serialVersionUID: 1L
generatorEntry
org.codehaus.mojo.mrm.api.FileEntry generatorEntry
- The entry that we can fall back to if there is an
GenerateOnErrorFileEntry.error.
- Since:
- 1.0
delegateEntry
org.codehaus.mojo.mrm.api.FileEntry delegateEntry
- The entry that we delegate to (unless there is an
GenerateOnErrorFileEntry.error).
- Since:
- 1.0
serialVersionUID: 1L
entry
org.codehaus.mojo.mrm.api.FileEntry entry
- The backing entry.
- Since:
- 1.0
serialVersionUID: 1L
content
byte[] content
- The content to serve.
- Since:
- 1.0
lastModified
long lastModified
- The timestamp of the content.
- Since:
- 1.0
contents
Map<K,V> contents
- The file system content.
- Since:
- 1.0
serialVersionUID: 1L
url
URL url
- The
URL of the entry.
|
Package org.codehaus.mojo.mrm.impl.digest |
backing
org.codehaus.mojo.mrm.api.FileSystem backing
- The backing filesystem.
- Since:
- 1.0
digestFactories
Map<K,V> digestFactories
- The digest factories that we will use.
- Since:
- 1.0
serialVersionUID: 1L
entry
org.codehaus.mojo.mrm.api.FileEntry entry
- The entry we will calculate the digest of.
- Since:
- 1.0
serialVersionUID: 1L
entry
org.codehaus.mojo.mrm.api.FileEntry entry
- The entry we will calculate the digest of.
- Since:
- 1.0
|
Package org.codehaus.mojo.mrm.impl.maven |
serialVersionUID: 1L
artifact
org.codehaus.mojo.mrm.api.maven.Artifact artifact
- The backing
Artifact.
- Since:
- 1.0
store
org.codehaus.mojo.mrm.api.maven.ArtifactStore store
- The backing
ArtifactStore.
- Since:
- 1.0
store
org.codehaus.mojo.mrm.api.maven.ArtifactStore store
- The backing
ArtifactStore.
- Since:
- 1.0
stores
org.codehaus.mojo.mrm.api.maven.ArtifactStore[] stores
- The backing artifact stores, in order of priority.
- Since:
- 1.0
root
File root
- The root of the artifact store.
- Since:
- 1.0
backing
org.codehaus.mojo.mrm.api.FileSystem backing
- The backing file system.
- Since:
- 1.0
serialVersionUID: 1L
contents
Map<K,V> contents
- The contents of this artifact store.
- Since:
- 1.0
serialVersionUID: 1L
path
String path
- The path of the backing
Metadata.
- Since:
- 1.0
store
org.codehaus.mojo.mrm.api.maven.ArtifactStore store
- The backing
ArtifactStore.
- Since:
- 1.0
contents
Map<K,V> contents
- The contents of this artifact store.
- Since:
- 1.0
|
Package org.codehaus.mojo.mrm.servlet |
fileSystem
org.codehaus.mojo.mrm.api.FileSystem fileSystem
- The file system that we are serving.
- Since:
- 1.0
Copyright © 2009-2011 Codehaus. All Rights Reserved.