org.esupportail.portal.channels.CWebdav.config
Class Config
java.lang.Object
org.esupportail.portal.channels.CWebdav.config.Config
- public class Config
- extends java.lang.Object
Constructor Summary |
Config()
Constructor |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
url
private java.lang.String url
spaces
private java.util.ArrayList spaces
usernameAttribute
private java.lang.String usernameAttribute
trustedLogin
private java.lang.String trustedLogin
trustedPassword
private java.lang.String trustedPassword
classAccess
private java.lang.String classAccess
confirmDel
private boolean confirmDel
allowDelNonEmptyFolder
private boolean allowDelNonEmptyFolder
invisibleRegexp
private java.util.Vector invisibleRegexp
delete
private java.lang.String delete
rename
private java.lang.String rename
copy
private java.lang.String copy
move
private java.lang.String move
configFilePath
private java.lang.String configFilePath
Config
public Config()
throws PropertiesException
- Constructor
getSpaces
public java.util.ArrayList getSpaces()
throws PropertiesException
- return the spaces list
- Returns:
- the spaces list
- Throws:
PropertiesException
setSpaces
public void setSpaces(Space space)
- add a new space to the list
- Parameters:
space
- the space to add
getUrl
public java.lang.String getUrl()
throws PropertiesException
- Returns:
- Returns the url.
- Throws:
PropertiesException
setUrl
public void setUrl(java.lang.String url)
- Parameters:
url
- The url to set.
getAllowDelNonEmptyFolder
public boolean getAllowDelNonEmptyFolder()
- Returns:
- Returns the allowDelNonEmptyFolder.
setAllowDelNonEmptyFolder
public void setAllowDelNonEmptyFolder(java.lang.String allowDelNonEmptyFolder)
- Parameters:
allowDelNonEmptyFolder
- The allowDelNonEmptyFolder to set.
getClassAccess
public java.lang.String getClassAccess()
throws PropertiesException
- Returns:
- Returns the classAccess.
- Throws:
PropertiesException
setClassAccess
public void setClassAccess(java.lang.String classAccess)
- Parameters:
classAccess
- The classAccess to set.
getConfirmDel
public boolean getConfirmDel()
setConfirmDel
public void setConfirmDel(java.lang.String confirmDel)
- Parameters:
confirmDel
- The confirmDel to set.
getTrustedLogin
public java.lang.String getTrustedLogin()
- Returns:
- Returns the trustedLogin.
setTrustedLogin
public void setTrustedLogin(java.lang.String trustedLogin)
- Parameters:
trustedLogin
- The trustedLogin to set.
getTrustedPassword
public java.lang.String getTrustedPassword()
throws PropertiesException
- Returns:
- Returns the trustedPassword.
- Throws:
PropertiesException
setTrustedPassword
public void setTrustedPassword(java.lang.String trustedPassword)
- Parameters:
trustedPassword
- The trustedPassword to set.
getUsernameAttribute
public java.lang.String getUsernameAttribute()
throws PropertiesException
- Returns:
- Returns the usernameAttribute.
- Throws:
PropertiesException
setUsernameAttribute
public void setUsernameAttribute(java.lang.String usernameAttribute)
- Parameters:
usernameAttribute
- The usernameAttribute to set.
getInvisibleRegexp
public java.util.Vector getInvisibleRegexp()
throws PropertiesException
- Returns:
- Returns the invisibleRexexp.
- Throws:
PropertiesException
addInvisibleRegexp
public void addInvisibleRegexp(java.lang.String regexp)
- Parameters:
regexp
- The invisibleRexexp to set.
getCopy
public java.lang.String getCopy()
throws PropertiesException
- Returns:
- Returns the copy.
- Throws:
PropertiesException
setCopy
public void setCopy(java.lang.String copy)
- Parameters:
copy
- The copy to set.
getDelete
public java.lang.String getDelete()
throws PropertiesException
- Returns:
- Returns the delete.
- Throws:
PropertiesException
setDelete
public void setDelete(java.lang.String delete)
- Parameters:
delete
- The delete to set.
getMove
public java.lang.String getMove()
throws PropertiesException
- Returns:
- Returns the move.
- Throws:
PropertiesException
setMove
public void setMove(java.lang.String move)
- Parameters:
move
- The move to set.
getRename
public java.lang.String getRename()
throws PropertiesException
- Returns:
- Returns the rename.
- Throws:
PropertiesException
setRename
public void setRename(java.lang.String rename)
- Parameters:
rename
- The rename to set.