public final class Profiles extends Object
Modifier and Type | Method and Description |
---|---|
static void |
addInclude(Profile profile,
org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
org.eclipse.emf.common.util.URI uri) |
static void |
addJdbcSystemProperties(Profile profile,
String prefix,
String jdbcDriverName,
List<PropertyEntry> jdbcProperties) |
static void |
addProgramArugment(Profile profile,
String argument) |
static void |
addStartBundle(Profile profile,
String name) |
static void |
addSystemProperty(Profile profile,
String key,
Object value,
boolean eval) |
static Profile |
createOrGetCustomizationProfile(EquinoxApplication app) |
static boolean |
hasStartBundle(Profile profile,
String name) |
static Map<String,Integer> |
makeStartLevelMap(Profile profile) |
public static Profile createOrGetCustomizationProfile(EquinoxApplication app)
public static void addSystemProperty(Profile profile, String key, Object value, boolean eval)
public static void addInclude(Profile profile, org.eclipse.emf.ecore.resource.ResourceSet resourceSet, org.eclipse.emf.common.util.URI uri)
public static void addJdbcSystemProperties(Profile profile, String prefix, String jdbcDriverName, List<PropertyEntry> jdbcProperties)