Package jetbrains.vcs.api.services.tc
Class VcsMappingElement
- java.lang.Object
-
- jetbrains.vcs.api.services.tc.VcsMappingElement
-
public class VcsMappingElement extends Object
-
-
Constructor Summary
Constructors Constructor Description VcsMappingElement(String from, String to, String comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getComment()
String
getFrom()
String
getTo()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
SEPARATOR
public static final String SEPARATOR
- See Also:
- Constant Field Values
-
myFrom
public final String myFrom
-
myTo
public final String myTo
-
myComment
public final String myComment
-
-