Class FsAgent.WriteingCpOperator

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String body  
    • Constructor Summary

      Constructors 
      Constructor Description
      WriteingCpOperator​(java.lang.String body)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Void finalizirung()  
      java.lang.Void onDirEntry​(java.io.File dir, java.io.File clazz, java.lang.String fqn)  
      java.lang.Void onJarEntry​(java.io.File file, java.util.zip.ZipFile zipFile, java.util.zip.ZipEntry ze, java.lang.String fqn)  
      • Methods inherited from class java.lang.Object

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

      • body

        private final java.lang.String body
    • Constructor Detail

      • WriteingCpOperator

        public WriteingCpOperator​(java.lang.String body)
    • Method Detail

      • onDirEntry

        public java.lang.Void onDirEntry​(java.io.File dir,
                                         java.io.File clazz,
                                         java.lang.String fqn)
                                  throws java.io.IOException
        Specified by:
        onDirEntry in interface FsAgent.CpOperator<java.lang.Void>
        Throws:
        java.io.IOException
      • onJarEntry

        public java.lang.Void onJarEntry​(java.io.File file,
                                         java.util.zip.ZipFile zipFile,
                                         java.util.zip.ZipEntry ze,
                                         java.lang.String fqn)
                                  throws java.io.IOException
        Specified by:
        onJarEntry in interface FsAgent.CpOperator<java.lang.Void>
        Throws:
        java.io.IOException