IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.ras.impord.log
Interface IImportLogService


public interface IImportLogService

Service provided by the Importer to maintain recording a log of necessary import action(s). This interface is not intended to be implemented by clients. Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.


Method Summary
 File endRecording(IImportLog importLog)
          Finalize recording the import actions in IImportLog.
 IImportLog startRecording()
          Start recording the import actions into a new log file.
 

Method Detail

startRecording

public IImportLog startRecording()
Start recording the import actions into a new log file.

Returns:
a new instance of the IImportLog to start and manage recording.

endRecording

public File endRecording(IImportLog importLog)
Finalize recording the import actions in IImportLog. For the default implementation, the in-memory contents of the log is persisted as an xml file in the import metadata area.

Parameters:
importLog - is the given recorder that is logging the import actions.
Returns:
the persisted form of the recorded actions as a File.

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.