Class FetcherConfigContainer
- java.lang.Object
-
- org.apache.tika.pipes.fetcher.config.FetcherConfigContainer
-
public class FetcherConfigContainer extends Object
-
-
Constructor Summary
Constructors Constructor Description FetcherConfigContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConfigClassName()
String
getJson()
FetcherConfigContainer
setConfigClassName(String configClassName)
FetcherConfigContainer
setJson(String json)
-
-
-
Method Detail
-
getConfigClassName
public String getConfigClassName()
-
setConfigClassName
public FetcherConfigContainer setConfigClassName(String configClassName)
-
getJson
public String getJson()
-
setJson
public FetcherConfigContainer setJson(String json)
-
-