public interface WriteCapability
| Modifier and Type | Method and Description |
|---|---|
boolean |
canWrite()
Test to see if we can write to this file.
|
boolean |
commit(java.lang.String message)
push the changes to the remote server.
|
boolean |
delete()
delete the file
|
java.io.OutputStream |
getOutputStream()
Get the output stream.
|
java.io.OutputStream getOutputStream()
throws java.io.IOException
java.io.IOExceptionboolean canWrite()
boolean delete()
throws java.io.IOException
java.io.IOExceptionboolean commit(java.lang.String message)
throws java.io.IOException
message - message to document the commit.java.io.IOException