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 class
FsAgent.ListingCpOperator
private static class
FsAgent.ReadingCpOperator
private static class
FsAgent.WriteingCpOperator
Methods in org.jrd.backend.communication with parameters of type FsAgent.CpOperator Modifier and Type Method Description private T
FsAgent.OperateOnCp. onEntryList(java.util.zip.ZipInputStream zipInputStream, java.lang.String clazz, FsAgent.CpOperator<T> op)
private T
FsAgent.OperateOnCp. onEntryOther(java.io.File f, java.lang.String clazz, FsAgent.CpOperator<T> op)
private T
FsAgent.OperateOnCp. operatetOnCp(java.lang.String clazz, FsAgent.CpOperator<T> op)
-