ControlTier Inc. > CTL
 
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

PropertyDescription
type.nameName of the type
types.descriptionDescription of the type and its use.
type.roleDeclares it concrete or abstract.
type.supertypeThe type's supertype
type.unique-instance-namesBoolean 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