public class IfsCupModeContext extends IfsCommandContext implements CupModeContext
| Constructor and Description |
|---|
IfsCupModeContext()
Deafult Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the Context.
|
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.
|
public IfsCupModeContext()
throws IfsException
IfsExceptionpublic void clear()
clear in interface CommandContextclear in class IfsCommandContextpublic int getModeType()
throws IfsException
getModeType in interface CupModeContextIfsExceptionpublic void setModeType(int type)
throws IfsException
setModeType in interface CupModeContextIfsExceptionpublic CupSession getCupSession() throws IfsException
getCupSession in interface CupModeContextIfsExceptionpublic void setCupSession(CupSession psession) throws IfsException
setCupSession in interface CupModeContextIfsExceptionpublic String getIanaCharacterSet() throws IfsException
getIanaCharacterSet in interface CupModeContextIfsExceptionpublic void setIanaCharacterSet(String charSet) throws IfsException
setIanaCharacterSet in interface CupModeContextIfsExceptionpublic String getLanguage() throws IfsException
getLanguage in interface CupModeContextIfsExceptionpublic void setLanguage(String language) throws IfsException
setLanguage in interface CupModeContextIfsExceptionpublic DateFormat getDateFormat() throws IfsException
getDateFormat in interface CupModeContextIfsExceptionpublic void setDateFormat(DateFormat dateFormat) throws IfsException
setDateFormat in interface CupModeContextIfsExceptionpublic String getFolderPathDelimiter() throws IfsException
getFolderPathDelimiter in interface CupModeContextIfsExceptionpublic void setFolderPathDelimiter(String delim) throws IfsException
setFolderPathDelimiter in interface CupModeContextIfsExceptionpublic boolean getParseMode()
throws IfsException
getParseMode in interface CupModeContextIfsExceptionpublic void setParseMode(boolean parseMode)
throws IfsException
setParseMode in interface CupModeContextIfsExceptionpublic boolean getAdminMode()
throws IfsException
getAdminMode in interface CupModeContextIfsExceptionpublic void setAdminMode(boolean adminMode)
throws IfsException
setAdminMode in interface CupModeContextIfsExceptionpublic AccessControlList getDefaultAcl() throws IfsException
getDefaultAcl in interface CupModeContextIfsExceptionpublic void setDefaultAcl(AccessControlList acl) throws IfsException
setDefaultAcl in interface CupModeContextIfsExceptionpublic boolean getAclFromParent()
throws IfsException
getAclFromParent in interface CupModeContextIfsExceptionpublic void setAclFromParent(boolean aclFromParent)
throws IfsException
setAclFromParent in interface CupModeContextIfsExceptionCopyright © 2025. All rights reserved.