class %IPM.ResourceProcessor.Default.Include
extends %IPM.ResourceProcessor.Default.Routine
parameter DESCRIPTION = "Standard resource processor for include files.";
Description of resource processor class (shown in UI)
parameter EXTENSION = "INC";
May be set to determine the value of Extension based on a static value rather than based on the resource name.
property Directory
as %String(MAXLEN="") [ InitialExpression = "inc" ];
Directory relative to module root containing the exported resource.
Normally defaults to the resource's extension (lower-case) if unspecified;
In this case, overridden because the default Routine processor hard-codes to "rtn"
property FilenameExtension
as %String [ InitialExpression = "inc" ];
Extension for individual filename(s) that comprise this resource