Package com.day.util.diff
Interface DocumentSource
-
- All Known Implementing Classes:
DefaultDocumentSource,FileDocumentSource
public interface DocumentSourceDocumentSource...
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCVS_IDThe CVS/SVN id
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabel()Returns a label of the source.java.lang.StringgetLocation()Returns some location information of the source.
-
-
-
Field Detail
-
CVS_ID
static final java.lang.String CVS_ID
The CVS/SVN id- See Also:
- Constant Field Values
-
-