Class FileCopyOrMove

  • All Implemented Interfaces:
    com.xmlcalabash.api.XProcStep

    
    public abstract class FileCopyOrMove
    extends FileStep
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      FileCopyOrMove(QName stepType)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.xmlcalabash.steps.file.FileStep

        getStepType, run, toString
      • Methods inherited from class com.xmlcalabash.steps.AbstractAtomicStep

        abort, booleanBinding, establishNamespaceBinding, establishNamespaceBinding, extensionAttributes, getNodeId, getOptions, getQueues, getReceiver, getStepConfig, getStepParams, hasBinding, input, integerBinding, mediaTypeBinding, option, overrideContentTypes, qnameBinding, qnameMapBinding, reset, setup, stringBinding, stringMapBinding, teardown, uriBinding, valueBinding, xmlBinding
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FileCopyOrMove

        FileCopyOrMove(QName stepType)
    • Method Detail