| | |
| | | import java.util.TreeSet; |
| | | |
| | | import org.opends.server.admin.AbstractManagedObjectDefinition; |
| | | import org.opends.server.admin.AggregationRelationDefinition; |
| | | import org.opends.server.admin.Configuration; |
| | | import org.opends.server.admin.ConfigurationClient; |
| | | import org.opends.server.admin.InstantiableRelationDefinition; |
| | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | public Void visitAggregation(AggregationRelationDefinition<?, ?> r, |
| | | ManagedObjectPath<?, ?> p) { |
| | | // Do not create sub-commands for aggregations. |
| | | return null; |
| | | } |
| | | |
| | | |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | public Void visitInstantiable(InstantiableRelationDefinition<?, ?> r, |
| | | ManagedObjectPath<?, ?> p) { |
| | | try { |