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:
onDirEntryin interfaceFsAgent.CpOperator<Void>- Throws:
IOException
-
onJarEntry
- Specified by:
onJarEntryin interfaceFsAgent.CpOperator<Void>- Throws:
IOException
-