public class WtpComponent
extends org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
| Constructor and Description | 
|---|
| WtpComponent(org.gradle.internal.xml.XmlTransformer xmlTransformer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | configure(String deployName,
         String contextPath,
         List<WbModuleEntry> newEntries) | 
| boolean | equals(Object o) | 
| String | getContextPath() | 
| protected String | getDefaultResourceName() | 
| String | getDeployName() | 
| List<WbModuleEntry> | getWbModuleEntries() | 
| int | hashCode() | 
| protected void | load(Node xml) | 
| void | setContextPath(String contextPath) | 
| void | setDeployName(String deployName) | 
| void | setWbModuleEntries(List<WbModuleEntry> wbModuleEntries) | 
| protected void | store(Node xml) | 
| String | toString() | 
findFirstChildNamed, findFirstChildWithAttributeValue, findFirstWithAttributeValue, findOrCreateFirstChildNamed, findOrCreateFirstChildWithAttributeValue, getChildren, getXml, load, store, transformActionpublic WtpComponent(org.gradle.internal.xml.XmlTransformer xmlTransformer)
protected String getDefaultResourceName()
getDefaultResourceName in class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObjectpublic String getDeployName()
public void setDeployName(String deployName)
public String getContextPath()
public void setContextPath(String contextPath)
public List<WbModuleEntry> getWbModuleEntries()
public void setWbModuleEntries(List<WbModuleEntry> wbModuleEntries)
public void configure(String deployName, String contextPath, List<WbModuleEntry> newEntries)
protected void load(Node xml)
load in class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObjectprotected void store(Node xml)
store in class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject