net.sf.vcaperture.services
Class YamlFilesystemStorageService.YamlFilesystemRepoFile

java.lang.Object
  extended by net.sf.vcaperture.model.RepoFile
      extended by net.sf.vcaperture.services.YamlFilesystemStorageService.YamlFilesystemRepoFile
Enclosing class:
YamlFilesystemStorageService

static class YamlFilesystemStorageService.YamlFilesystemRepoFile
extends RepoFile


Field Summary
private  AbstractRepository mRepository
           
 
Constructor Summary
YamlFilesystemStorageService.YamlFilesystemRepoFile()
           
YamlFilesystemStorageService.YamlFilesystemRepoFile(AbstractRepository repo, java.lang.String relativePath, boolean directory)
           
 
Method Summary
 java.util.List<RepoFile> getChildren(boolean showAll)
           
 void setRepository(AbstractRepository repository)
           
 
Methods inherited from class net.sf.vcaperture.model.RepoFile
equals, getRelativePath, getRevisions, hashCode, isDirectory, setDirectory, setRelativePath, setRevisions
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mRepository

private AbstractRepository mRepository
Constructor Detail

YamlFilesystemStorageService.YamlFilesystemRepoFile

public YamlFilesystemStorageService.YamlFilesystemRepoFile()

YamlFilesystemStorageService.YamlFilesystemRepoFile

public YamlFilesystemStorageService.YamlFilesystemRepoFile(AbstractRepository repo,
                                                           java.lang.String relativePath,
                                                           boolean directory)
Method Detail

setRepository

public void setRepository(AbstractRepository repository)

getChildren

public java.util.List<RepoFile> getChildren(boolean showAll)
Overrides:
getChildren in class RepoFile


Copyright © 2008. All Rights Reserved.