com.intellij.j2ee.run.configuration
Interface ServerModel

All Superinterfaces:
java.lang.Cloneable, JDOMExternalizable

public interface ServerModel
extends JDOMExternalizable, java.lang.Cloneable


Method Summary
 void checkConfiguration()
           
 java.lang.Object clone()
           
 OutputProcessor createOutputProcessor(ProcessHandler j2EEOSProcessHandlerWrapper, J2EEServerInstance serverInstance)
           
 J2EEServerInstance createServerInstance()
           
 java.util.List<Pair<java.lang.String,java.lang.Integer>> getAddressesToCheck()
           
 int getDefaultPort()
           
 java.lang.String getDefaultUrlForBrowser()
           
 DeploymentProvider getDeploymentProvider()
           
 SettingsEditor<CommonModel> getEditor()
           
 int getLocalPort()
           
 void setCommonModel(CommonModel comminModel)
           
 
Methods inherited from interface com.intellij.openapi.util.JDOMExternalizable
readExternal, writeExternal
 

Method Detail

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()