Package org.jrd.backend.communication
Class FsAgent.ListingCpOperator
java.lang.Object
org.jrd.backend.communication.FsAgent.ListingCpOperator
- All Implemented Interfaces:
FsAgent.CpOperator<Void>
- Enclosing class:
FsAgent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiononDirEntry
(File c, File clazz) onJarEntry
(File file, ZipFile zipFile, ZipEntry ze)
-
Field Details
-
classes
-
details
private final boolean details
-
-
Constructor Details
-
ListingCpOperator
-
-
Method Details
-
onDirEntry
- Specified by:
onDirEntry
in interfaceFsAgent.CpOperator<Void>
- Throws:
IOException
-
onJarEntry
- Specified by:
onJarEntry
in interfaceFsAgent.CpOperator<Void>
- Throws:
IOException
-