Modifier and Type | Method and Description |
---|---|
boolean |
HTTPRepositoryAccessor.existsPackage(PackageType type,
java.lang.String name) |
void |
HTTPRepositoryAccessor.exportPackage(java.lang.String directory,
PackageType type,
java.lang.String name) |
Package |
HTTPRepositoryAccessor.getPackage(PackageType type,
java.lang.String name) |
void |
HTTPRepositoryAccessor.importPackage(java.lang.String directory,
PackageType type,
java.lang.String name) |
java.util.List |
HTTPRepositoryAccessor.listPackagesByType(PackageType type) |
void |
HTTPRepositoryAccessor.removePackage(PackageType type,
java.lang.String name,
boolean withJars) |
Modifier and Type | Method and Description |
---|---|
boolean |
RepositoryAccessor.existsPackage(PackageType type,
java.lang.String name)
Checks if the specified Package exists in the Repository.
|
void |
RepositoryAccessor.exportPackage(java.lang.String directory,
PackageType type,
java.lang.String name)
Exports the specified Package to the specified directory.
|
Package |
RepositoryAccessor.getPackage(PackageType type,
java.lang.String name)
Returns the specified Package from the Repository.
|
void |
RepositoryAccessor.importPackage(java.lang.String directory,
PackageType type,
java.lang.String name)
Imports the specified Package from the specified directory.
|
java.util.List |
RepositoryAccessor.listPackagesByType(PackageType type)
Returns a list of packages of the specified type.
|
void |
RepositoryAccessor.removePackage(PackageType type,
java.lang.String name,
boolean withJars)
Removes the specified Package from the Repository.
|
Modifier and Type | Field and Description |
---|---|
static PackageType |
PackageType.client
The client package type.
|
static PackageType |
PackageType.collection
A generic collection of JAR files (a library).
|
static PackageType |
PackageType.jdbc
The JDBC package type.
|
static PackageType |
PackageType.sdo
A package that contains Structured Data Object definitions.
|
static PackageType |
PackageType.service
The service package type.
|
static PackageType |
PackageType.transport
The transport package type.
|
static PackageType |
PackageType.wizard$client |
static PackageType |
PackageType.wizard$jdbc |
static PackageType |
PackageType.wizard$service
The wizard packages.
|
static PackageType |
PackageType.wizard$transport |
static PackageType |
PackageType.wizard$user |
Modifier and Type | Method and Description |
---|---|
static PackageType |
PackageType.valueOf(java.lang.String name) |
static PackageType[] |
PackageType.values() |
Modifier and Type | Method and Description |
---|---|
PackageType |
Package.getType() |
Modifier and Type | Method and Description |
---|---|
void |
Package.addDependency(PackageType pkgType,
java.lang.String pkgName) |
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) |
static java.lang.String |
Package.getArtifactName(PackageType type,
java.lang.String name) |
static java.lang.String |
Package.getFullName(PackageType type,
java.lang.String name) |
static boolean |
Package.isAutoGlobal(PackageType type) |
static boolean |
Package.isGeneric(PackageType type) |
Modifier and Type | Method and Description |
---|---|
static boolean |
PackageStore.existsPackage(PackageType pkgType,
java.lang.String pkgName)
Checks if a specific package is in the package store.
|
static void |
PackageStore.exportPackage(java.lang.String workingDir,
PackageType type,
java.lang.String name)
Exports the package definition and its associate JAR File to a specified directory.
|
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. |
static void |
PackageStore.removePackage(PackageType type,
java.lang.String name,
boolean withJars)
Removes the package.
|
Modifier and Type | Method and Description |
---|---|
PackageType |
PackageDescriptor.getPackageType() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.