Ignore:
Timestamp:
2017-04-06T19:15:55+12:00 (7 years ago)
Author:
ak19
Message:

In place of the Input- and OutputStreamGobbler classes, am now shifting GLI code to use SafeProcess too, copied across from GS3 src code. Class SafeProcess includes the two streamgobblers as static inner classes and some more functionality with safely running an external process from Java.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/gui/ConfigFileEditor.java

    r30959 r31582  
    2929import org.greenstone.gatherer.Dictionary;
    3030import org.greenstone.gatherer.Gatherer;
    31 import org.greenstone.gatherer.cdm.CollectionConfigXMLReadWrite;
    32 import org.greenstone.gatherer.util.Codec;
    33 import org.greenstone.gatherer.util.InputStreamGobbler;
    34 import org.greenstone.gatherer.util.OutputStreamGobbler;
    3531import org.greenstone.gatherer.util.StaticStrings;
    3632import org.greenstone.gatherer.util.Utility;
Note: See TracChangeset for help on using the changeset viewer.