public class ETLRunnerOptions extends Object implements Serializable
Constructor and Description |
---|
ETLRunnerOptions() |
Modifier and Type | Method and Description |
---|---|
Object[] |
getJobParams()
Input / Job parameters
|
Mode |
getMode() |
org.springframework.core.io.Resource |
getResource()
Specified
Resource |
boolean |
isFailFast() |
boolean |
isVerifyOnly() |
void |
setFailFast(boolean failFast) |
void |
setJobParams(Object[] jobParams)
Input / Job parameters
|
void |
setMode(Mode mode) |
void |
setResource(org.springframework.core.io.Resource resource)
Specified
Resource |
void |
setVerifyOnly(boolean verifyOnly) |
public boolean isVerifyOnly()
public void setVerifyOnly(boolean verifyOnly)
public boolean isFailFast()
public void setFailFast(boolean failFast)
public Object[] getJobParams()
public void setJobParams(Object[] jobParams)
public org.springframework.core.io.Resource getResource()
Resource
public void setResource(org.springframework.core.io.Resource resource)
Resource
Copyright © 2018. All rights reserved.