public class VcsRootErrorImpl extends java.lang.Object implements VcsRootError
VcsRootError.Type| Constructor and Description |
|---|
VcsRootErrorImpl(VcsRootError.Type type,
java.lang.String mapping,
java.lang.String key) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getMapping() |
VcsRootError.Type |
getType() |
VcsKey |
getVcsKey() |
int |
hashCode() |
java.lang.String |
toString() |
public VcsRootErrorImpl(VcsRootError.Type type, java.lang.String mapping, java.lang.String key)
public VcsRootError.Type getType()
getType in interface VcsRootErrorpublic java.lang.String getMapping()
getMapping in interface VcsRootErrorpublic VcsKey getVcsKey()
getVcsKey in interface VcsRootErrorpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object