44454647484950
private final VaultInventoryPrinter printer; public ReceiveArchivesListCommand(final URL endpoint, final File credentials) throws IOException { super(endpoint, credentials); printer = new VaultInventoryPrinter(); }