319320321322323324325
catch ( TaskQueueException e ) { throw new ArchivaException( "Unable to get repository scanning queue:" + e.getMessage(), e ); } return CollectionUtils.exists( queue, new RepositoryTaskSelectionPredicate( repositoryId ) ); }
345346347348349350351
240241242243244245246247
catch ( TaskQueueException e ) { throw new ArchivaException( "Unable to get repository scanning queue:" + e.getMessage(), e ); } return CollectionUtils.exists( queue, new RepositoryTaskSelectionPredicate( repositoryId ) ); } }
348349350351352353354
308309310311312313314
278279280281282283284
280281282283284285286
358359360361362363364365