Class DSConfig


  • public final class DSConfig
    extends com.forgerock.opendj.cli.ConsoleApplication
    This class provides a command-line tool which enables administrators to configure the Directory Server.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.forgerock.opendj.cli.ConsoleApplication

        com.forgerock.opendj.cli.ConsoleApplication.Style
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String CUSTOM_TYPE
      The type name which will be used for the most generic managed object types when they are instantiable and intended for customization only.
      static String GENERIC_TYPE
      The type name which will be used for the most generic managed object types when they are instantiable and not intended for customization.
    • Field Detail

      • CUSTOM_TYPE

        public static final String CUSTOM_TYPE
        The type name which will be used for the most generic managed object types when they are instantiable and intended for customization only.
        See Also:
        Constant Field Values
      • GENERIC_TYPE

        public static final String GENERIC_TYPE
        The type name which will be used for the most generic managed object types when they are instantiable and not intended for customization.
        See Also:
        Constant Field Values
    • Method Detail

      • main

        public static void main​(String[] args)
        Provides the command-line arguments to the main application for processing.
        Parameters:
        args - The set of command-line arguments provided to this program.
      • main

        public static int main​(String[] args,
                               OutputStream outStream,
                               OutputStream errStream)
        Provides the command-line arguments to the main application for processing and returns the exit code as an integer.
        Parameters:
        args - The set of command-line arguments provided to this program.
        outStream - The output stream for standard output.
        errStream - The output stream for standard error.
        Returns:
        Zero to indicate that the program completed successfully, or non-zero to indicate that an error occurred.
      • isAdvancedMode

        public boolean isAdvancedMode()
        Overrides:
        isAdvancedMode in class com.forgerock.opendj.cli.ConsoleApplication
      • isInteractive

        public boolean isInteractive()
        Overrides:
        isInteractive in class com.forgerock.opendj.cli.ConsoleApplication
      • isMenuDrivenMode

        public boolean isMenuDrivenMode()
        Overrides:
        isMenuDrivenMode in class com.forgerock.opendj.cli.ConsoleApplication
      • isQuiet

        public boolean isQuiet()
        Overrides:
        isQuiet in class com.forgerock.opendj.cli.ConsoleApplication
      • isScriptFriendly

        public boolean isScriptFriendly()
        Overrides:
        isScriptFriendly in class com.forgerock.opendj.cli.ConsoleApplication
      • isVerbose

        public boolean isVerbose()
        Overrides:
        isVerbose in class com.forgerock.opendj.cli.ConsoleApplication