com.intellij.j2ee.run.configuration
Interface ServerModel
- All Superinterfaces:
- java.lang.Cloneable, JDOMExternalizable
public interface ServerModel
- extends JDOMExternalizable, java.lang.Cloneable
createServerInstance
J2EEServerInstance createServerInstance()
throws ExecutionException
- Throws:
ExecutionException
getDeploymentProvider
DeploymentProvider getDeploymentProvider()
getDefaultUrlForBrowser
java.lang.String getDefaultUrlForBrowser()
getEditor
SettingsEditor<CommonModel> getEditor()
createOutputProcessor
OutputProcessor createOutputProcessor(ProcessHandler j2EEOSProcessHandlerWrapper,
J2EEServerInstance serverInstance)
getAddressesToCheck
java.util.List<Pair<java.lang.String,java.lang.Integer>> getAddressesToCheck()
checkConfiguration
void checkConfiguration()
throws RuntimeConfigurationException
- Throws:
RuntimeConfigurationException
getDefaultPort
int getDefaultPort()
setCommonModel
void setCommonModel(CommonModel comminModel)
clone
java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
getLocalPort
int getLocalPort()