Package | Description |
---|---|
com.streamscape.runtime | |
com.streamscape.sef.pkg |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManifestManager.addPackageAt(int position,
PackageDescriptor descriptor) |
void |
RuntimeManifestManager.updatePackage(PackageDescriptor descriptor,
Package pkg) |
void |
RuntimeManifestManager.updatePackageAt(int position,
PackageDescriptor descriptor,
Package pkg) |
Modifier and Type | Method and Description |
---|---|
PackageDescriptor |
PackageDescriptor.clone() |
static PackageDescriptor |
PackageDescriptor.create(Package pkg) |
static PackageDescriptor |
PackageDescriptor.create(Package pkg,
java.lang.Boolean autoload) |
static PackageDescriptor |
PackageDescriptor.create(Package pkg,
java.lang.Boolean autoload,
java.lang.Boolean global) |
PackageDescriptor |
PackageManifestManager.getPackage(java.lang.String name)
Returns a copy of the specified package descriptor.
|
PackageDescriptor |
PackageManifestManager.getPackageByArchive(java.lang.String archiveName)
Returns a copy of the package descriptor that contains the specified archive.
|
PackageDescriptor |
PackageManifestManager.getPackageBySemanticType(SemanticType type)
Finds and returns a copy of the package descriptor where the specified semantic type has been loaded.
|
Modifier and Type | Method and Description |
---|---|
void |
PackageManifestManager.addPackage(PackageDescriptor descriptor)
Adds the specified package descriptor at the end of the manifest.
|
void |
PackageManifestManager.addPackageAt(int position,
PackageDescriptor descriptor)
Adds the specified package descriptor to the manifest at the specified position.
|
int |
PackageManifestManager.getPackagePosition(PackageDescriptor descriptor)
Returns the position of the specified package in the manifest.
|
void |
PackageManifestManager.updatePackage(PackageDescriptor descriptor,
Package pkg)
Updates the existing package with the specified descriptor.
|
void |
PackageManifestManager.updatePackageAt(int position,
PackageDescriptor descriptor,
Package pkg)
Updates the existing package with the specified descriptor and moves it to the specified position.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.