Class FileDocumentSource
- java.lang.Object
-
- org.apache.jackrabbit.vault.util.diff.FileDocumentSource
-
- All Implemented Interfaces:
DocumentSource
public class FileDocumentSource extends Object implements DocumentSource
FileDocumentSource...
-
-
Constructor Summary
Constructors Constructor Description FileDocumentSource(File file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilegetFile()StringgetLabel()Returns a label of the source.StringgetLocation()Returns some location information of the source.
-
-
-
Constructor Detail
-
FileDocumentSource
public FileDocumentSource(File file)
-
-
Method Detail
-
getFile
public File getFile()
-
getLabel
public String getLabel()
Description copied from interface:DocumentSourceReturns a label of the source.- Specified by:
getLabelin interfaceDocumentSource- Returns:
- a label of the source.
-
getLocation
public String getLocation()
Description copied from interface:DocumentSourceReturns some location information of the source.- Specified by:
getLocationin interfaceDocumentSource- Returns:
- some location information.
-
-