component-build-plugin / com.intershop.gradle.component.build.extension.items / IOSSpecific

IOSSpecific

interface IOSSpecific

This interface provides the basic property of a OS specific object.

Properties

classifier

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.

Inheritors

Directory

class Directory : AItem, IItem, IOSSpecific

This class represents a directory configuration of a component.

FileContainerItem

open class FileContainerItem : AItem, IItem, IOSSpecific, IContainer

Provides a zip package definition for the component extension.

FileItem

class FileItem : AItem, IItem, IOSSpecific

This class provides a file object configuration of the component.

PropertyItem

class PropertyItem : AItem, IItem, IOSSpecific

This class provides a property object for the component extension of the component build plugin.