package org.nodeclipse.mongodb.preferences;
public class MongoDBConstants {
public static final String PROCESS_MESSAGE = "MongoDB Shell Process";
public static final String PREFERENCES_PAGE = "org.nodeclipse.mongodb.preferences.MongodbPreferencePage";
public static final String PREFERENCE_PAGE_NAME ="Nodeclipse/MongoDB"; // ! not the same as in plugin.xml
}