Package com.day.util.diff
Interface DocumentSource
-
- All Known Implementing Classes:
DefaultDocumentSource
,FileDocumentSource
public interface DocumentSource
DocumentSource
...
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CVS_ID
The CVS/SVN id
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getLabel()
Returns a label of the source.java.lang.String
getLocation()
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
-
-