|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opends.server.admin.PropertyDefinitionUsageBuilder
public final class PropertyDefinitionUsageBuilder
A property definition visitor which can be used to generate syntax usage information.
| Constructor Summary | |
|---|---|
PropertyDefinitionUsageBuilder(boolean isDetailed)
Creates a new property usage builder. |
|
| Method Summary | |
|---|---|
Message |
getUsage(PropertyDefinition<?> pd)
Generates the usage information for the provided property definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyDefinitionUsageBuilder(boolean isDetailed)
isDetailed - Indicates whether or not the generated usage should
contain detailed information such as constraints.| Method Detail |
|---|
public Message getUsage(PropertyDefinition<?> pd)
pd - The property definitions.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||