SYMBOL INDEX (197 symbols across 16 files) FILE: src/main/java/com/poratu/idea/plugins/tomcat/conf/ServerConsoleView.java class ServerConsoleView (line 20) | public class ServerConsoleView extends ConsoleViewImpl { method ServerConsoleView (line 26) | public ServerConsoleView(TomcatRunConfiguration configuration) { method print (line 31) | @Override method parsePorts (line 73) | private boolean parsePorts(String s) { method buildServerUrls (line 97) | private List buildServerUrls() { FILE: src/main/java/com/poratu/idea/plugins/tomcat/conf/TomcatCommandLineState.java class TomcatCommandLineState (line 53) | public class TomcatCommandLineState extends JavaCommandLineState { method TomcatCommandLineState (line 71) | protected TomcatCommandLineState(@NotNull ExecutionEnvironment environ... method TomcatCommandLineState (line 75) | protected TomcatCommandLineState(ExecutionEnvironment environment, Tom... method createCommandLine (line 80) | @Override method startProcess (line 90) | @Override method createJavaParameters (line 102) | @Override method createConsole (line 173) | @Nullable method updateServerConf (line 179) | private void updateServerConf(Path confPath, TomcatRunConfiguration cfg) method createContextFile (line 230) | private void createContextFile(String tomcatVersion, Module module, Pa... method createContextElement (line 256) | private Element createContextElement(Document doc, DocumentBuilder bui... method findContextFileInApp (line 267) | private Path findContextFileInApp() { method collectResources (line 286) | private void collectResources(Document doc, Element contextRoot, Modul... method createResourcesElementIfNecessary (line 331) | private Element createResourcesElementIfNecessary(Document doc, Elemen... method deleteTomcatWorkFiles (line 350) | private void deleteTomcatWorkFiles(Path tomcatHome) { FILE: src/main/java/com/poratu/idea/plugins/tomcat/conf/TomcatLogFile.java class TomcatLogFile (line 10) | public class TomcatLogFile { method TomcatLogFile (line 22) | public TomcatLogFile(String id, String filename) { method TomcatLogFile (line 27) | public TomcatLogFile(String id, String filename, boolean enabled) { method getId (line 32) | public String getId() { method createLogFileOptions (line 36) | public LogFileOptions createLogFileOptions(PredefinedLogFile file, @Nu... method createPredefinedLogFile (line 41) | public PredefinedLogFile createPredefinedLogFile() { FILE: src/main/java/com/poratu/idea/plugins/tomcat/conf/TomcatRunConfiguration.java class TomcatRunConfiguration (line 38) | public class TomcatRunConfiguration extends LocatableConfigurationBase createPredefinedLogFiles() { method TomcatRunConfiguration (line 57) | protected TomcatRunConfiguration(@NotNull Project project, @NotNull Co... method getConfigurationEditor (line 69) | @NotNull method checkConfiguration (line 82) | @Override method onNewConfigurationCreated (line 105) | @Override method getModules (line 134) | @Override method getState (line 140) | @Nullable method getOptionsForPredefinedLogFile (line 146) | @Override method readExternal (line 157) | @Override method writeExternal (line 174) | @Override method addPredefinedTomcatLogFiles (line 183) | private void addPredefinedTomcatLogFiles() { method getModule (line 187) | @Nullable method setModule (line 192) | public void setModule(Module module) { method getTomcatInfo (line 196) | public TomcatInfo getTomcatInfo() { method setTomcatInfo (line 200) | public void setTomcatInfo(TomcatInfo tomcatInfo) { method getCatalinaBase (line 204) | public String getCatalinaBase() { return tomcatOptions.getCatalinaBase... method setCatalinaBase (line 205) | public void setCatalinaBase(String catalinaBase) { tomcatOptions.setCa... method getDocBase (line 206) | public String getDocBase() { method setDocBase (line 210) | public void setDocBase(String docBase) { method getContextPath (line 214) | public String getContextPath() { method setContextPath (line 218) | public void setContextPath(String contextPath) { method getPort (line 222) | public Integer getPort() { method setPort (line 226) | public void setPort(Integer port) { method getSslPort (line 230) | public Integer getSslPort() { method setSslPort (line 234) | public void setSslPort(Integer sslPort) { method getAdminPort (line 238) | public Integer getAdminPort() { method setAdminPort (line 242) | public void setAdminPort(Integer adminPort) { method getVmOptions (line 246) | public String getVmOptions() { method setVmOptions (line 250) | public void setVmOptions(String vmOptions) { method getEnvOptions (line 254) | public Map getEnvOptions() { method setEnvOptions (line 258) | public void setEnvOptions(Map envOptions) { method isPassParentEnvs (line 262) | public Boolean isPassParentEnvs() { method setPassParentEnvironmentVariables (line 266) | public void setPassParentEnvironmentVariables(Boolean passParentEnvs) { method getExtraClassPath (line 270) | public String getExtraClassPath() { method setExtraClassPath (line 274) | public void setExtraClassPath(String extraClassPath) { method clone (line 278) | @Override class TomcatRunConfigurationOptions (line 287) | private static class TomcatRunConfigurationOptions implements Serializ... method getTomcatInfo (line 301) | public TomcatInfo getTomcatInfo() { method setTomcatInfo (line 305) | public void setTomcatInfo(TomcatInfo tomcatInfo) { method getCatalinaBase (line 309) | @Nullable method setCatalinaBase (line 311) | public void setCatalinaBase(String catalinaBase) { this.catalinaBase... method getDocBase (line 313) | @Nullable method setDocBase (line 318) | public void setDocBase(String docBase) { method getContextPath (line 322) | public String getContextPath() { method setContextPath (line 326) | public void setContextPath(String contextPath) { method getPort (line 330) | public Integer getPort() { method setPort (line 334) | public void setPort(Integer port) { method getSslPort (line 338) | public Integer getSslPort() { method setSslPort (line 342) | public void setSslPort(Integer sslPort) { method getAdminPort (line 346) | public Integer getAdminPort() { method setAdminPort (line 350) | public void setAdminPort(Integer adminPort) { method getVmOptions (line 354) | public String getVmOptions() { method setVmOptions (line 358) | public void setVmOptions(String vmOptions) { method getEnvOptions (line 362) | public Map getEnvOptions() { method setEnvOptions (line 366) | public void setEnvOptions(Map envOptions) { method isPassParentEnvs (line 370) | public Boolean isPassParentEnvs() { method setPassParentEnvs (line 374) | public void setPassParentEnvs(Boolean passParentEnvs) { method getExtraClassPath (line 378) | public String getExtraClassPath() { method setExtraClassPath (line 382) | public void setExtraClassPath(String extraClassPath) { FILE: src/main/java/com/poratu/idea/plugins/tomcat/conf/TomcatRunConfigurationType.java class TomcatRunConfigurationType (line 17) | public class TomcatRunConfigurationType extends SimpleConfigurationType { method TomcatRunConfigurationType (line 21) | protected TomcatRunConfigurationType() { method createTemplateConfiguration (line 28) | @Override FILE: src/main/java/com/poratu/idea/plugins/tomcat/conf/TomcatRunnerSettingsEditor.java class TomcatRunnerSettingsEditor (line 10) | public class TomcatRunnerSettingsEditor extends SettingsEditor { method TomcatComboBox (line 242) | TomcatComboBox() { method initBrowsableEditor (line 252) | private void initBrowsableEditor() { class TomcatComboBoxEditor (line 260) | private static class TomcatComboBoxEditor extends BasicComboBoxEditor { method TomcatComboBoxEditor (line 265) | public TomcatComboBoxEditor(TomcatComboBox comboBox) { method createEditorComponent (line 269) | @Override method createBrowseExtension (line 290) | private ExtendableTextComponent.Extension createBrowseExtension() { class TomcatComboBoxTextComponentAccessor (line 302) | private static class TomcatComboBoxTextComponentAccessor implements Te... method getText (line 304) | @Override method setText (line 309) | @Override FILE: src/main/java/com/poratu/idea/plugins/tomcat/runner/TomcatDebugger.java class TomcatDebugger (line 14) | public class TomcatDebugger extends GenericDebuggerRunner { method getRunnerId (line 17) | @Override method canRun (line 23) | @Override FILE: src/main/java/com/poratu/idea/plugins/tomcat/runner/TomcatRunConfigurationProducer.java class TomcatRunConfigurationProducer (line 27) | public class TomcatRunConfigurationProducer extends LazyRunConfiguration... method getConfigurationFactory (line 28) | @NotNull method setupConfigurationFromContext (line 34) | @Override method isPreferredConfiguration (line 68) | @Override method isConfigurationFromContext (line 73) | @Override method findWebRoots (line 83) | private List findWebRoots(@Nullable Location location) { FILE: src/main/java/com/poratu/idea/plugins/tomcat/runner/TomcatRunner.java class TomcatRunner (line 14) | public class TomcatRunner extends DefaultJavaProgramRunner { method getRunnerId (line 17) | @NotNull method canRun (line 23) | @Override FILE: src/main/java/com/poratu/idea/plugins/tomcat/setting/TomcatInfo.java class TomcatInfo (line 11) | public class TomcatInfo implements Serializable { method getName (line 16) | public String getName() { method setName (line 20) | public void setName(String name) { method getVersion (line 24) | public String getVersion() { method setVersion (line 28) | public void setVersion(String version) { method getPath (line 32) | public String getPath() { method setPath (line 36) | public void setPath(String path) { method equals (line 40) | @Override method hashCode (line 48) | @Override method toString (line 53) | @Override FILE: src/main/java/com/poratu/idea/plugins/tomcat/setting/TomcatInfoComponent.java class TomcatInfoComponent (line 11) | public class TomcatInfoComponent implements Disposable { method TomcatInfoComponent (line 15) | public TomcatInfoComponent(TomcatInfo tomcatInfo) { method getMainPanel (line 27) | public JComponent getMainPanel() { method dispose (line 31) | @Override FILE: src/main/java/com/poratu/idea/plugins/tomcat/setting/TomcatInfoConfigurable.java class TomcatInfoConfigurable (line 10) | public class TomcatInfoConfigurable extends NamedConfigurable { method TomcatInfoConfigurable (line 16) | public TomcatInfoConfigurable(TomcatInfo tomcatInfo, Runnable treeUpda... method setDisplayName (line 24) | @Override method getEditableObject (line 29) | @Override method getBannerSlogan (line 34) | @Override method createOptionsPanel (line 39) | @Override method getDisplayName (line 44) | @Override method checkName (line 49) | @Override method isModified (line 58) | @Override method apply (line 63) | @Override type TomcatNameValidator (line 69) | @FunctionalInterface method validate (line 71) | void validate(T t) throws ConfigurationException; FILE: src/main/java/com/poratu/idea/plugins/tomcat/setting/TomcatServerManagerState.java class TomcatServerManagerState (line 33) | @State(name = "ServerConfiguration", storages = @Storage("smart.tomcat.x... method getInstance (line 39) | public static TomcatServerManagerState getInstance() { method getTomcatInfos (line 43) | @NotNull method getState (line 48) | @Nullable method loadState (line 54) | @Override method createTomcatInfo (line 59) | public static Optional createTomcatInfo(String tomcatHome) { method createTomcatInfo (line 63) | public static Optional createTomcatInfo(String tomcatHome,... method generateTomcatName (line 92) | private static String generateTomcatName(String name) { FILE: src/main/java/com/poratu/idea/plugins/tomcat/setting/TomcatServersConfigurable.java class TomcatServersConfigurable (line 22) | public class TomcatServersConfigurable extends MasterDetailsComponent { method getDisplayName (line 24) | @Override method getHelpTopic (line 29) | @Override method TomcatServersConfigurable (line 34) | public TomcatServersConfigurable() { method createActions (line 38) | @Override method isModified (line 47) | @Override method reset (line 58) | @Override method apply (line 69) | @Override method wasObjectStored (line 82) | @Override method addNode (line 88) | private void addNode(TomcatInfo tomcatInfo, boolean selectInTree) { method validateName (line 98) | private void validateName(String name) throws ConfigurationException { class AddTomcatAction (line 107) | private class AddTomcatAction extends DumbAwareAction { method AddTomcatAction (line 108) | public AddTomcatAction() { method actionPerformed (line 113) | @Override method createUniqueName (line 118) | private String createUniqueName(String preferredName) { FILE: src/main/java/com/poratu/idea/plugins/tomcat/utils/PluginUtils.java class PluginUtils (line 54) | public final class PluginUtils { method PluginUtils (line 58) | private PluginUtils() { method generateSequentName (line 68) | public static String generateSequentName(List existingNames, S... method chooseTomcat (line 87) | public static void chooseTomcat(Consumer callback) { method chooseTomcat (line 91) | public static void chooseTomcat(UnaryOperator nameGenerator, C... method defaultCatalinaBase (line 102) | @Nullable method getCatalinaBase (line 124) | @Nullable method getTomcatLogsDirPath (line 134) | public static Path getTomcatLogsDirPath(TomcatRunConfiguration configu... method createDocumentBuilder (line 142) | @SuppressWarnings("HttpUrlsUsage") method createTransformer (line 161) | @SuppressWarnings("HttpUrlsUsage") method openTomcatConfiguration (line 179) | public static void openTomcatConfiguration() { method parsePort (line 183) | public static int parsePort(String text) throws ConfigurationException { method extractContextPath (line 199) | public static String extractContextPath(Module module) { method findWebRoots (line 205) | public static List findWebRoots(Module module) { method findWebRoots (line 238) | public static List findWebRoots(Project project) { method isUnderTestSources (line 249) | public static boolean isUnderTestSources(@Nullable Location locatio... method getModules (line 265) | public static List getModules(Project project) { method guessModule (line 275) | public static @Nullable Module guessModule(Project project) { method findContainingModule (line 300) | public static @Nullable Module findContainingModule(@Nullable String f... method isEmptyFolder (line 321) | public static boolean isEmptyFolder(Path path) throws IOException {