Uses of Interface
org.jrd.backend.communication.FsAgent.CpOperator
-
Packages that use FsAgent.CpOperator Package Description org.jrd.backend.communication -
-
Uses of FsAgent.CpOperator in org.jrd.backend.communication
Classes in org.jrd.backend.communication that implement FsAgent.CpOperator Modifier and Type Class Description private static classFsAgent.ListingCpOperatorprivate static classFsAgent.ReadingCpOperatorprivate static classFsAgent.WritingCpOperatorMethods in org.jrd.backend.communication with parameters of type FsAgent.CpOperator Modifier and Type Method Description private TFsAgent.OperateOnCp. onEntryList(java.util.zip.ZipInputStream zipInputStream, java.lang.String clazz, FsAgent.CpOperator<T> op, java.lang.String c)private TFsAgent.OperateOnCp. onEntryOther(java.io.File f, java.lang.String clazz, FsAgent.CpOperator<T> op)private TFsAgent.OperateOnCp. operateOnCp(java.lang.String clazz, FsAgent.CpOperator<T> op)
-