class %IPM.ExtensionBase.SourceControl.ResourceInfo
extends %RegisteredObject
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
5
|
|
|
|
|
|
property IsDirectory
as %Boolean [ InitialExpression = 1 ];
Set to 1 if the relative path is a directory. (It almost always will be.)
property Prefix
as %String;
The prefix (or possibly full name) of the resource.
e.g., MyModule.PackageName. for a package; MyModule.PackageName.ClassName for an individual class.
property RelativePath
as %String;
Path to map the resource to, relative to the module root.
e.g., /cls/
property ResourceType
as %String;
The type of resource being considered (typically a document extension, or "/CSP/" for CSP resources).
property SourceControlAware
as %Boolean [ InitialExpression = 0 ];
Set to 1 for resources that may be mapped to files/source control