Package Retrieval

Retrieves a list of packages in a domain.

Syntax

java.util.Collection SUPDomain.getPackages()

Returns

If successful, returns an object of the specified type (can be null). If unsuccessful, returns SUPAdminException.

Examples