|
org.netbeans.modules.java.j2seproject/1 1.53.0 46 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.netbeans.modules.java.j2seproject.api.J2SEProjectConfigurations
public final class J2SEProjectConfigurations
Utility class for creating project run configuration files
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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 file
IOException
IllegalArgumentException
public 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 file
IOException
IllegalArgumentException
|
org.netbeans.modules.java.j2seproject/1 1.53.0 46 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||