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.
|
clearint getModeType()
throws IfsException
IfsExceptionvoid setModeType(int type)
throws IfsException
IfsExceptionCupSession getCupSession() throws IfsException
IfsExceptionvoid setCupSession(CupSession psession) throws IfsException
IfsExceptionString getIanaCharacterSet() throws IfsException
IfsExceptionvoid setIanaCharacterSet(String charSet) throws IfsException
IfsExceptionString getLanguage() throws IfsException
IfsExceptionvoid setLanguage(String language) throws IfsException
IfsExceptionDateFormat getDateFormat() throws IfsException
IfsExceptionvoid setDateFormat(DateFormat dateFormat) throws IfsException
IfsExceptionString getFolderPathDelimiter() throws IfsException
IfsExceptionvoid setFolderPathDelimiter(String delim) throws IfsException
IfsExceptionboolean getParseMode()
throws IfsException
IfsExceptionvoid setParseMode(boolean parseMode)
throws IfsException
IfsExceptionboolean getAdminMode()
throws IfsException
IfsExceptionvoid setAdminMode(boolean adminMode)
throws IfsException
IfsExceptionAccessControlList getDefaultAcl() throws IfsException
IfsExceptionvoid setDefaultAcl(AccessControlList acl) throws IfsException
IfsExceptionboolean getAclFromParent()
throws IfsException
IfsExceptionvoid setAclFromParent(boolean aclFromParent)
throws IfsException
IfsExceptionCopyright © 2025. All rights reserved.