Package org.bedework.calfacade.configs
Interface CardDavInfo
- All Superinterfaces:
Serializable
Information to access carddav
- Author:
- Mike Douglass
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetAuth()Require auth?Comma delimited set of cutype:path - maps cutype on to the given path.getUrl()get the urlvoidsetAuth(boolean val) Require auth?voidsetCutypeMapping(String val) Comma delimited set of cutype:path - maps cutype on to the given path.voidSet the url
-
Method Details
-
setAuth
void setAuth(boolean val) Require auth?- Parameters:
val- boolean
-
getAuth
boolean getAuth()Require auth?- Returns:
- boolean
-
setUrl
Set the url- Parameters:
val- String
-
getUrl
String getUrl()get the url- Returns:
- String
-
setCutypeMapping
Comma delimited set of cutype:path - maps cutype on to the given path. cutype of * is the default.- Parameters:
val- String
-
getCutypeMapping
String getCutypeMapping()Comma delimited set of cutype:path - maps cutype on to the given path. cutype of * is the default.- Returns:
- String
-