public interface IImportAPI extends IDialogAPI
| Modifier and Type | Method and Description |
|---|---|
List |
getErrorMessages()
Return error messages in the order they occurred
|
List |
getInfoMessages()
Return info messages in the order they occurred
|
int |
getNumberOfCCJsFailed()
Get number of CCJs that failed during migration
|
int |
getNumberOfCCJsProcessed()
Get number of CCJs that processed during migration
|
int |
getNumberOfCTJsFailed()
Get number of CTJs that failed during migration
|
int |
getNumberOfCTJsProcessed()
Get number of CTJs that processed during migration
|
int |
getNumberOfCVJsFailed()
Get number of CVJs that failed during migration
|
int |
getNumberOfCVJsProcessed()
Get number of CVJs that processed during migration
|
List |
getWarningMessages()
Return warning messages in the order they occurred
|
boolean |
importDirectory(org.eclipse.emf.common.util.URI aInputDir,
org.eclipse.emf.common.util.URI aOutputDir)
Import all assets in the directory.
|
boolean |
importDirectory(org.eclipse.emf.common.util.URI aInputDir,
org.eclipse.emf.common.util.URI aOutputDir,
String astrLocale)
Deprecated.
|
String |
toString()
Return textual information on migration process,
including assets that succeeded, and failed.
|
displayMessageBox, getIExceptionDialogDelegate, getLocale, getMessage, getMessage, getMessageBase, getMessageBoxDelegate, getPreferences, getScrollableMessageDelegate, getUserInterfaceInfoDelegate, setIExceptionDialogDelegate, setLocale, setMessageBoxDelegate, setPreferencesDelegate, setScrollableMessageDelegate, setUserInterfaceInfoDelegateboolean importDirectory(org.eclipse.emf.common.util.URI aInputDir,
org.eclipse.emf.common.util.URI aOutputDir,
String astrLocale)
aInputDir - Input directoryaOutputDir - Output directoryastrLocale - Locale to set in vocabularies, e.g. en_US.
If null, no locale is stored, and default locale will be used when
the vocabulary is loaded.IllegalArgumentException - if locale is specified incorrectlyboolean importDirectory(org.eclipse.emf.common.util.URI aInputDir,
org.eclipse.emf.common.util.URI aOutputDir)
aInputDir - Input directoryaOutputDir - Output directoryIllegalArgumentException - if locale is specified incorrectlyString toString()
List getInfoMessages()
List getWarningMessages()
List getErrorMessages()
int getNumberOfCVJsProcessed()
int getNumberOfCCJsProcessed()
int getNumberOfCTJsProcessed()
int getNumberOfCVJsFailed()
int getNumberOfCCJsFailed()
int getNumberOfCTJsFailed()
Copyright © 2005-2012 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.