net.sf.vcaperture.web.models
Class RepoAndPathContext

java.lang.Object
  extended by net.sf.vcaperture.web.models.RepoAndPathContext

public class RepoAndPathContext
extends java.lang.Object


Field Summary
private  RepoFile mFile
           
private  java.lang.String mPath
           
private  AbstractRepository mRepository
           
private static RepoFile NO_FILE_EXISTS
           
 
Constructor Summary
RepoAndPathContext(AbstractRepository repository, java.lang.String path)
           
 
Method Summary
 java.lang.String getPath()
           
 RepoFile getRepoFile()
           
 AbstractRepository getRepository()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_FILE_EXISTS

private static final RepoFile NO_FILE_EXISTS

mRepository

private final AbstractRepository mRepository

mPath

private final java.lang.String mPath

mFile

private transient RepoFile mFile
Constructor Detail

RepoAndPathContext

public RepoAndPathContext(AbstractRepository repository,
                          java.lang.String path)
Method Detail

getPath

public java.lang.String getPath()

getRepository

public AbstractRepository getRepository()

getRepoFile

public RepoFile getRepoFile()


Copyright © 2008. All Rights Reserved.