new Package(name)
- Source:
Represents a package from the application
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The name of the package |
Methods
childAppend(obj)
- Source:
To append a child - class or package - to the current package
Parameters:
| Name | Type | Description |
|---|---|---|
obj |
Class | Package | The new child |
getSize()
- Source:
To count children
setMetadata(obj)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
obj |
Metadata | Object | The metadata |