Package org.forgerock.opendj.config
Class PropertyDefinitionUsageBuilder
- java.lang.Object
-
- org.forgerock.opendj.config.PropertyDefinitionUsageBuilder
-
public final class PropertyDefinitionUsageBuilder extends Object
A property definition visitor which can be used to generate syntax usage information.
-
-
Constructor Summary
Constructors Constructor Description PropertyDefinitionUsageBuilder(boolean isDetailed)
Creates a new property usage builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalizableMessage
getUsage(PropertyDefinition<?> pd)
Generates the usage information for the provided property definition.
-
-
-
Method Detail
-
getUsage
public LocalizableMessage getUsage(PropertyDefinition<?> pd)
Generates the usage information for the provided property definition.- Parameters:
pd
- The property definitions.- Returns:
- Returns the usage information for the provided property definition.
-
-