Ignore:
Timestamp:
2004-05-26T16:38:42+12:00 (20 years ago)
Author:
kjdon
Message:

tidied up the setting filename and basepath path stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl3/packages/mg/java/org/greenstone/mg/MGPassesWrapper.java

    r7440 r7452  
    5050    public native void addPass(char pass_type, char pass_num);
    5151
    52     /** set the file paths */
    53     public native void setPath(String filename);
    54    /** set the file paths */
    55     public native void setPaths(String base_path, String filename);
     52    /** set the base path */
     53    public native void setBasePath(String basepath);
     54   /** set the file name */
     55    public native void setFileName(String filename);
    5656
    5757    public native void setStemOptions(String stemmer_type, int stem_method);
Note: See TracChangeset for help on using the changeset viewer.