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 File
getFile()
String
getLabel()
Returns a label of the source.String
getLocation()
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:DocumentSource
Returns a label of the source.- Specified by:
getLabel
in interfaceDocumentSource
- Returns:
- a label of the source.
-
getLocation
public String getLocation()
Description copied from interface:DocumentSource
Returns some location information of the source.- Specified by:
getLocation
in interfaceDocumentSource
- Returns:
- some location information.
-
-