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

Package com.intershop.gradle.component.build.extension.items

Types

ADependencyItem

abstract class ADependencyItem : AItem, IDependency

This class contains methods for items with additional dependencies.

AItem

abstract class AItem : IItem

This class provides the basic properties of any component item.

ContentType

enum class ContentType

Enumeration with possible content types. This configuration is used for the deployment self.

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.

IContainer

interface IContainer

This interface provides basic methods of a container object.

IDependency

interface IDependency : IItem

This interface defines properties for objects with dependency configurations.

IItem

interface IItem

This interface provides basic methods of a component object.

IOSSpecific

interface IOSSpecific

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

LibraryItem

class LibraryItem : ADependencyItem, IItem, IDependency

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

LinkItem

class LinkItem : AItem, IItem

This class represents a link configuration of a component.

ModuleItem

class ModuleItem : ADependencyItem, IItem, IContainer, IDependency

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

PropertyItem

class PropertyItem : AItem, IItem, IOSSpecific

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