org.esupportail.portal.channels.CWebdav
Class Config
java.lang.Object
org.esupportail.portal.channels.CWebdav.Config
- public class Config
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static Config getInstance()
throws PropertiesException
- Throws:
PropertiesException
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()
- Returns:
- Returns the confirmDel.
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)
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.
getNewDir
public java.lang.String getNewDir()
throws PropertiesException
- Returns:
- Returns the newDir.
- Throws:
PropertiesException
setNewDir
public void setNewDir(java.lang.String newDir)
- Parameters:
newDir
- The newDir 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.