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 Summary
Constructors Constructor Description WbResource(Node node)
WbResource(String deployPath, String sourcePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
appendNode(Node node)
boolean
equals(Object o)
String
getDeployPath()
String
getSourcePath()
int
hashCode()
void
setDeployPath(String deployPath)
void
setSourcePath(String sourcePath)
String
toString()
-
-
-
Method Detail
-
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 interfaceWbModuleEntry
-
-