Font size:
type.properties
Overview
This file contains the metadata describing the type.
<property file="${module.dir}/type.properties"/>
Common
The table below lists the properties defined for any type
| Property | Description |
|---|---|
| type.name | Name of the type |
| types.description | Description of the type and its use. |
| type.role | Declares it concrete or abstract. |
| type.supertype | The type's supertype |
| type.unique-instance-names | Boolean value specifying if objects should be uniquely named. |
Example
type.name=Apache type.description=Module for controlling apache deployments type.role=concrete type.supertype=Managed-Entity type.unique-instance-names=true



