|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Revision | |
---|---|
net.sf.vcaperture.model | |
net.sf.vcaperture.services | |
net.sf.vcaperture.util |
Uses of Revision in net.sf.vcaperture.model |
---|
Methods in net.sf.vcaperture.model that return types with arguments of type Revision | |
---|---|
java.util.Collection<Revision> |
ProcessedRepository.getRevisions(java.lang.String startingRevision,
int maxRevisions)
|
java.util.Collection<Revision> |
SVNRepository.getRevisions(java.lang.String startingRevision,
int maxRevisions)
|
abstract java.util.Collection<Revision> |
AbstractRepository.getRevisions(java.lang.String startingRevision,
int maxRevisions)
|
Uses of Revision in net.sf.vcaperture.services |
---|
Methods in net.sf.vcaperture.services that return types with arguments of type Revision | |
---|---|
java.util.Collection<Revision> |
YamlFilesystemStorageService.getRevisions(AbstractRepository repo,
java.lang.String startingRevision,
int maxRevisions)
|
java.util.Collection<Revision> |
ILocalStorageService.getRevisions(AbstractRepository repo,
java.lang.String startingRevision,
int maxRevisions)
|
Methods in net.sf.vcaperture.services with parameters of type Revision | |
---|---|
private void |
LuceneSearchService.indexFile(java.lang.String formattedDate,
Revision rev,
RepoFileRevision rfr,
org.apache.lucene.index.IndexWriter writer)
|
void |
LuceneSearchService.indexRevision(AbstractRepository repo,
Revision rev)
|
void |
ISearchService.indexRevision(AbstractRepository repo,
Revision rev)
|
private void |
LuceneSearchService.indexRevision(Revision rev,
java.lang.String formattedDate,
org.apache.lucene.index.IndexWriter writer)
|
void |
YamlFilesystemStorageService.saveRevision(AbstractRepository repo,
Revision rev)
|
void |
ILocalStorageService.saveRevision(AbstractRepository repo,
Revision rev)
Saves the revision information for this repo / revision combo. |
void |
YamlFilesystemStorageService.updateLatestStoredRevision(AbstractRepository repo,
Revision rev)
|
void |
LuceneSearchService.updateLatestStoredRevision(AbstractRepository repo,
Revision rev)
|
Uses of Revision in net.sf.vcaperture.util |
---|
Method parameters in net.sf.vcaperture.util with type arguments of type Revision | |
---|---|
static void |
RevisionUtil.sort(AbstractRepository repo,
java.util.List<Revision> revs)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |