public final class PropertyDefinitionUsageBuilder extends Object
Constructor and Description |
---|
PropertyDefinitionUsageBuilder(boolean isDetailed)
Creates a new property usage builder.
|
Modifier and Type | Method and Description |
---|---|
LocalizableMessage |
getUsage(PropertyDefinition<?> pd)
Generates the usage information for the provided property
definition.
|
public PropertyDefinitionUsageBuilder(boolean isDetailed)
isDetailed
- Indicates whether or not the generated usage should
contain detailed information such as constraints.public LocalizableMessage getUsage(PropertyDefinition<?> pd)
pd
- The property definitions.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.