| | |
| | | new TreeMap<String, Map<String, AbstractManagedObjectDefinition<?, ?>>>(); |
| | | this.tagMap = |
| | | new HashMap<Tag, Map<String, AbstractManagedObjectDefinition<?, ?>>>(); |
| | | |
| | | setCommandBuilderUseful(false); |
| | | } |
| | | |
| | | |
| | |
| | | public MenuResult<Integer> run(ConsoleApplication app, |
| | | ManagementContextFactory factory) throws ArgumentException, |
| | | ClientException, CLIException { |
| | | |
| | | String categoryName = categoryArgument.getValue(); |
| | | String typeName = typeArgument.getValue(); |
| | | Tag tag = null; |
| | | Set<String> propertyNames = getPropertyNames(); |
| | | |
| | | // Reset the command builder |
| | | getCommandBuilder().clearArguments(); |
| | | |
| | | // Update the command builder. |
| | | updateCommandBuilderWithSubCommand(); |
| | | |
| | | List<AbstractManagedObjectDefinition<?, ?>> dlist = |
| | | new LinkedList<AbstractManagedObjectDefinition<?, ?>>(); |
| | | AbstractManagedObjectDefinition<?, ?> tmp = null; |
| | |
| | | return MenuResult.success(0); |
| | | } |
| | | |
| | | |
| | | |
| | | // Output property summary table. |
| | | private void displayNonVerbose(ConsoleApplication app, String categoryName, |
| | | String typeName, Tag tag, Set<String> propertyNames) { |