Class WtpComponent
java.lang.Object
org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
org.gradle.plugins.ide.eclipse.model.WtpComponent
- All Implemented Interfaces:
- org.gradle.plugins.ide.internal.generator.generator.PersistableConfigurationObject
public class WtpComponent
extends org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
Creates the .settings/org.eclipse.wst.common.component file for WTP projects.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidconfigure(String deployName, String contextPath, List<WbModuleEntry> newEntries) booleanprotected StringinthashCode()protected voidvoidsetContextPath(String contextPath) voidsetDeployName(String deployName) voidsetWbModuleEntries(List<WbModuleEntry> wbModuleEntries) protected voidtoString()Methods inherited from class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObjectfindFirstChildNamed, findFirstChildWithAttributeValue, findFirstWithAttributeValue, findOrCreateFirstChildNamed, findOrCreateFirstChildWithAttributeValue, getChildren, getXml, load, store, transformAction, transformActionMethods inherited from class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObjectload, loadDefaults, store
- 
Constructor Details- 
WtpComponentpublic WtpComponent(org.gradle.internal.xml.XmlTransformer xmlTransformer) 
 
- 
- 
Method Details- 
getDefaultResourceName- Specified by:
- getDefaultResourceNamein class- org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
 
- 
getDeployName
- 
setDeployName
- 
getContextPath
- 
setContextPath
- 
getWbModuleEntries
- 
setWbModuleEntries
- 
configure
- 
load- Overrides:
- loadin class- org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
 
- 
store- Overrides:
- storein class- org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-