com.endeca.itl.cas.api
Class TextExtractionConfig

java.lang.Object
  extended by com.endeca.itl.cas.api.TextExtractionConfig

public class TextExtractionConfig
extends Object

The TextExtractionConfig allows a client to specify extraction-specific parameters to override default values. These include:


Constructor Summary
TextExtractionConfig()
           
 
Method Summary
 boolean equals(Object other)
           
 Integer getTimeout()
           
 int hashCode()
           
 Boolean isEnabled()
           
 Boolean isMakeLocalCopy()
           
 void setEnabled(Boolean value)
           
 void setMakeLocalCopy(Boolean value)
           
 void setTimeout(Integer value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TextExtractionConfig

public TextExtractionConfig()
Method Detail

isEnabled

public Boolean isEnabled()

setEnabled

public void setEnabled(Boolean value)

isMakeLocalCopy

public Boolean isMakeLocalCopy()

setMakeLocalCopy

public void setMakeLocalCopy(Boolean value)

getTimeout

public Integer getTimeout()

setTimeout

public void setTimeout(Integer value)

equals

public boolean equals(Object other)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.