Class WbDependentModule
java.lang.Object
org.gradle.plugins.ide.eclipse.model.WbDependentModule
- All Implemented Interfaces:
WbModuleEntry
A wtp descriptor dependent module entry.
-
Constructor Summary
ConstructorDescriptionWbDependentModule
(Node node) WbDependentModule
(String deployPath, String handle) WbDependentModule
(String archiveName, String deployPath, String handle) Constructor for WbDependentModule -
Method Summary
Modifier and TypeMethodDescriptionvoid
appendNode
(Node parentNode) boolean
Get the archiveName property.int
hashCode()
void
setArchiveName
(String archiveName) Set the archiveName for this module.void
setDeployPath
(String deployPath) void
toString()
-
Constructor Details
-
WbDependentModule
-
WbDependentModule
-
WbDependentModule
Constructor for WbDependentModule- Since:
- 8.1
-
-
Method Details
-
getArchiveName
Get the archiveName property.- Returns:
- the archiveName for this module.
- Since:
- 8.1
-
setArchiveName
Set the archiveName for this module.- Parameters:
archiveName
- the archiveName value to set.- Since:
- 8.1
-
getDeployPath
-
setDeployPath
-
getHandle
-
setHandle
-
appendNode
- Specified by:
appendNode
in interfaceWbModuleEntry
-
equals
-
hashCode
public int hashCode() -
toString
-