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
@Deprecated
public class WtpComponent
extends org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
Deprecated.
Will be removed in Gradle 10.
Creates the .settings/org.eclipse.wst.common.component file for WTP projects.
- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionWtpComponent(org.gradle.internal.xml.XmlTransformer xmlTransformer) Deprecated.Creates a newWtpComponent. -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(String deployName, String contextPath, List<WbModuleEntry> newEntries) Deprecated.Configure.booleanDeprecated.Deprecated.Returns the context path.protected StringDeprecated.Deprecated.Returns the deploy name.Deprecated.Returns the wb module entries.inthashCode()Deprecated.protected voidDeprecated.voidsetContextPath(String contextPath) Deprecated.Sets the context path.voidsetDeployName(String deployName) Deprecated.Sets the deploy name.voidsetWbModuleEntries(List<WbModuleEntry> wbModuleEntries) Deprecated.Sets the wb module entries.protected voidDeprecated.toString()Deprecated.Methods inherited from class org.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
findFirstChildNamed, findFirstChildWithAttributeValue, findFirstWithAttributeValue, findOrCreateFirstChildNamed, findOrCreateFirstChildWithAttributeValue, getChildren, getXml, load, store, transformAction, transformActionMethods inherited from class org.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
load, loadDefaults, store
-
Constructor Details
-
WtpComponent
public WtpComponent(org.gradle.internal.xml.XmlTransformer xmlTransformer) Deprecated.Creates a newWtpComponent.- Since:
- 1.0
-
-
Method Details
-
getDefaultResourceName
Deprecated.- Specified by:
getDefaultResourceNamein classorg.gradle.plugins.ide.internal.generator.AbstractPersistableConfigurationObject
-
getDeployName
-
setDeployName
-
getContextPath
-
setContextPath
-
getWbModuleEntries
Deprecated.Returns the wb module entries.- Since:
- 1.0
-
setWbModuleEntries
Deprecated.Sets the wb module entries.- Since:
- 1.0
-
configure
Deprecated.Configure.- Since:
- 1.0
-
load
Deprecated.- Overrides:
loadin classorg.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
-
store
Deprecated.- Overrides:
storein classorg.gradle.plugins.ide.internal.generator.XmlPersistableConfigurationObject
-
equals
-
hashCode
-
toString
-