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 booleanequals(Object o)StringgetComment()StringgetFrom()StringgetTo()inthashCode()StringtoString()
-
-
-
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
-
-