Uses of Class
com.composum.sling.nodes.mount.remote.RemoteWriter
-
Packages that use RemoteWriter Package Description com.composum.sling.nodes.mount.remote -
-
Uses of RemoteWriter in com.composum.sling.nodes.mount.remote
Fields in com.composum.sling.nodes.mount.remote declared as RemoteWriter Modifier and Type Field Description protected RemoteWriterRemoteProvider. remoteWriterMethods in com.composum.sling.nodes.mount.remote with parameters of type RemoteWriter Modifier and Type Method Description booleanRemoteWriter.ChangeSet. commit(@NotNull RemoteWriter writer)protected abstract booleanRemoteWriter.ResourceChange. commit(RemoteWriter writer)protected booleanRemoteWriter.ResourceCopy. commit(RemoteWriter writer)protected booleanRemoteWriter.ResourceDelete. commit(RemoteWriter writer)protected booleanRemoteWriter.ResourceModify. commit(@NotNull RemoteWriter writer)protected booleanRemoteWriter.ResourceModify. commit(RemoteWriter writer, RemoteWriter.Parameters parameters)protected booleanRemoteWriter.ResourceMove. commit(RemoteWriter writer)protected booleanRemoteWriter.ResourceUpload. commit(@NotNull RemoteWriter writer)
-