@Deprecated public static final class InputRedirectAware.InputRedirectOptionsImpl extends java.lang.Object implements InputRedirectAware.InputRedirectOptions
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INPUT_FILE
Deprecated.
|
java.lang.String |
myInputFile
Deprecated.
|
boolean |
myRedirectInput
Deprecated.
|
static java.lang.String |
REDIRECT_INPUT
Deprecated.
|
Constructor and Description |
---|
InputRedirectOptionsImpl()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
InputRedirectAware.InputRedirectOptionsImpl |
copy()
Deprecated.
|
java.lang.String |
getRedirectInputPath()
Deprecated.
|
boolean |
isRedirectInput()
Deprecated.
|
void |
readExternal(Element element)
Deprecated.
|
void |
setRedirectInput(boolean value)
Deprecated.
|
void |
setRedirectInputPath(java.lang.String value)
Deprecated.
|
void |
writeExternal(Element element)
Deprecated.
|
public static final java.lang.String REDIRECT_INPUT
public static final java.lang.String INPUT_FILE
public java.lang.String myInputFile
public boolean myRedirectInput
public void readExternal(Element element)
public void writeExternal(Element element)
public InputRedirectAware.InputRedirectOptionsImpl copy()
public boolean isRedirectInput()
isRedirectInput
in interface InputRedirectAware.InputRedirectOptions
public void setRedirectInput(boolean value)
setRedirectInput
in interface InputRedirectAware.InputRedirectOptions
public java.lang.String getRedirectInputPath()
getRedirectInputPath
in interface InputRedirectAware.InputRedirectOptions
public void setRedirectInputPath(java.lang.String value)
setRedirectInputPath
in interface InputRedirectAware.InputRedirectOptions