Changeset 10259


Ignore:
Timestamp:
2005-07-22T15:48:31+12:00 (19 years ago)
Author:
mdewsnip
Message:

Created a new "remote" directory for classes related to using a remote Greenstone server.

Location:
trunk/gli/src/org/greenstone/gatherer
Files:
2 added
1 deleted
3 edited

Legend:

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

    r10250 r10259  
    3838import org.greenstone.gatherer.Gatherer;
    3939import org.greenstone.gatherer.LocalLibraryServer;
    40 import org.greenstone.gatherer.RemoteGreenstoneServer;
     40import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    4141import org.greenstone.gatherer.util.Utility;
    4242import org.greenstone.gatherer.util.ZipTools;
  • trunk/gli/src/org/greenstone/gatherer/gui/CreatePane.java

    r10250 r10259  
    4848import org.greenstone.gatherer.Dictionary;
    4949import org.greenstone.gatherer.Gatherer;
    50 import org.greenstone.gatherer.RemoteGreenstoneServer;
    5150import org.greenstone.gatherer.cdm.SearchTypeManager;
    5251import org.greenstone.gatherer.cdm.CollectionDesignManager;
    5352import org.greenstone.gatherer.collection.Collection;
    54 import org.greenstone.gatherer.util.Utility;
    55 import org.greenstone.gatherer.util.ZipTools;
     53import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    5654import org.greenstone.gatherer.shell.GBasicProgressMonitor;
    5755import org.greenstone.gatherer.shell.GBuildProgressMonitor;
     
    6361import org.greenstone.gatherer.util.AppendLineOnlyFileDocument;
    6462import org.greenstone.gatherer.util.StaticStrings;
     63import org.greenstone.gatherer.util.Utility;
     64import org.greenstone.gatherer.util.ZipTools;
    6565
    6666/** This class provides a GUI view showing some statistics on your current collection, and options for building it. As the collection is built this initial view is replaced with one showing progress bars and a message log of the creation process. This log can be later accessed via the options tree located in the center of the initial pane. This class is also responsible for creating the GShellProgressMonitors that are then attatched to external shell processes, and calling the methods in the CollectionManager for actually importing and building the collection. <br><BR>
  • trunk/gli/src/org/greenstone/gatherer/shell/GShell.java

    r10250 r10259  
    4949import org.greenstone.gatherer.Dictionary;
    5050import org.greenstone.gatherer.Gatherer;
    51 import org.greenstone.gatherer.RemoteGreenstoneServer;
    5251import org.greenstone.gatherer.cdm.CollectionConfiguration;
    5352import org.greenstone.gatherer.cdm.CollectionDesignManager;
     
    5554import org.greenstone.gatherer.cdm.CollectionMeta;
    5655import org.greenstone.gatherer.metadata.DocXMLFileManager;
     56import org.greenstone.gatherer.remote.RemoteGreenstoneServer;
    5757import org.greenstone.gatherer.util.StaticStrings;
    5858import org.greenstone.gatherer.util.Utility;
Note: See TracChangeset for help on using the changeset viewer.