Class DtdValidator
- java.lang.Object
-
- org.apache.hop.workflow.action.ActionBase
-
- org.apache.hop.workflow.actions.xml.dtdvalidator.DtdValidator
-
- All Implemented Interfaces:
Cloneable,IAttributes,ICheckResultSource,IExtensionData,IHasLogChannel,ILoggingObject,IVariables,org.apache.hop.resource.IResourceHolder,org.apache.hop.workflow.action.IAction
@Action(id="DTD_VALIDATOR", name="i18n::DTD_VALIDATOR.Name", description="i18n::DTD_VALIDATOR.Description", image="DTD.svg", categoryDescription="i18n::DTD_VALIDATOR.Category", keywords="i18n::DtdValidator.keyword", documentationUrl="/workflow/actions/dtdvalidator.html") public class DtdValidator extends org.apache.hop.workflow.action.ActionBase implements Cloneable, org.apache.hop.workflow.action.IActionThis defines a 'dtdvalidator' job entry.
-
-
Constructor Summary
Constructors Constructor Description DtdValidator()DtdValidator(String n)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheck(List<ICheckResult> remarks, org.apache.hop.workflow.WorkflowMeta jobMeta, IVariables variables, IHopMetadataProvider metadataProvider)Objectclone()Resultexecute(Result previousResult, int nr)StringgetdtdFilename()booleangetDTDIntern()StringgetRealDTDfilename()StringgetRealxmlfilename()List<org.apache.hop.resource.ResourceReference>getResourceDependencies(IVariables variables, org.apache.hop.workflow.WorkflowMeta workflowMeta)StringgetXml()StringgetxmlFilename()booleanisEvaluation()voidloadXml(Node entrynode, IHopMetadataProvider metadataProvider, IVariables variables)voidsetdtdFilename(String filename)voidsetDTDIntern(boolean dtdinternin)voidsetxmlFilename(String filename)-
Methods inherited from class org.apache.hop.workflow.action.ActionBase
clear, copyFrom, equals, exportResources, getAttribute, getAttributes, getAttributesMap, getContainerId, getDescription, getDialogClassName, getEntryTransformSetVariable, getEntryTransformSetVariablesMap, getExtensionDataMap, getFilename, getLogChannel, getLogChannelId, getLogLevel, getMetadataProvider, getName, getObjectCopy, getObjectName, getObjectType, getParent, getParentVariables, getParentWorkflow, getParentWorkflowMeta, getPluginId, getRealFilename, getReferencedObjectDescriptions, getRegistrationDate, getSqlStatements, getTypeDesc, getTypeId, getUsedDatabaseConnections, getVariable, getVariable, getVariableBoolean, getVariableNames, getVariables, hasChanged, hashCode, initializeFrom, isBasic, isDebug, isDetailed, isForcingSeparateLogging, isGatheringMetrics, isPipeline, isReferencedObjectEnabled, isRowlevel, isStart, isUnconditional, isWorkflow, loadReferencedObject, loadXml, logBasic, logBasic, logDebug, logDebug, logDetailed, logDetailed, logError, logError, logError, logMinimal, logMinimal, logRowlevel, logRowlevel, resetErrorsBeforeExecution, resolve, resolve, resolve, setAttribute, setAttributes, setAttributesMap, setChanged, setChanged, setContainerObjectId, setDescription, setEntryTransformSetVariable, setForcingSeparateLogging, setGatheringMetrics, setLogLevel, setMetadataProvider, setName, setParentVariables, setParentWorkflow, setParentWorkflowMeta, setPluginId, setVariable, setVariables, shareWith, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.hop.workflow.action.IAction
clear, exportResources, getDescription, getDialogClassName, getFilename, getLogChannel, getName, getParentWorkflow, getParentWorkflowMeta, getPluginId, getRealFilename, getReferencedObjectDescriptions, getSqlStatements, hasChanged, isPipeline, isReferencedObjectEnabled, isStart, isUnconditional, isWorkflow, loadReferencedObject, resetErrorsBeforeExecution, setChanged, setChanged, setDescription, setMetadataProvider, setName, setParentWorkflow, setParentWorkflowMeta, setPluginId
-
Methods inherited from interface org.apache.hop.core.IExtensionData
getExtensionDataMap
-
Methods inherited from interface org.apache.hop.core.variables.IVariables
copyFrom, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
-
-
-
Constructor Detail
-
DtdValidator
public DtdValidator(String n)
-
DtdValidator
public DtdValidator()
-
-
Method Detail
-
clone
public Object clone()
- Specified by:
clonein interfaceorg.apache.hop.workflow.action.IAction- Overrides:
clonein classorg.apache.hop.workflow.action.ActionBase
-
getXml
public String getXml()
- Specified by:
getXmlin interfaceorg.apache.hop.workflow.action.IAction- Overrides:
getXmlin classorg.apache.hop.workflow.action.ActionBase
-
loadXml
public void loadXml(Node entrynode, IHopMetadataProvider metadataProvider, IVariables variables) throws HopXmlException
- Specified by:
loadXmlin interfaceorg.apache.hop.workflow.action.IAction- Overrides:
loadXmlin classorg.apache.hop.workflow.action.ActionBase- Throws:
HopXmlException
-
getRealxmlfilename
public String getRealxmlfilename()
-
getRealDTDfilename
public String getRealDTDfilename()
-
execute
public Result execute(Result previousResult, int nr)
- Specified by:
executein interfaceorg.apache.hop.workflow.action.IAction
-
isEvaluation
public boolean isEvaluation()
- Specified by:
isEvaluationin interfaceorg.apache.hop.workflow.action.IAction- Overrides:
isEvaluationin classorg.apache.hop.workflow.action.ActionBase
-
setxmlFilename
public void setxmlFilename(String filename)
-
getxmlFilename
public String getxmlFilename()
-
setdtdFilename
public void setdtdFilename(String filename)
-
getdtdFilename
public String getdtdFilename()
-
getDTDIntern
public boolean getDTDIntern()
-
setDTDIntern
public void setDTDIntern(boolean dtdinternin)
-
getResourceDependencies
public List<org.apache.hop.resource.ResourceReference> getResourceDependencies(IVariables variables, org.apache.hop.workflow.WorkflowMeta workflowMeta)
- Specified by:
getResourceDependenciesin interfaceorg.apache.hop.workflow.action.IAction- Overrides:
getResourceDependenciesin classorg.apache.hop.workflow.action.ActionBase
-
check
public void check(List<ICheckResult> remarks, org.apache.hop.workflow.WorkflowMeta jobMeta, IVariables variables, IHopMetadataProvider metadataProvider)
- Specified by:
checkin interfaceorg.apache.hop.workflow.action.IAction- Overrides:
checkin classorg.apache.hop.workflow.action.ActionBase
-
-