Package org.jrd.backend.communication
Class FsAgent.OperateOnCp<T>
java.lang.Object
org.jrd.backend.communication.FsAgent.OperateOnCp<T>
- Enclosing class:
- FsAgent
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate T
onEntryList
(ZipInputStream zipInputStream, String clazz, FsAgent.CpOperator<T> op, String c) private T
onEntryOther
(File f, String clazz, FsAgent.CpOperator<T> op) private T
operateOnCp
(String clazz, FsAgent.CpOperator<T> op)
-
Field Details
-
cp
-
suffix
-
-
Constructor Details
-
OperateOnCp
-
-
Method Details
-
operateOnCp
- Throws:
IOException
-
onEntryList
private T onEntryList(ZipInputStream zipInputStream, String clazz, FsAgent.CpOperator<T> op, String c) throws IOException - Throws:
IOException
-
onEntryOther
- Throws:
IOException
-