com.atlassian.crucible.scm
Interface HasDirectoryBrowser

All Superinterfaces:
SCMRepository

public interface HasDirectoryBrowser
extends SCMRepository

An SCMRepository which provides access to a directory tree should implement this interface.


Method Summary
 DirectoryBrowser getDirectoryBrowser()
           
 
Methods inherited from interface com.atlassian.crucible.scm.SCMRepository
getDescription, getDiffRevisionKey, getName, getRevisionData, getStateDescription, isAvailable, streamContents
 

Method Detail

getDirectoryBrowser

DirectoryBrowser getDirectoryBrowser()