[Castore-commits] Fonds.java 1.28 1.29
mathieu grimault
grimault-m at adullact1.hosting.cri74.org
Mar 5 Déc 12:20:45 CET 2006
Update of /cvsroot/castore/castore-core/src/java/fr/emn/castor/documents
In directory adullact1:/tmp/cvs-serv24001/src/java/fr/emn/castor/documents
Modified Files:
Fonds.java
Log Message:
Intégration de l'import UNIMARC
Index: Fonds.java
===================================================================
RCS file: /cvsroot/castore/castore-core/src/java/fr/emn/castor/documents/Fonds.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** Fonds.java 24 Nov 2006 14:57:41 -0000 1.28
--- Fonds.java 5 Dec 2006 11:20:41 -0000 1.29
***************
*** 585,589 ****
* @return une liste de fichiers XML correspondant au type de document.
*/
! private ArrayList<String> searchFilesForMapping(final String docType) {
ArrayList<String> files = new ArrayList<String>();
ParserMappingFamille parser = new ParserMappingFamille();
--- 585,589 ----
* @return une liste de fichiers XML correspondant au type de document.
*/
! public ArrayList<String> searchFilesForMapping(final String docType) {
ArrayList<String> files = new ArrayList<String>();
ParserMappingFamille parser = new ParserMappingFamille();
***************
*** 1325,1329 ****
* @throws ParserNoticeException si une erreur de parsing survient.
*/
! private boolean isMultipleMetadata(final String key, final String idDoc)
throws ParserNoticeException {
ParserNotice notice = new ParserNotice(getNoticeFile(idDoc));
--- 1325,1329 ----
* @throws ParserNoticeException si une erreur de parsing survient.
*/
! public boolean isMultipleMetadata(final String key, final String idDoc)
throws ParserNoticeException {
ParserNotice notice = new ParserNotice(getNoticeFile(idDoc));
***************
*** 2777,2780 ****
}
}
!
}
\ No newline at end of file
--- 2777,2780 ----
}
}
!
}
\ No newline at end of file
Plus d'informations sur la liste de diffusion Castore-commits