public final class J2SEProjectConfigurations extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
createConfigurationFiles(Project prj,
String configName,
EditableProperties sharedProps,
EditableProperties privateProps)
Creates property files for run configuration and writes passed properties.
|
static void |
createConfigurationFiles(Project prj,
String configName,
Properties sharedProps,
Properties privateProps)
Creates property files for run configuration and writes passed properties.
|
public static void createConfigurationFiles(Project prj, String configName, EditableProperties sharedProps, EditableProperties privateProps) throws IOException, IllegalArgumentException
prj - project under which property files will be createdconfigName - name of the config file, '.properties' is apendedsharedProps - properties to be written to shared file; is allowed to
contain special purpose properties starting with $ (e.g. $label)privateProps - properties to be written to private fileIOExceptionIllegalArgumentExceptionpublic static void createConfigurationFiles(Project prj, String configName, Properties sharedProps, Properties privateProps) throws IOException, IllegalArgumentException
prj - project under which property files will be createdconfigName - name of the config file, '.properties' is apendedsharedProps - properties to be written to shared file; is allowed to
contain special purpose properties starting with $ (e.g. $label)privateProps - properties to be written to private fileIOExceptionIllegalArgumentExceptionBuilt on May 16 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.