Class RemoteWriter.ResourceModify
- java.lang.Object
-
- com.composum.sling.nodes.mount.remote.RemoteWriter.ResourceChange
-
- com.composum.sling.nodes.mount.remote.RemoteWriter.ResourceModify
-
- Direct Known Subclasses:
RemoteWriter.ResourceCreate
- Enclosing class:
- RemoteWriter
public static class RemoteWriter.ResourceModify extends RemoteWriter.ResourceChange
-
-
Field Summary
-
Fields inherited from class com.composum.sling.nodes.mount.remote.RemoteWriter.ResourceChange
resource
-
-
Constructor Summary
Constructors Constructor Description ResourceModify(@NotNull RemoteResource resource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
commit(@NotNull RemoteWriter writer)
protected boolean
commit(RemoteWriter writer, RemoteWriter.Parameters parameters)
@NotNull com.composum.sling.nodes.mount.remote.RemoteWriter.ChangeType
getChangeType()
-
-
-
Constructor Detail
-
ResourceModify
public ResourceModify(@NotNull @NotNull RemoteResource resource)
-
-
Method Detail
-
getChangeType
@NotNull public @NotNull com.composum.sling.nodes.mount.remote.RemoteWriter.ChangeType getChangeType()
- Specified by:
getChangeType
in classRemoteWriter.ResourceChange
-
commit
protected boolean commit(@NotNull @NotNull RemoteWriter writer) throws IOException
- Specified by:
commit
in classRemoteWriter.ResourceChange
- Throws:
IOException
-
commit
protected boolean commit(RemoteWriter writer, RemoteWriter.Parameters parameters) throws IOException
- Throws:
IOException
-
-