Package org.jrd.backend.communication
Class FsAgent.WriteingCpOperator
- java.lang.Object
-
- org.jrd.backend.communication.FsAgent.WriteingCpOperator
-
- All Implemented Interfaces:
FsAgent.CpOperator<java.lang.Void>
- Enclosing class:
- FsAgent
private static class FsAgent.WriteingCpOperator extends java.lang.Object implements FsAgent.CpOperator<java.lang.Void>
-
-
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)
-
-
-
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 interfaceFsAgent.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 interfaceFsAgent.CpOperator<java.lang.Void>
- Throws:
java.io.IOException
-
finalizirung
public java.lang.Void finalizirung()
- Specified by:
finalizirung
in interfaceFsAgent.CpOperator<java.lang.Void>
-
-