%ZHSLIB.PackageManager.Developer.Processor.Default.Include
class %ZHSLIB.PackageManager.Developer.Processor.Default.Include extends %ZHSLIB.PackageManager.Developer.Processor.Default.Routine
Property Inventory (Including Private)
Parameters
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.
Properties (Including Private)
property Directory as %String) [ 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 methods: DirectoryDisplayToLogical(), DirectoryGet(), DirectoryIsValid(), DirectoryLogicalToDisplay(), DirectoryLogicalToOdbc(), DirectoryNormalize(), DirectorySet()
property FilenameExtension as %String [ InitialExpression = "inc" ];
Extension for individual filename(s) that comprise this resource
Property methods: FilenameExtensionDisplayToLogical(), FilenameExtensionGet(), FilenameExtensionIsValid(), FilenameExtensionLogicalToDisplay(), FilenameExtensionLogicalToOdbc(), FilenameExtensionNormalize(), FilenameExtensionSet()
Inherited Members
Inherited Properties (Including Private)
- Compile
- CompileAfter
- Extension
- FilenameTranslateAssociator
- FilenameTranslateIdentifier
- Flags
- Format
- LoadAsDirectory
- Name
- ResourceReference
Inherited Methods (Including Private)
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %ConstructCloneInit()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToSaveSet()
- %OnClose()
- %OnConstructClone()
- %OnNew()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RegExReplace()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- ApplyDefaults()
- CopyAttributes()
- CopyDefaultAttributes()
- GetAttributeMetadata()
- GetDescription()
- GetSourceControlInfo()
- OnAfterPhase()
- OnBeforeArtifact()
- OnBeforePhase()
- OnConfigureMappings()
- OnExportItem()
- OnGetUniqueName()
- OnItemRelativePath()
- OnLoad()
- OnPhase()
- OnResolveChildren()
- SatisfiesCondition()