Package com.microej.kf.util
Class IProgressMonitorConverter
- java.lang.Object
-
- com.microej.kf.util.IProgressMonitorConverter
-
- All Implemented Interfaces:
Converter<IProgressMonitor>
public class IProgressMonitorConverter extends Object implements Converter<IProgressMonitor>
-
-
Constructor Summary
Constructors Constructor Description IProgressMonitorConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IProgressMonitorconvert(IProgressMonitor arg0, Feature arg1)Converts an object owned by a Feature to another Feature.Class<IProgressMonitor>getType()Gets the Kernel type managed by thisConverter.
-
-
-
Method Detail
-
convert
public IProgressMonitor convert(IProgressMonitor arg0, Feature arg1) throws IllegalAccessError
Description copied from interface:ConverterConverts an object owned by a Feature to another Feature.- Specified by:
convertin interfaceConverter<IProgressMonitor>- Parameters:
arg0- the source object to be convertedarg1- the owner of the converted object- Returns:
- the converted object, owned by the target owner
- Throws:
IllegalAccessError
-
getType
public Class<IProgressMonitor> getType()
Description copied from interface:ConverterGets the Kernel type managed by thisConverter.- Specified by:
getTypein interfaceConverter<IProgressMonitor>- Returns:
- the Kernel type managed by this
Converter.
-
-