class %IPM.Lifecycle.StudioProject.XDataArchive
extends %RegisteredObject
This class helps with packaging a directory (containing files) in a format that is easy to import on a different instance.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
8
|
|
|
|
|
method AddToProject(pStudioProject As %Studio.Project, pVerbose As %Boolean = 1)
as %Status
Populates classes with the context of SourceDirectory, then adds the generated classes to pStudioProject.
classmethod CreateDirectoryChain(pName As %String)
as %Status
Copied from %IPM.Utils.File to support use in classes cloned from this one
classmethod Extract(pTargetDirectory As %String)
as %Status
method GenerateInstallerCode(pDirectoryVariableName As %String, ByRef pRoutine)
as %Status
method Populate(pVerbose As %Boolean = 1)
as %Status
Creates XData blocks with the contents of files in SourceDirectory