deployer/service/src/main/java/org/apache/karaf/cave/deployer/service/command/BundleListCommand.java [36:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Reference
    private DeployerService deployer;

    @Argument(index = 0, name = "connection", description = "The connection to use", required = true, multiValued = false)
    @Completion(ConnectionCompleter.class)
    String connection;

    @Override
    public Object execute() throws Exception {
        ShellTable table = new ShellTable();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



deployer/service/src/main/java/org/apache/karaf/cave/deployer/service/command/FeaturesRepositoryListCommand.java [36:45]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Reference
    private DeployerService deployer;

    @Argument(index = 0, name = "connection", description = "The connection to use", required = true, multiValued = false)
    @Completion(ConnectionCompleter.class)
    String connection;

    @Override
    public Object execute() throws Exception {
        ShellTable table = new ShellTable();
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



