Class WbDependentModule

java.lang.Object
org.gradle.plugins.ide.eclipse.model.WbDependentModule
All Implemented Interfaces:
WbModuleEntry

public class WbDependentModule extends Object implements WbModuleEntry
A wtp descriptor dependent module entry.
  • Constructor Details

    • WbDependentModule

      public WbDependentModule(Node node)
    • WbDependentModule

      public WbDependentModule(String deployPath, String handle)
  • Method Details

    • getDeployPath

      public String getDeployPath()
    • setDeployPath

      public void setDeployPath(String deployPath)
    • getHandle

      public String getHandle()
    • setHandle

      public void setHandle(String handle)
    • appendNode

      public void appendNode(Node parentNode)
      Specified by:
      appendNode in interface WbModuleEntry
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object