Ignore:
Timestamp:
2008-10-24T17:45:51+13:00 (15 years ago)
Author:
ak19
Message:

Turned class RemoteGreenstoneServer.java from an all-static class into a regular OOP class. It is now also split into three files (the other two being ActionQueue.java and RemoteGreenstoneServerAction.java).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gli/trunk/src/org/greenstone/gatherer/greenstone/Classifiers.java

    r13594 r17612  
    134134            classinfo_options += "&collection=" + collection_name;
    135135        }
    136         classinfo_xml = RemoteGreenstoneServer.getScriptOptions("classinfo.pl", classinfo_options);
     136        classinfo_xml = Gatherer.remoteGreenstoneServer.getScriptOptions("classinfo.pl", classinfo_options);
    137137        }
    138138        else {
     
    195195            classinfo_options += "&collection=" + collection_name;
    196196        }
    197         String classinfo_output = RemoteGreenstoneServer.getScriptOptions("classinfo.pl", classinfo_options);
     197        String classinfo_output = Gatherer.remoteGreenstoneServer.getScriptOptions("classinfo.pl", classinfo_options);
    198198        xml = new StringBuffer(classinfo_output);
    199199        }
Note: See TracChangeset for help on using the changeset viewer.