| java.lang.Object org.netbeans.modules.visualweb.dataconnectivity.utils.ImportDataSource
ImportDataSource | public class ImportDataSource (Code) | | This is a utility class that has methods to migrate the old but critical
Creator 2u1 settings to NB 6.0 so that Creator projects can be opened in
NB 6.0 smoothly (without unresolved references).
author: cnguyencasj, jbaker |
ImportDataSource | public ImportDataSource()(Code) | | |
isLegacyProject | public static boolean isLegacyProject(Project project)(Code) | | Determine if project is a legacy (Creator 2, Creator 2, NB 5.5, NB 5.5.1 project) and
Parameters: project - return true if project is a legacy project |
isMigrated | public static boolean isMigrated()(Code) | | |
isMigrated | public static boolean isMigrated(String path)(Code) | | |
isMigrated | public static boolean isMigrated(int release)(Code) | | |
showAlert | public static synchronized void showAlert()(Code) | | Show alert message box informing user that a project has missing
database connections. This method can be safely called from any thread, e.g. during
the project opening, and it will take care about showing message box only
once for several subsequent calls during a timeout.
The alert box has also "show this warning again" check box.
|
|
|