573574575576577578579580
root.getNode( path ).remove(); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
600601602603604605606607
while ( !node.hasNodes() ); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
643644645646647648649650651
artifacts.add( getArtifactFromNode( repoId, n ) ); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return artifacts; }
676677678679680681682683684
repositories = Collections.emptyList(); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return repositories; }
704705706707708709710711712
artifacts.add( getArtifactFromNode( repositoryId, n ) ); } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return artifacts; }
725726727728729730731732
753754755756757758759760761
} } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } return artifacts; }
1118111911201121112211231124112511261127
} } } catch ( RepositoryException e ) { throw new MetadataRepositoryException( e.getMessage(), e ); } }
11481149115011511152115311541155
11831184118511861187118811891190