Class MetaFileDocSource
- java.lang.Object
-
- org.apache.jackrabbit.vault.vlt.meta.MetaFileDocSource
-
- All Implemented Interfaces:
DocumentSource
public class MetaFileDocSource extends Object implements DocumentSource
MetaFileDocSource...
-
-
Constructor Summary
Constructors Constructor Description MetaFileDocSource(MetaFile file)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLabel()Returns a label of the source.StringgetLocation()Returns some location information of the source.
-
-
-
Constructor Detail
-
MetaFileDocSource
public MetaFileDocSource(MetaFile file)
-
-
Method Detail
-
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.
-
-