|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use RepoFileRevision | |
---|---|
net.sf.vcaperture.model | |
net.sf.vcaperture.services |
Uses of RepoFileRevision in net.sf.vcaperture.model |
---|
Fields in net.sf.vcaperture.model declared as RepoFileRevision | |
---|---|
private RepoFileRevision |
RepoFileRevision.mCopyOfRevision
|
private RepoFileRevision[] |
Revision.mFiles
|
Fields in net.sf.vcaperture.model with type parameters of type RepoFileRevision | |
---|---|
private IDataRetriever<RepoFileRevision,java.lang.String> |
RepoFileRevision.mContentsRetriever
|
Methods in net.sf.vcaperture.model that return RepoFileRevision | |
---|---|
RepoFileRevision |
RepoFileRevision.getCopyOfRevision()
|
RepoFileRevision[] |
Revision.getFiles()
|
Methods in net.sf.vcaperture.model with parameters of type RepoFileRevision | |
---|---|
void |
RepoFileRevision.setCopyOfRevision(RepoFileRevision copyOfRevision)
|
void |
Revision.setFiles(RepoFileRevision[] files)
|
Method parameters in net.sf.vcaperture.model with type arguments of type RepoFileRevision | |
---|---|
void |
RepoFileRevision.setContentsRetriever(IDataRetriever<RepoFileRevision,java.lang.String> contentsRetriever)
|
Uses of RepoFileRevision in net.sf.vcaperture.services |
---|
Methods in net.sf.vcaperture.services with parameters of type RepoFileRevision | |
---|---|
protected java.lang.String |
YamlFilesystemStorageService.getContents(AbstractRepository repo,
RepoFileRevision rfr)
|
java.lang.String |
YamlFilesystemStorageService.YamlFilesystemStorageContentsRetriever.getData(RepoFileRevision key)
|
private void |
LuceneSearchService.indexFile(java.lang.String formattedDate,
Revision rev,
RepoFileRevision rfr,
org.apache.lucene.index.IndexWriter writer)
|
void |
YamlFilesystemStorageService.saveFileRevision(AbstractRepository repo,
RepoFileRevision rfr)
|
void |
ILocalStorageService.saveFileRevision(AbstractRepository repo,
RepoFileRevision rfr)
Saves an actual file that was part of the revision. |
private java.lang.String |
LuceneSearchService.toString(RepoFileRevision[] files)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |