Package org.apache.tika.config
Class Param<T>
java.lang.Object
org.apache.tika.config.Param<T>
- Type Parameters:
T- value type. Should be serializable to string and have a constructor with string param
- All Implemented Interfaces:
Serializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
This is a serializable model class for parameters from configuration file.
- Since:
- Apache Tika 1.14
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()Deprecated.getType()Deprecated.Deprecated.getValue()Deprecated.static <T> Param<T> load(InputStream stream) Deprecated.static <T> Param<T> Deprecated.voidsave(OutputStream stream) Deprecated.voidDeprecated.voidDeprecated.voidDeprecated.voidsetTypeString(String type) Deprecated.toString()Deprecated.
-
Constructor Details
-
Param
public Param()Deprecated. -
Param
Deprecated. -
Param
Deprecated.
-
-
Method Details
-
getName
Deprecated. -
setName
Deprecated. -
getType
Deprecated. -
setType
Deprecated. -
getTypeString
Deprecated. -
setTypeString
Deprecated. -
getValue
Deprecated. -
toString
Deprecated. -
save
Deprecated.- Throws:
TransformerExceptionTikaException
-
save
Deprecated. -
load
Deprecated.- Throws:
SAXExceptionIOExceptionTikaException
-
load
Deprecated.
-