545546547548549550551552
} } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
563564565566567568569570
root.getNode( path ).remove(); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
589590591592593594595596
while ( !node.hasNodes() ); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
631632633634635636637638639
artifacts.add( getArtifactFromNode( repoId, n ) ); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return artifacts; }
663664665666667668669670671
repositories = Collections.emptyList(); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return repositories; }
690691692693694695696697698
artifacts.add( getArtifactFromNode( repositoryId, n ) ); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return artifacts; }
710711712713714715716717
737738739740741742743744745
} } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return artifacts; }
1092109310941095109610971098109911001101
11211122112311241125112611271128