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)
    • WbDependentModule

      @Incubating public WbDependentModule(String archiveName, String deployPath, String handle)
      Constructor for WbDependentModule
      Since:
      8.1
  • Method Details

    • getArchiveName

      @Incubating public String getArchiveName()
      Get the archiveName property.
      Returns:
      the archiveName for this module.
      Since:
      8.1
    • setArchiveName

      @Incubating public void setArchiveName(String archiveName)
      Set the archiveName for this module.
      Parameters:
      archiveName - the archiveName value to set.
      Since:
      8.1
    • 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