Class WbDependentModule
java.lang.Object
org.gradle.plugins.ide.eclipse.model.WbDependentModule
- All Implemented Interfaces:
WbModuleEntry
Deprecated.
Will be removed in Gradle 10.
A wtp descriptor dependent module entry.
-
Constructor Summary
ConstructorsConstructorDescriptionWbDependentModule(Node node) Deprecated.WbDependentModule(String deployPath, String handle) Deprecated.WbDependentModule(String archiveName, String deployPath, String handle) Deprecated.Constructor for WbDependentModule -
Method Summary
Modifier and TypeMethodDescriptionvoidappendNode(Node parentNode) Deprecated.booleanDeprecated.Deprecated.Get the archiveName property.Deprecated.Deprecated.inthashCode()Deprecated.voidsetArchiveName(String archiveName) Deprecated.Set the archiveName for this module.voidsetDeployPath(String deployPath) Deprecated.voidDeprecated.toString()Deprecated.
-
Constructor Details
-
WbDependentModule
Deprecated. -
WbDependentModule
-
WbDependentModule
Deprecated.Constructor for WbDependentModule- Since:
- 8.1
-
-
Method Details
-
getArchiveName
Deprecated.Get the archiveName property.- Returns:
- the archiveName for this module.
- Since:
- 8.1
-
setArchiveName
Deprecated.Set the archiveName for this module.- Parameters:
archiveName- the archiveName value to set.- Since:
- 8.1
-
getDeployPath
Deprecated. -
setDeployPath
Deprecated. -
getHandle
Deprecated. -
setHandle
Deprecated. -
appendNode
Deprecated.- Specified by:
appendNodein interfaceWbModuleEntry
-
equals
-
hashCode
-
toString
-