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 privateReadingCpOperator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringonDirEntry(java.io.File dir, java.io.File clazz)java.lang.StringonJarEntry(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:
onDirEntryin 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:
onJarEntryin interfaceFsAgent.CpOperator<java.lang.String>- Throws:
java.io.IOException
-
-