Class WbResource

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

public class WbResource extends Object implements WbModuleEntry
A wtp descriptor resource entry.
  • Constructor Details

    • WbResource

      public WbResource(Node node)
    • WbResource

      public WbResource(String deployPath, String sourcePath)
  • Method Details

    • getDeployPath

      public String getDeployPath()
    • setDeployPath

      public void setDeployPath(String deployPath)
    • getSourcePath

      public String getSourcePath()
    • setSourcePath

      public void setSourcePath(String sourcePath)
    • appendNode

      public void appendNode(Node node)
      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