Interface IDataSource
-
- All Known Implementing Classes:
FieldSource,StringSource
public interface IDataSourceThis interface describes a general field data source.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object[]getRawForm()intgetSize()java.lang.String[]getStringForm()
-
-
-
Method Detail
-
getSize
int getSize() throws java.io.IOException, org.apache.manifoldcf.core.interfaces.ManifoldCFException- Throws:
java.io.IOExceptionorg.apache.manifoldcf.core.interfaces.ManifoldCFException
-
getRawForm
java.lang.Object[] getRawForm() throws java.io.IOException, org.apache.manifoldcf.core.interfaces.ManifoldCFException- Throws:
java.io.IOExceptionorg.apache.manifoldcf.core.interfaces.ManifoldCFException
-
getStringForm
java.lang.String[] getStringForm() throws java.io.IOException, org.apache.manifoldcf.core.interfaces.ManifoldCFException- Throws:
java.io.IOExceptionorg.apache.manifoldcf.core.interfaces.ManifoldCFException
-
-