Package | Description |
---|---|
com.streamscape.runtime | |
com.streamscape.sef.pkg |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManifestManager.addPackageAt(int position,
PackageDescriptor descriptor) |
void |
RuntimeManifestManager.loadPackage(java.lang.String name,
boolean checkDependencies) |
void |
RuntimeManifestManager.removePackage(java.lang.String name) |
void |
RuntimeManifestManager.unloadPackage(java.lang.String name,
boolean checkDependencies) |
void |
RuntimeManifestManager.updatePackage(PackageDescriptor descriptor,
Package pkg) |
void |
RuntimeManifestManager.updatePackageAt(int position,
PackageDescriptor descriptor,
Package pkg) |
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.
|
PackageDescriptor |
PackageManifestManager.getPackageByArchive(java.lang.String archiveName)
Returns a copy of the package descriptor that contains the specified archive.
|
void |
PackageManifestManager.loadPackage(java.lang.String name)
Invokes the
PackageManifestManager.loadPackage(String, boolean) with the second argument set to true . |
void |
PackageManifestManager.loadPackage(java.lang.String name,
boolean checkDependencies)
Loads the specified package to the package loader registry.
|
static boolean |
PackageLoaderHelper.loadPackageIfRegistered(FabricComponent component,
java.lang.String packageName) |
void |
PackageManifestManager.removePackage(java.lang.String name)
Removes the specified package from the manifest.
|
void |
PackageManifestManager.setPackageScope(java.lang.String name,
boolean global)
Sets a scope of the specified package (global packages are replicated across the Fabric).
|
void |
PackageManifestManager.unloadPackage(java.lang.String name)
Invokes the
PackageManifestManager.unloadPackage(String, boolean) with the second argument set to true . |
void |
PackageManifestManager.unloadPackage(java.lang.String name,
boolean checkDependencies)
Unloads the specified package from the package loader registry.
|
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.
|
void |
PackageManifestManager.validatePackage(java.lang.String name)
Checks all entities (semantic types, event prototypes etc) that depend on the specified package.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.