Java Component Reference
Field | Description |
---|---|
Class | Fully-qualified name of the class that implements the component. |
Location | Location of the class in the workspace. |
Thread Context Class Loader Type | Configures the value returned by the call
Thread.currentThread().getContextClassLoader() inside a Java implementation class (once it is instantiated):
|
Compute Component Dependencies |
Indicate whether to TIBCO Business Studio should compute the component bundle dependencies. When a component is deployed on a node, ActiveMatrix generates a component bundle. When selected, the component implementation bundles required by the component bundle are computed and identified when you package the composite. When clear, the Implementation Dependency and Compute Feature Dependencies fields display and you can manually specify the dependencies. Default:
|
Implementation Dependency | Type of the dependency of the component bundle on the component implementation.
Default:
|
Bundle Name | Symbolic name of the bundle containing the component implementation.
Default: The bundle in which the component implementation class is present. |
Package Name | Name of the package containing the component implementation.
Default: The package in which the component implementation class is present. |
Version Range | Versions of the bundle or package that satisfy the component bundle's dependency. When specifying a range for a bundle, you can require an exact match to a version that includes a build qualifier. In contrast, the range for a package is inexact.
Default:
|
Compute Feature Dependencies | Indicate whether to compute the features on which the component bundle depends. When clear, the Feature Dependencies table displays.
Default:
|
Preview | A link that when clicked displays a dialog containing a list of the features on which the component bundle depends. |
Features Dependencies
The features on which the component bundle depends.
Column | Description |
---|---|
Feature ID | ID of the feature. |
Version Range | Range of feature versions. |
sds.CreateComponent Command-Line Task
Element or Parameter | Description |
---|---|
implementationLoc | Workspace relative path to the implementation class. |
feature.id | ID of the feature. |
feature.file.path | Workspace relative path to the feature file. |
create.new.feature | Indicates whether to create a new feature. |
use.existing.feature | Indicates whether to use an existing feature. |
feature.version | Feature version. |