Package org.jrd.backend.communication
Class FsAgent.ListingCpOperator
- java.lang.Object
-
- org.jrd.backend.communication.FsAgent.ListingCpOperator
-
- All Implemented Interfaces:
FsAgent.CpOperator<java.lang.Void>
- Enclosing class:
- FsAgent
private static class FsAgent.ListingCpOperator extends java.lang.Object implements FsAgent.CpOperator<java.lang.Void>
-
-
Constructor Summary
Constructors Constructor Description ListingCpOperator(java.util.List<java.lang.String> classes, boolean details)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Void
onDirEntry(java.io.File c, java.io.File clazz)
java.lang.Void
onJarEntry(java.io.File file, java.util.zip.ZipFile zipFile, java.util.zip.ZipEntry ze)
-
-
-
Method Detail
-
onDirEntry
public java.lang.Void onDirEntry(java.io.File c, java.io.File clazz) 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) throws java.io.IOException
- Specified by:
onJarEntry
in interfaceFsAgent.CpOperator<java.lang.Void>
- Throws:
java.io.IOException
-
-