net.sf.invicta.api |
|
Java Source File Name | Type | Comment |
DefinedProperty.java | Interface | A property defined for a component in its type definition.
A defined property has a type, which is one of the following possible types:
component, project, general, local. |
DependItem.java | Interface | An interface that represents a dependency 'line' of a component
definition. |
InvictaComponent.java | Interface | An interface of a component defined in a project definition files. |
InvictaProject.java | Interface | An interface of an Invicta project defined in project definition files. |
Product.java | Interface | An interface that represents a product that was defined for a component. |
ProductContainer.java | Interface | A container of multiple products. |
Property.java | Interface | An interface that represents a property specified for a
project (project properties), a property specified for a component
(component properties) or a general property. |
Target.java | Interface | An interface that represents a target template definition of a component,
which is defined in a type definition of a component. |