Class FsAgent.ReadingCpOperator

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ReadingCpOperator()  
    • Method Summary

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

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

      • ReadingCpOperator

        private ReadingCpOperator()
    • Method Detail

      • onDirEntry

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

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