Class WorkspaceResourceBuilder

This class is used by the 'Import ProvideX Properties' wizard to update the properties for all resources in a project or group of projects.

Build Information

Author Fred McGuirk
Date Oct 31, 2006
Outputfile WorkspaceResourceBuilder.pvc
Forcelinenumbers false

Constructor

Create a reference to [Java Class:eventmanager/ResourceManager] to be used to collect information about a resource.

Properties

PROPERTY resManager

A reference to [Java Class:eventmanager/ResourceManager]

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.

ParameterDescription
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]

Methods inherited from: AbstractResourceBuilder

add(), build(), isCancelled(), setCancelled()