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 String
getLabel()
Returns a label of the source.String
getLocation()
Returns some location information of the source.
-
-
-
Constructor Detail
-
MetaFileDocSource
public MetaFileDocSource(MetaFile file)
-
-
Method Detail
-
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.
-
-