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 VcsRootError
public java.lang.String getMapping()
getMapping
in interface VcsRootError
public VcsKey getVcsKey()
getVcsKey
in interface VcsRootError
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object