public class org.apache.commons.vfs2.tasks.CopyTask extends org.apache.commons.vfs2.tasks.AbstractSyncTask
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.vfs2.tasks.CopyTask
  super_class: org.apache.commons.vfs2.tasks.AbstractSyncTask
{
  private boolean overwrite;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean preserveLastModified;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.tasks.CopyTask this
         0: .line 30
            aload 0 /* this */
            invokespecial org.apache.commons.vfs2.tasks.AbstractSyncTask.<init>:()V
         1: .line 33
            aload 0 /* this */
            iconst_1
            putfield org.apache.commons.vfs2.tasks.CopyTask.preserveLastModified:Z
         2: .line 30
            return
        end local 0 // org.apache.commons.vfs2.tasks.CopyTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/apache/commons/vfs2/tasks/CopyTask;

  public void setOverwrite(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.tasks.CopyTask this
        start local 1 // boolean overwrite
         0: .line 41
            aload 0 /* this */
            iload 1 /* overwrite */
            putfield org.apache.commons.vfs2.tasks.CopyTask.overwrite:Z
         1: .line 42
            return
        end local 1 // boolean overwrite
        end local 0 // org.apache.commons.vfs2.tasks.CopyTask this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/apache/commons/vfs2/tasks/CopyTask;
            0    2     1  overwrite  Z
    MethodParameters:
           Name  Flags
      overwrite  final

  public void setPreserveLastModified(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.commons.vfs2.tasks.CopyTask this
        start local 1 // boolean preserveLastModified
         0: .line 50
            aload 0 /* this */
            iload 1 /* preserveLastModified */
            putfield org.apache.commons.vfs2.tasks.CopyTask.preserveLastModified:Z
         1: .line 51
            return
        end local 1 // boolean preserveLastModified
        end local 0 // org.apache.commons.vfs2.tasks.CopyTask this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lorg/apache/commons/vfs2/tasks/CopyTask;
            0    2     1  preserveLastModified  Z
    MethodParameters:
                      Name  Flags
      preserveLastModified  final

  public boolean isOverwrite();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.tasks.CopyTask this
         0: .line 57
            aload 0 /* this */
            getfield org.apache.commons.vfs2.tasks.CopyTask.overwrite:Z
            ireturn
        end local 0 // org.apache.commons.vfs2.tasks.CopyTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/tasks/CopyTask;

  public boolean isPreserveLastModified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.vfs2.tasks.CopyTask this
         0: .line 64
            aload 0 /* this */
            getfield org.apache.commons.vfs2.tasks.CopyTask.preserveLastModified:Z
            ireturn
        end local 0 // org.apache.commons.vfs2.tasks.CopyTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/vfs2/tasks/CopyTask;

  protected void handleOutOfDateFile(org.apache.commons.vfs2.FileObject, org.apache.commons.vfs2.FileObject);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;Lorg/apache/commons/vfs2/FileObject;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.apache.commons.vfs2.tasks.CopyTask this
        start local 1 // org.apache.commons.vfs2.FileObject srcFile
        start local 2 // org.apache.commons.vfs2.FileObject destFile
         0: .line 75
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc "Copying "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* srcFile */
            invokeinterface org.apache.commons.vfs2.FileObject.getPublicURIString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " to "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* destFile */
            invokeinterface org.apache.commons.vfs2.FileObject.getPublicURIString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.apache.commons.vfs2.tasks.CopyTask.log:(Ljava/lang/String;)V
         1: .line 76
            aload 2 /* destFile */
            aload 1 /* srcFile */
            getstatic org.apache.commons.vfs2.Selectors.SELECT_SELF:Lorg/apache/commons/vfs2/FileSelector;
            invokeinterface org.apache.commons.vfs2.FileObject.copyFrom:(Lorg/apache/commons/vfs2/FileObject;Lorg/apache/commons/vfs2/FileSelector;)V
         2: .line 77
            aload 0 /* this */
            getfield org.apache.commons.vfs2.tasks.CopyTask.preserveLastModified:Z
            ifeq 6
            aload 1 /* srcFile */
            invokeinterface org.apache.commons.vfs2.FileObject.getFileSystem:()Lorg/apache/commons/vfs2/FileSystem;
            getstatic org.apache.commons.vfs2.Capability.GET_LAST_MODIFIED:Lorg/apache/commons/vfs2/Capability;
            invokeinterface org.apache.commons.vfs2.FileSystem.hasCapability:(Lorg/apache/commons/vfs2/Capability;)Z
            ifeq 6
         3: .line 78
            aload 2 /* destFile */
            invokeinterface org.apache.commons.vfs2.FileObject.getFileSystem:()Lorg/apache/commons/vfs2/FileSystem;
            getstatic org.apache.commons.vfs2.Capability.SET_LAST_MODIFIED_FILE:Lorg/apache/commons/vfs2/Capability;
            invokeinterface org.apache.commons.vfs2.FileSystem.hasCapability:(Lorg/apache/commons/vfs2/Capability;)Z
            ifeq 6
         4: .line 79
            aload 1 /* srcFile */
            invokeinterface org.apache.commons.vfs2.FileObject.getContent:()Lorg/apache/commons/vfs2/FileContent;
            invokeinterface org.apache.commons.vfs2.FileContent.getLastModifiedTime:()J
            lstore 3 /* lastModTime */
        start local 3 // long lastModTime
         5: .line 80
            aload 2 /* destFile */
            invokeinterface org.apache.commons.vfs2.FileObject.getContent:()Lorg/apache/commons/vfs2/FileContent;
            lload 3 /* lastModTime */
            invokeinterface org.apache.commons.vfs2.FileContent.setLastModifiedTime:(J)V
        end local 3 // long lastModTime
         6: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.commons.vfs2.FileObject destFile
        end local 1 // org.apache.commons.vfs2.FileObject srcFile
        end local 0 // org.apache.commons.vfs2.tasks.CopyTask this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lorg/apache/commons/vfs2/tasks/CopyTask;
            0    7     1      srcFile  Lorg/apache/commons/vfs2/FileObject;
            0    7     2     destFile  Lorg/apache/commons/vfs2/FileObject;
            5    6     3  lastModTime  J
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      srcFile   final
      destFile  final

  protected void handleUpToDateFile(org.apache.commons.vfs2.FileObject, org.apache.commons.vfs2.FileObject);
    descriptor: (Lorg/apache/commons/vfs2/FileObject;Lorg/apache/commons/vfs2/FileObject;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.apache.commons.vfs2.tasks.CopyTask this
        start local 1 // org.apache.commons.vfs2.FileObject srcFile
        start local 2 // org.apache.commons.vfs2.FileObject destFile
         0: .line 92
            aload 0 /* this */
            getfield org.apache.commons.vfs2.tasks.CopyTask.overwrite:Z
            ifeq 2
         1: .line 94
            aload 0 /* this */
            aload 1 /* srcFile */
            aload 2 /* destFile */
            invokevirtual org.apache.commons.vfs2.tasks.CopyTask.handleOutOfDateFile:(Lorg/apache/commons/vfs2/FileObject;Lorg/apache/commons/vfs2/FileObject;)V
         2: .line 96
      StackMap locals:
      StackMap stack:
            return
        end local 2 // org.apache.commons.vfs2.FileObject destFile
        end local 1 // org.apache.commons.vfs2.FileObject srcFile
        end local 0 // org.apache.commons.vfs2.tasks.CopyTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/apache/commons/vfs2/tasks/CopyTask;
            0    3     1   srcFile  Lorg/apache/commons/vfs2/FileObject;
            0    3     2  destFile  Lorg/apache/commons/vfs2/FileObject;
    Exceptions:
      throws org.apache.commons.vfs2.FileSystemException
    MethodParameters:
          Name  Flags
      srcFile   final
      destFile  final
}
SourceFile: "CopyTask.java"