343344345346347348349350
*/ } catch ( Exception e ) { throw new MetadataResolutionException( e.getMessage(), e ); } }
390391392393394395396397398
return findNamesSpaceVisitAll.namespaces; } catch ( PersistenceException e ) { throw new MetadataResolutionException( e.getMessage(), e ); } }
504505506507508509510511
*/ return new ArrayList<String>( namespaces ); } catch ( PersistenceException e ) { throw new MetadataResolutionException( e.getMessage(), e ); } }
715716717718719720721722723724
metadata.setNamespace( namespace ); } } catch ( RepositoryException e ) { throw new MetadataResolutionException( e.getMessage(), e ); } return metadata; }
893894895896897898899900901902
} } } catch ( RepositoryException e ) { throw new MetadataResolutionException( e.getMessage(), e ); } return versionMetadata; }
922923924925926927928929930931
{ // ignore repo not found for now } catch ( RepositoryException e ) { throw new MetadataResolutionException( e.getMessage(), e ); } return versions; }
969970971972973974975976977978
references.add( ref ); } } catch ( RepositoryException e ) { throw new MetadataResolutionException( e.getMessage(), e ); } return references; }
1139114011411142114311441145114611471148
} } } catch ( RepositoryException e ) { throw new MetadataResolutionException( e.getMessage(), e ); } return artifacts; }
1316131713181319132013211322132313241325
{ // ignore repo not found for now } catch ( RepositoryException e ) { throw new MetadataResolutionException( e.getMessage(), e ); } return names; }