Class WbResource
java.lang.Object
org.gradle.plugins.ide.eclipse.model.WbResource
- All Implemented Interfaces:
WbModuleEntry
A wtp descriptor resource entry.
- Since:
- 1.0
-
Constructor Summary
ConstructorsConstructorDescriptionWbResource(Node node) Creates a newWbResource.WbResource(String deployPath, String sourcePath) Creates a newWbResource. -
Method Summary
Modifier and TypeMethodDescriptionvoidappendNode(Node node) Append node.booleanReturns the deploy path.Returns the source path.inthashCode()voidsetDeployPath(String deployPath) Sets the deploy path.voidsetSourcePath(String sourcePath) Sets the source path.toString()
-
Constructor Details
-
WbResource
-
WbResource
-
-
Method Details
-
getDeployPath
-
setDeployPath
-
getSourcePath
-
setSourcePath
-
appendNode
Description copied from interface:WbModuleEntryAppend node.- Specified by:
appendNodein interfaceWbModuleEntry
-
equals
-
hashCode
-
toString
-