Uses of Class
org.forgerock.opendj.config.ServerPaths
Packages that use ServerPaths
Package
Description
Common administration classes.
Contains code of the opendj setup model.
Contains various classes that comprise the core of the Directory Server codebase.
This package contains classes that support client tool interaction with the tasks backend.
Contains implementations for a number of Directory Server data types.
-
Uses of ServerPaths in org.forgerock.opendj.config
Methods in org.forgerock.opendj.config that return ServerPathsModifier and TypeMethodDescriptionServerPaths.Builder.build()
Builds the server paths.static ServerPaths
ServerPaths.getDefaultServerPaths()
Returns the default server paths.static ServerPaths
ServerPaths.serverPaths()
Creates a new server paths.Methods in org.forgerock.opendj.config with parameters of type ServerPathsModifier and TypeMethodDescriptionstatic String
ConfigurationFramework.getPrintableExtensionInformation
(ServerPaths serverPaths) Returns a string representing all information about extensions.static ConfigurationFramework
ConfigurationFramework.newConfigurationFramework
(ServerPaths serverPaths) Returns a new configuration framework instance. -
Uses of ServerPaths in org.forgerock.opendj.setup.model
Methods in org.forgerock.opendj.setup.model with parameters of type ServerPathsModifier and TypeMethodDescriptionProfile.availableProfilesGroupedByFriendlyName
(ServerPaths paths) Returns the setup profiles available within the running binaries path, sorted and grouped by user friendly names. -
Uses of ServerPaths in org.opends.server.core
Methods in org.opends.server.core that return ServerPathsModifier and TypeMethodDescriptionDirectoryServer.getServerPaths()
ServerContext.getServerPaths()
Returns the paths of the server install/instance. -
Uses of ServerPaths in org.opends.server.tools.tasks
Methods in org.opends.server.tools.tasks with parameters of type ServerPathsModifier and TypeMethodDescriptioncom.forgerock.opendj.cli.ReturnCode
TaskToolHelper.process
(TaskToolHelper.TaskCommand taskCommand, ServerPaths serverPaths) Process locally or run a task depending on whether the offline argument was provided. -
Uses of ServerPaths in org.opends.server.types
Methods in org.opends.server.types that return ServerPathsModifier and TypeMethodDescriptionDirectoryEnvironmentConfig.getServerPaths()
Returns the paths of the server install/instance.Constructors in org.opends.server.types with parameters of type ServerPathsModifierConstructorDescriptionDirectoryEnvironmentConfig
(ServerPaths serverPaths) Creates a new directory environment configuration initialized from the system properties defined in the JVM.