Ignore:
Timestamp:
2004-11-12T16:49:48+13:00 (19 years ago)
Author:
kjdon
Message:

added a new method, which currently does nothing, to configure a recogniser with xml from the config file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/src/java/org/greenstone/gsdl3/gs3build/doctypes/AbstractRecogniser.java

    r8495 r8541  
    33import java.util.ArrayList;
    44import java.net.URL;
     5import org.w3c.dom.Element;
    56
    67import org.greenstone.gsdl3.gs3build.metadata.*;
     
    2829
    2930    }
    30 
     31   
     32    /** configure by default does nothing */
     33    public boolean configure(Element config_elem){
     34    return true;
     35    }
    3136    public void setListRepository(DocumentList docList) {
    3237    this.list_repository = docList;
Note: See TracChangeset for help on using the changeset viewer.