Package org.jrd.backend.communication
Class FsAgent.ReadingCpOperator
- java.lang.Object
-
- org.jrd.backend.communication.FsAgent.ReadingCpOperator
-
- All Implemented Interfaces:
FsAgent.CpOperator<java.lang.String>
- Enclosing class:
- FsAgent
private static class FsAgent.ReadingCpOperator extends java.lang.Object implements FsAgent.CpOperator<java.lang.String>
-
-
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)
-
-
-
Method Detail
-
onDirEntry
public java.lang.String onDirEntry(java.io.File dir, java.io.File clazz) throws java.io.IOException
- Specified by:
onDirEntry
in interfaceFsAgent.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 interfaceFsAgent.CpOperator<java.lang.String>
- Throws:
java.io.IOException
-
-