org.electrocodeogram.cpc.imports.api.imports.adapter
Interface IImportToolAdapterResult


public interface IImportToolAdapterResult

Import result wrapper for IImportToolAdapters.

Author:
vw
See Also:
IImportToolAdapter

Method Summary
 java.util.List<ICloneGroup> getCloneGroups()
          The storage object for the resulting clone group data of the import process.
 java.util.Map<ICloneFile,java.util.List<IClone>> getCloneMap()
          The storage object for the resulting clone and clone file data of the import process.
 

Method Detail

getCloneMap

java.util.Map<ICloneFile,java.util.List<IClone>> getCloneMap()
The storage object for the resulting clone and clone file data of the import process.
An empty map will automatically be created and should be filled with result data by the IImportToolAdapter.

Returns:
initially empty map, which is to be filled with the clone results obtained during the import process, never null.

getCloneGroups

java.util.List<ICloneGroup> getCloneGroups()
The storage object for the resulting clone group data of the import process.
An empty map will automatically be created and should be filled with result data by the IImportToolAdapter.

Returns:
initially empty list, which is to be filled with the clone groups created during the import process, never null.