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.
- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionWbDependentModule(Node node) Deprecated.Creates a newWbDependentModule.WbDependentModule(String deployPath, String handle) Deprecated.Creates a newWbDependentModule.WbDependentModule(String archiveName, String deployPath, String handle) Deprecated.Constructor for WbDependentModule -
Method Summary
Modifier and TypeMethodDescriptionvoidappendNode(Node parentNode) Deprecated.Append node.booleanDeprecated.Deprecated.Get the archiveName property.Deprecated.Returns the deploy path.Deprecated.Returns the handle.inthashCode()Deprecated.voidsetArchiveName(String archiveName) Deprecated.Set the archiveName for this module.voidsetDeployPath(String deployPath) Deprecated.Sets the deploy path.voidDeprecated.Sets the handle.toString()Deprecated.
-
Constructor Details
-
WbDependentModule
-
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
-
setDeployPath
-
getHandle
-
setHandle
-
appendNode
Deprecated.Description copied from interface:WbModuleEntryAppend node.- Specified by:
appendNodein interfaceWbModuleEntry
-
equals
-
hashCode
-
toString
-