interface IOSSpecific
This interface provides the basic property of a OS specific object.
abstract val classifier: String
The classifier of the package type is used for special platforms, like Windows, Linux, MacOS. The default value is an empty string. |
class Directory : AItem, IItem, IOSSpecific
This class represents a directory configuration of a component. |
|
open class FileContainerItem : AItem, IItem, IOSSpecific, IContainer
Provides a zip package definition for the component extension. |
|
class FileItem : AItem, IItem, IOSSpecific
This class provides a file object configuration of the component. |
|
class PropertyItem : AItem, IItem, IOSSpecific
This class provides a property object for the component extension of the component build plugin. |