bug TDI-22861 fixed : Can't start the studio if the AMC database is big .
git-svn-id: http://talendforge.org/svn/tos/branches/branch-5_1@94415 f6f1c999-d317-4740-80b0-e6d1abc6f99e
This commit is contained in:
@@ -26,6 +26,8 @@ public final class PluginChecker {
|
||||
|
||||
private static final String TOP_BRANDING = "org.talend.rcp.branding.top"; //$NON-NLS-1$
|
||||
|
||||
private static final String AMCRAP_PLUGIN_ID = "org.talend.amc.rap"; //$NON-NLS-1$
|
||||
|
||||
private PluginChecker() {
|
||||
}
|
||||
|
||||
@@ -74,4 +76,11 @@ public final class PluginChecker {
|
||||
return isPluginLoaded(TOP_BRANDING) && !isTDCPLoaded() && !isTDQLoaded();
|
||||
}
|
||||
|
||||
/**
|
||||
* Method "isAMCRAPLoaded"
|
||||
*
|
||||
*/
|
||||
public static boolean isAMCRAPLoaded() {
|
||||
return isPluginLoaded(AMCRAP_PLUGIN_ID);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user