Package | Description |
---|---|
com.streamscape.cli.http | |
com.streamscape.repository.cli | |
com.streamscape.repository.pkg | |
com.streamscape.runtime | |
com.streamscape.runtime.mf.admin.pkg | |
com.streamscape.sef.pkg |
Modifier and Type | Method and Description |
---|---|
Package |
HTTPRepositoryAccessor.getPackage(PackageType type,
java.lang.String name) |
Package |
HTTPRepositoryAccessor.getPackage(java.lang.String fullName) |
Package |
HTTPRepositoryAccessor.getPackageByArchive(java.lang.String jarName) |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRepositoryAccessor.addPackage(Package pkg) |
void |
HTTPRepositoryAccessor.addPackage(Package pkg,
java.io.File[] jars) |
void |
HTTPRepositoryAccessor.updatePackage(Package pkg) |
Modifier and Type | Method and Description |
---|---|
Package |
RepositoryAccessor.getPackage(PackageType type,
java.lang.String name)
Returns the specified Package from the Repository.
|
Package |
RepositoryAccessor.getPackage(java.lang.String fullName)
Returns the specified Package from the Repository.
|
Package |
RepositoryAccessor.getPackageByArchive(java.lang.String jarName)
Returns a Package that contains the specified JAR file.
|
Modifier and Type | Method and Description |
---|---|
void |
RepositoryAccessor.addPackage(Package pkg)
Adds the specified Package to the Repository.
|
void |
RepositoryAccessor.addPackage(Package pkg,
java.io.File[] jars)
Adds the specified Package to the Repository.
|
void |
RepositoryAccessor.updatePackage(Package pkg)
Updates the specified Package in the Repository.
|
Modifier and Type | Method and Description |
---|---|
Package |
Package.clone() |
static Package |
Package.create(PackageType type,
java.lang.String name) |
static Package |
Package.create(PackageType type,
java.lang.String name,
java.lang.Boolean autoload,
java.lang.Boolean global) |
static Package |
Package.create(PackageType type,
java.lang.String name,
java.lang.String jarName) |
Modifier and Type | Method and Description |
---|---|
boolean |
Package.equalsFully(Package other) |
Modifier and Type | Method and Description |
---|---|
void |
RuntimeManifestManager.updatePackage(PackageDescriptor descriptor,
Package pkg) |
void |
RuntimeManifestManager.updatePackageAt(int position,
PackageDescriptor descriptor,
Package pkg) |
Modifier and Type | Method and Description |
---|---|
static Package |
PackageStore.createClientFactoryPackage(java.lang.String name)
A convenience method for creating a
Client Factory package. |
static Package |
PackageStore.createCollectionPackage(java.lang.String name)
A convenience method for creating an
Archive Collection package. |
static Package |
PackageStore.createJDBCFactoryPackage(java.lang.String name)
A convenience method for creating new
JDBC Factory package. |
static Package |
PackageStore.createSDOPackage(java.lang.String name)
A convenience method for creating a
Structured Data Objects collection package. |
static Package |
PackageStore.createServicePackage(java.lang.String name)
A convenience method for creating a
Service package. |
static Package |
PackageStore.createTransportFactoryPackage(java.lang.String name)
A convenience method for creating a new
Transport Factory package. |
static Package |
PackageStore.loadPackage(PackageType type,
java.lang.String name)
Loads a
Package object of a given type from a specific persistence context. |
static Package |
PackageStore.loadPackage(java.lang.String workingDir,
PackageType type,
java.lang.String name)
Loads a
Package object of a given type from the working directory. |
Modifier and Type | Method and Description |
---|---|
static void |
PackageStore.importPackage(java.lang.String workingDir,
Package pkg)
Import a package and associate JAR Files specified by the
Package object into the runtime
repository and/or local cache depending on the Runtime Context settings. |
static java.net.URL[] |
PackageStore.loadPackageURLs(Package pkg)
Loads the factory package from a repository or runtime cache depending on the
Runtime Context settings. |
static java.net.URL[] |
PackageStore.loadPackageURLs(java.lang.String workingDir,
Package pkg)
Loads the package URLs from a specified directory.
|
static void |
PackageStore.savePackageObject(java.lang.String workingDir,
Package pkg)
Saves a package configuration object to a specific
Working Directory . |
Modifier and Type | Method and Description |
---|---|
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) |
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.