Package org.opends.server.tools
Class BackendToolUtils.BackendInfo
- java.lang.Object
 - 
- org.opends.server.tools.BackendToolUtils.BackendInfo
 
 
- 
- Enclosing class:
 - BackendToolUtils
 
public static final class BackendToolUtils.BackendInfo extends Object
Contains backend infos:LocalBackend, baseDNs andBackendCfg. 
- 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackendCfggetConfig()Returns the backend configuration.LocalBackend<?>getLocalBackend()Returns the local backend. 
 - 
 
- 
- 
Method Detail
- 
getLocalBackend
public LocalBackend<?> getLocalBackend()
Returns the local backend.- Returns:
 - the local backend
 
 
- 
getConfig
public BackendCfg getConfig()
Returns the backend configuration.- Returns:
 - the backend configuration
 
 
 - 
 
 -