Interface FsAgent.CpOperator<T>
- All Known Implementing Classes:
FsAgent.ListingCpOperator, FsAgent.ReadingCpOperator, FsAgent.WritingCpOperator
- Enclosing class:
FsAgent
private static interface FsAgent.CpOperator<T>
-
Method Summary
Modifier and TypeMethodDescriptiononDirEntry(File dir, File clazz) onJarEntry(File file, ZipFile zipFile, ZipEntry ze)
-
Method Details
-
onDirEntry
- Throws:
IOException
-
onJarEntry
- Throws:
IOException
-