public interface IImportAPI extends IDialogAPI
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getErrorMessages()
Return error messages in the order they occurred
|
java.util.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
|
java.util.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,
java.lang.String astrLocale)
Deprecated.
|
java.lang.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,
java.lang.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.java.lang.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 directoryjava.lang.IllegalArgumentException - if locale is specified incorrectlyjava.lang.String toString()
toString in class java.lang.Objectjava.util.List getInfoMessages()
java.util.List getWarningMessages()
java.util.List getErrorMessages()
int getNumberOfCVJsProcessed()
int getNumberOfCCJsProcessed()
int getNumberOfCTJsProcessed()
int getNumberOfCVJsFailed()
int getNumberOfCCJsFailed()
int getNumberOfCTJsFailed()
Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.