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
IfsException
public void clear()
clear
in interface CommandContext
clear
in class IfsCommandContext
public int getModeType() throws IfsException
getModeType
in interface CupModeContext
IfsException
public void setModeType(int type) throws IfsException
setModeType
in interface CupModeContext
IfsException
public CupSession getCupSession() throws IfsException
getCupSession
in interface CupModeContext
IfsException
public void setCupSession(CupSession psession) throws IfsException
setCupSession
in interface CupModeContext
IfsException
public String getIanaCharacterSet() throws IfsException
getIanaCharacterSet
in interface CupModeContext
IfsException
public void setIanaCharacterSet(String charSet) throws IfsException
setIanaCharacterSet
in interface CupModeContext
IfsException
public String getLanguage() throws IfsException
getLanguage
in interface CupModeContext
IfsException
public void setLanguage(String language) throws IfsException
setLanguage
in interface CupModeContext
IfsException
public DateFormat getDateFormat() throws IfsException
getDateFormat
in interface CupModeContext
IfsException
public void setDateFormat(DateFormat dateFormat) throws IfsException
setDateFormat
in interface CupModeContext
IfsException
public String getFolderPathDelimiter() throws IfsException
getFolderPathDelimiter
in interface CupModeContext
IfsException
public void setFolderPathDelimiter(String delim) throws IfsException
setFolderPathDelimiter
in interface CupModeContext
IfsException
public boolean getParseMode() throws IfsException
getParseMode
in interface CupModeContext
IfsException
public void setParseMode(boolean parseMode) throws IfsException
setParseMode
in interface CupModeContext
IfsException
public boolean getAdminMode() throws IfsException
getAdminMode
in interface CupModeContext
IfsException
public void setAdminMode(boolean adminMode) throws IfsException
setAdminMode
in interface CupModeContext
IfsException
public AccessControlList getDefaultAcl() throws IfsException
getDefaultAcl
in interface CupModeContext
IfsException
public void setDefaultAcl(AccessControlList acl) throws IfsException
setDefaultAcl
in interface CupModeContext
IfsException
public boolean getAclFromParent() throws IfsException
getAclFromParent
in interface CupModeContext
IfsException
public void setAclFromParent(boolean aclFromParent) throws IfsException
setAclFromParent
in interface CupModeContext
IfsException
Copyright © 2023. All rights reserved.