Package org.opends.server.core
Class DirectoryServer.DirectoryServerVersionHandler
- java.lang.Object
-
- org.opends.server.core.DirectoryServer.DirectoryServerVersionHandler
-
- All Implemented Interfaces:
com.forgerock.opendj.cli.VersionHandler
- Enclosing class:
- DirectoryServer
public static final class DirectoryServer.DirectoryServerVersionHandler extends Object implements com.forgerock.opendj.cli.VersionHandler
Class that prints the version of OpenDJ server to System.out.
-
-
Constructor Summary
Constructors Constructor Description DirectoryServerVersionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
printVersion()
Invoked when the version of the product should be printed.
-