|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use RepoFile | |
---|---|
net.sf.vcaperture.model | |
net.sf.vcaperture.services | |
net.sf.vcaperture.web.models |
Uses of RepoFile in net.sf.vcaperture.model |
---|
Subclasses of RepoFile in net.sf.vcaperture.model | |
---|---|
class |
RepoFileRevision
|
Methods in net.sf.vcaperture.model that return RepoFile | |
---|---|
RepoFile |
ProcessedRepository.getFile(java.lang.String relativePath)
|
RepoFile |
SVNRepository.getFile(java.lang.String relativePath)
|
abstract RepoFile |
AbstractRepository.getFile(java.lang.String relativePath)
|
RepoFile |
AbstractRepository.getRootDirectory()
|
Methods in net.sf.vcaperture.model that return types with arguments of type RepoFile | |
---|---|
java.util.List<RepoFile> |
RepoFile.getChildren(boolean showAll)
|
Constructors in net.sf.vcaperture.model with parameters of type RepoFile | |
---|---|
RepoFile(RepoFile from)
|
|
RepoFileRevision(RepoFile file)
|
Uses of RepoFile in net.sf.vcaperture.services |
---|
Subclasses of RepoFile in net.sf.vcaperture.services | |
---|---|
(package private) static class |
YamlFilesystemStorageService.YamlFilesystemRepoFile
|
Methods in net.sf.vcaperture.services that return RepoFile | |
---|---|
RepoFile |
YamlFilesystemStorageService.getFile(AbstractRepository repo,
java.lang.String relativePath)
|
RepoFile |
ILocalStorageService.getFile(AbstractRepository repo,
java.lang.String relativePath)
|
Methods in net.sf.vcaperture.services that return types with arguments of type RepoFile | |
---|---|
java.util.List<RepoFile> |
YamlFilesystemStorageService.getChildren(AbstractRepository repo,
RepoFile repoFile,
boolean showAll)
|
java.util.List<RepoFile> |
YamlFilesystemStorageService.YamlFilesystemRepoFile.getChildren(boolean showAll)
|
Methods in net.sf.vcaperture.services with parameters of type RepoFile | |
---|---|
java.util.List<RepoFile> |
YamlFilesystemStorageService.getChildren(AbstractRepository repo,
RepoFile repoFile,
boolean showAll)
|
Uses of RepoFile in net.sf.vcaperture.web.models |
---|
Fields in net.sf.vcaperture.web.models declared as RepoFile | |
---|---|
private RepoFile |
RepoAndPathContext.mFile
|
private static RepoFile |
RepoAndPathContext.NO_FILE_EXISTS
|
Methods in net.sf.vcaperture.web.models that return RepoFile | |
---|---|
RepoFile |
RepoAndPathContext.getRepoFile()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |