| java.lang.Object makedep.IDETool
All known Subclasses: makedep.Win32IDETool,
IDETool | abstract public class IDETool (Code) | | Base class for the creation of IDE projects files for building the VM.
Currently only Win32/VC6 project files are supported. See Win32IDETool.java
for more details.
|
isDefaultBuildspace | public boolean isDefaultBuildspace()(Code) | | |
isOptionEnabled | public boolean isOptionEnabled(String name)(Code) | | |
setUserSettings | public void setUserSettings(Properties s)(Code) | | Sets this.userSettings, which contains the preferences of the user.
If the user does not specify a value for a certain build option,
a default value is taken. See Configurator.java for details.
|
|
|