public interface IBatchRecmodelUpgradeLog
Modifier and Type | Method and Description |
---|---|
void |
logWarning(IFile file,
String message) |
void |
upgradeCompleted(IFile oldFile,
IFile newFile,
IStatus status) |
void |
upgradeSkipped(IFile oldFile,
IFile newFile) |
void |
upgradeStarted(IFile file) |
© Copyright IBM Corp. 2013. All rights reserved.