public abstract class RepositoryImpl extends java.lang.Object implements Repository
Repository.StateDisposable.Parent| Modifier | Constructor and Description |
|---|---|
protected |
RepositoryImpl(Project project,
VirtualFile dir,
Disposable parentDisposable) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getPresentableUrl() |
Project |
getProject() |
VirtualFile |
getRoot() |
int |
hashCode() |
boolean |
isFresh() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetCurrentBranchName, getCurrentRevision, getState, getVcs, toLogString, updateprotected RepositoryImpl(Project project, VirtualFile dir, Disposable parentDisposable)
public VirtualFile getRoot()
getRoot in interface Repositorypublic java.lang.String getPresentableUrl()
getPresentableUrl in interface Repositorypublic java.lang.String toString()
toString in class java.lang.Objectpublic Project getProject()
getProject in interface Repositorypublic boolean isFresh()
isFresh in interface Repositorypublic void dispose()
Disposabledispose in interface Disposablepublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object