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 voidappendNode(Node node)booleanequals(Object o)StringgetDeployPath()StringgetSourcePath()inthashCode()voidsetDeployPath(String deployPath)voidsetSourcePath(String sourcePath)StringtoString()
-
-
-
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:
appendNodein interfaceWbModuleEntry
-
-