Changeset 9419


Ignore:
Timestamp:
2005-03-15T11:59:15+13:00 (19 years ago)
Author:
mdewsnip
Message:

Forgot to import DebugStream.

File:
1 edited

Legend:

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

    r9418 r9419  
    2727package org.greenstone.gatherer.cdm;
    2828
    29 /**************************************************************************************
    30  * Written:      06/05/02
    31  * Revised:      04/10/02 - Commented
    32  *               14/07/03 - DOM Support
    33  **************************************************************************************/
     29import org.greenstone.gatherer.DebugStream;
    3430import org.greenstone.gatherer.util.Codec;
    3531import org.greenstone.gatherer.util.XMLTools;
    3632import org.w3c.dom.*;
     33
    3734
    3835/** This class encapsulates all the information about a format command from the collection configuration. This includes both the 'general' formatting commands, and the commands targetted at specific classifiers or classification component types. This class is, unfortunately, the most complex in terms of DOM model support, since we have to maintain a live reference to any classifier this format applies to. We temporarily use the feature name as the format name attribute but since the order of classifiers can change, this of course gets horribly out of date. Before the CollectionDesignManager saves the CollectionConfiguration it calls a method in the FormatManager to force all of the Formats to update their name attributes.
Note: See TracChangeset for help on using the changeset viewer.