public class RunConfigurationModule extends java.lang.Object implements JDOMExternalizable
Constructor and Description |
---|
RunConfigurationModule(Project project) |
Modifier and Type | Method and Description |
---|---|
void |
checkForWarning() |
Module |
findModule(java.lang.String moduleName) |
Module |
getModule() |
java.lang.String |
getModuleName() |
Project |
getProject() |
void |
init()
Deprecated.
It is not init. It sets module to any first module if no module yet configured. Use
setModuleToAnyFirstIfNotSpecified() if need. |
void |
readExternal(Element element) |
void |
setModule(Module module) |
void |
setModuleName(java.lang.String moduleName) |
void |
setModuleToAnyFirstIfNotSpecified() |
void |
writeExternal(Element parent) |
public RunConfigurationModule(Project project)
public void readExternal(Element element)
readExternal
in interface JDOMExternalizable
public void writeExternal(Element parent)
writeExternal
in interface JDOMExternalizable
@Deprecated public void init()
setModuleToAnyFirstIfNotSpecified()
if need.public void setModuleToAnyFirstIfNotSpecified()
public Project getProject()
public Module getModule()
public Module findModule(java.lang.String moduleName)
public void setModule(Module module)
public void setModuleName(java.lang.String moduleName)
public java.lang.String getModuleName()
public void checkForWarning() throws RuntimeConfigurationException
RuntimeConfigurationException