Bundt Scripting Reference · Bundt Scripting Language version 1.0.1.0

Package Name format

A package name is composed of an identifier plus an optional dot-separated prefix to specify package ownership.

Alternatively, you can use none as a package name to indicate no package.

Syntax

((OwnerPackage.)* Name) | none

Element Type Notes
OwnerPackage Identifier Specifies an owner package.
Name Identifier Specifies the name of the package.

Examples

Intent Code
Set a package in context with package Organization.Staff;
Create a class in a package create class Employee in Organization.Staff.People;
Alter the context class to remove it from its package alter class as in none;

See Also


Contents distributed under a Creative Commons Attribution 4.0 International License · About · Terms of Use · Contact Us · last updated on 08 October 2020