Package org.bedework.carddav.server.jmx
Interface CardDavMBean
- All Superinterfaces:
org.bedework.util.jmx.BaseMBean,CardDAVConfigI,org.bedework.util.jmx.ConfBaseMBean
- All Known Implementing Classes:
CardDav
Run the carddav service
- Author:
- douglm
-
Method Summary
Modifier and TypeMethodDescriptionExport datavoidsetDataOut(String val) data output directory name - full path.Methods inherited from interface org.bedework.util.jmx.BaseMBean
getServiceName, isRunning, start, stopMethods inherited from interface org.bedework.carddav.common.config.CardDAVConfigI
getDefaultAddressbook, getDefaultVcardVersion, getGroupPrincipalRoot, getHostPrincipalRoot, getPrincipalRoot, getResourcePrincipalRoot, getSysintfImpl, getTicketPrincipalRoot, getUserHomeRoot, getUserPrincipalRoot, getVenuePrincipalRoot, setDefaultAddressbook, setDefaultVcardVersion, setGroupPrincipalRoot, setHostPrincipalRoot, setPrincipalRoot, setResourcePrincipalRoot, setSysintfImpl, setTicketPrincipalRoot, setUserHomeRoot, setUserPrincipalRoot, setVenuePrincipalRootMethods inherited from interface org.bedework.util.jmx.ConfBaseMBean
getConfigName, getStatus, saveConfig, setStatus
-
Method Details
-
setDataOut
data output directory name - full path. Used for data export- Specified by:
setDataOutin interfaceCardDAVConfigI- Parameters:
val- path
-
getDataOut
String getDataOut()- Specified by:
getDataOutin interfaceCardDAVConfigI- Returns:
- data output full path
-
ListDirHandlersTable
TabularData ListDirHandlersTable()- Returns:
- List of dir handler mappings
-
ListDirHandlers
String ListDirHandlers()- Returns:
- List of dir handler mappings
-
exportData
Export data- Returns:
- List of info lines
-