Class DeleteCommand


  • public class DeleteCommand
    extends CommandType

    Java-Klasse für anonymous complex type.

    Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.

     <complexType>
       <complexContent>
         <extension base="{http://www.citrusframework.org/schema/ftp/message}commandType">
           <sequence>
             <element name="target">
               <complexType>
                 <complexContent>
                   <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                     <attribute name="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
                   </restriction>
                 </complexContent>
               </complexType>
             </element>
           </sequence>
           <attribute name="recursive" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
           <attribute name="include-current" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • DeleteCommand

        public DeleteCommand()
    • Method Detail

      • isRecursive

        public boolean isRecursive()
        Ruft den Wert der recursive-Eigenschaft ab.
        Returns:
        possible object is Boolean
      • setRecursive

        public void setRecursive​(Boolean value)
        Legt den Wert der recursive-Eigenschaft fest.
        Parameters:
        value - allowed object is Boolean
      • isIncludeCurrent

        public boolean isIncludeCurrent()
        Ruft den Wert der includeCurrent-Eigenschaft ab.
        Returns:
        possible object is Boolean
      • setIncludeCurrent

        public void setIncludeCurrent​(Boolean value)
        Legt den Wert der includeCurrent-Eigenschaft fest.
        Parameters:
        value - allowed object is Boolean