public interface CupModeContext extends CommandContext
Modifier and Type | Method and Description |
---|---|
boolean |
getAclFromParent()
Gets the Acl from the parent falg.
|
boolean |
getAdminMode()
Gets the admin mode.
|
CupSession |
getCupSession()
Gets the CupSession.
|
DateFormat |
getDateFormat()
Gets the date format.
|
AccessControlList |
getDefaultAcl()
Gets the default Acl.
|
String |
getFolderPathDelimiter()
Gets the folder path delimiter.
|
String |
getIanaCharacterSet()
Gets the Iana Character Set.
|
String |
getLanguage()
Gets the language.
|
int |
getModeType()
Gets the type of mode being set.
|
boolean |
getParseMode()
Gets the parse mode.
|
void |
setAclFromParent(boolean aclFromParent)
Sets the default acl.
|
void |
setAdminMode(boolean adminMode)
Sets the admin mode.
|
void |
setCupSession(CupSession psession)
Sets the CupSession.
|
void |
setDateFormat(DateFormat dateFormat)
Sets the date format.
|
void |
setDefaultAcl(AccessControlList acl)
Sets the default acl.
|
void |
setFolderPathDelimiter(String delim)
Sets the folder path delimiter.
|
void |
setIanaCharacterSet(String charSet)
Sets the Iana Character Set.
|
void |
setLanguage(String language)
Sets the language.
|
void |
setModeType(int type)
Sets the type of mode being set.
|
void |
setParseMode(boolean parseMode)
Sets the parse mode.
|
clear
int getModeType() throws IfsException
IfsException
void setModeType(int type) throws IfsException
IfsException
CupSession getCupSession() throws IfsException
IfsException
void setCupSession(CupSession psession) throws IfsException
IfsException
String getIanaCharacterSet() throws IfsException
IfsException
void setIanaCharacterSet(String charSet) throws IfsException
IfsException
String getLanguage() throws IfsException
IfsException
void setLanguage(String language) throws IfsException
IfsException
DateFormat getDateFormat() throws IfsException
IfsException
void setDateFormat(DateFormat dateFormat) throws IfsException
IfsException
String getFolderPathDelimiter() throws IfsException
IfsException
void setFolderPathDelimiter(String delim) throws IfsException
IfsException
boolean getParseMode() throws IfsException
IfsException
void setParseMode(boolean parseMode) throws IfsException
IfsException
boolean getAdminMode() throws IfsException
IfsException
void setAdminMode(boolean adminMode) throws IfsException
IfsException
AccessControlList getDefaultAcl() throws IfsException
IfsException
void setDefaultAcl(AccessControlList acl) throws IfsException
IfsException
boolean getAclFromParent() throws IfsException
IfsException
void setAclFromParent(boolean aclFromParent) throws IfsException
IfsException
Copyright © 2023. All rights reserved.