Build Information
Author |
Fred McGuirk |
Date |
Oct 30, 2006 |
Outputfile |
TextfileResourceBuilder.pvc |
Forcelinenumbers |
false |
Properties
PROPERTY PROJ_LIST_HEADER_KEY$
|
Methods
FUNCTION add(name$, path$, childList$, propList)
Add a new property into object to be created. This method is a stub that will be over-ridden by the child classes.
|
Parameter | Description |
name$ |
The name of the resource. |
path$ |
The path to the resource within the project. |
childList$ |
A comma-separated list of children for this resource. |
propList |
A reference to [ProvideX Library Class:*obj/group] which is a collection of [ProvideX Class:ResourceProperty] |
|
FUNCTION build()
Create the output object from the information collected by the 'add()' method.
|
Methods inherited from: AbstractResourceBuilder
add(), build(), isCancelled(), setCancelled()