public class OpenOptions extends Object
Constructor and Description |
---|
OpenOptions() |
OpenOptions(JsonObject json) |
OpenOptions(OpenOptions other) |
Modifier and Type | Method and Description |
---|---|
String |
getPerms() |
boolean |
isCreate() |
boolean |
isCreateNew() |
boolean |
isDeleteOnClose() |
boolean |
isDSync() |
boolean |
isRead() |
boolean |
isSparse() |
boolean |
isSync() |
boolean |
isTruncateExisting() |
boolean |
isWrite() |
OpenOptions |
setCreate(boolean create) |
OpenOptions |
setCreateNew(boolean createNew) |
OpenOptions |
setDeleteOnClose(boolean deleteOnClose) |
OpenOptions |
setDSync(boolean dsync) |
OpenOptions |
setPerms(String perms) |
OpenOptions |
setRead(boolean read) |
OpenOptions |
setSparse(boolean sparse) |
OpenOptions |
setSync(boolean sync) |
OpenOptions |
setTruncateExisting(boolean truncateExisting) |
OpenOptions |
setWrite(boolean write) |
public OpenOptions()
public OpenOptions(OpenOptions other)
public OpenOptions(JsonObject json)
public String getPerms()
public OpenOptions setPerms(String perms)
public boolean isRead()
public OpenOptions setRead(boolean read)
public boolean isWrite()
public OpenOptions setWrite(boolean write)
public boolean isCreate()
public OpenOptions setCreate(boolean create)
public boolean isCreateNew()
public OpenOptions setCreateNew(boolean createNew)
public boolean isDeleteOnClose()
public OpenOptions setDeleteOnClose(boolean deleteOnClose)
public boolean isTruncateExisting()
public OpenOptions setTruncateExisting(boolean truncateExisting)
public boolean isSparse()
public OpenOptions setSparse(boolean sparse)
public boolean isSync()
public OpenOptions setSync(boolean sync)
public boolean isDSync()
public OpenOptions setDSync(boolean dsync)
Copyright © 2014. All Rights Reserved.