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,IResourceHolder,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 ActionBase
implements Cloneable, IAction
-
Field Summary
Fields inherited from class org.apache.hop.workflow.action.ActionBase
attributesMap, containerObjectId, entryTransformSetVariablesMap, extensionDataMap, parentWorkflow, parentWorkflowMeta -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(List<ICheckResult> remarks, WorkflowMeta jobMeta, IVariables variables, IHopMetadataProvider metadataProvider) clone()getResourceDependencies(IVariables variables, WorkflowMeta workflowMeta) booleanMethods 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, getXml, hasChanged, hashCode, initializeFrom, isBasic, isDebug, isDetailed, isForcingSeparateLogging, isGatheringMetrics, isJoin, isPipeline, isReferencedObjectEnabled, isRowlevel, isStart, isUnconditional, isWorkflow, loadReferencedObject, loadXml, 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, toStringMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.hop.workflow.action.IAction
clear, exportResources, getDescription, getDialogClassName, getFilename, getLogChannel, getName, getParentWorkflow, getParentWorkflowMeta, getPluginId, getRealFilename, getReferencedObjectDescriptions, getSqlStatements, getXml, hasChanged, isJoin, isPipeline, isReferencedObjectEnabled, isStart, isUnconditional, isWorkflow, loadReferencedObject, loadXml, resetErrorsBeforeExecution, setChanged, setChanged, setDescription, setMetadataProvider, setName, setParentWorkflow, setParentWorkflowMeta, setPluginIdMethods inherited from interface org.apache.hop.core.IExtensionData
getExtensionDataMapMethods inherited from interface org.apache.hop.core.variables.IVariables
copyFrom, getParentVariables, getVariable, getVariable, getVariableBoolean, getVariableNames, initializeFrom, resolve, resolve, resolve, setParentVariables, setVariable, setVariables, shareWith
-
Constructor Details
-
DtdValidator
-
DtdValidator
public DtdValidator()
-
-
Method Details
-
clone
- Specified by:
clonein interfaceIAction- Overrides:
clonein classActionBase
-
getRealxmlfilename
-
getRealDTDfilename
-
execute
-
isEvaluation
public boolean isEvaluation()- Specified by:
isEvaluationin interfaceIAction- Overrides:
isEvaluationin classActionBase
-
getResourceDependencies
public List<ResourceReference> getResourceDependencies(IVariables variables, WorkflowMeta workflowMeta) - Specified by:
getResourceDependenciesin interfaceIAction- Overrides:
getResourceDependenciesin classActionBase
-
check
public void check(List<ICheckResult> remarks, WorkflowMeta jobMeta, IVariables variables, IHopMetadataProvider metadataProvider) - Specified by:
checkin interfaceIAction- Overrides:
checkin classActionBase
-