Package org.jrd.backend.communication
Interface FsAgent.CpOperator<T>
-
- All Known Implementing Classes:
FsAgent.ListingCpOperator
,FsAgent.ReadingCpOperator
,FsAgent.WriteingCpOperator
- Enclosing class:
- FsAgent
private static interface FsAgent.CpOperator<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
finalizirung()
T
onDirEntry(java.io.File dir, java.io.File clazz, java.lang.String fqn)
T
onJarEntry(java.io.File file, java.util.zip.ZipFile zipFile, java.util.zip.ZipEntry ze, java.lang.String fqn)
-
-
-
Method Detail
-
onDirEntry
T onDirEntry(java.io.File dir, java.io.File clazz, java.lang.String fqn) throws java.io.IOException
- Throws:
java.io.IOException
-
onJarEntry
T onJarEntry(java.io.File file, java.util.zip.ZipFile zipFile, java.util.zip.ZipEntry ze, java.lang.String fqn) throws java.io.IOException
- Throws:
java.io.IOException
-
finalizirung
T finalizirung()
-
-