abstract class ADependencyItem : AItem, IDependency
This class contains methods for items with additional dependencies. |
|
abstract class AItem : IItem
This class provides the basic properties of any component item. |
|
enum class ContentType
Enumeration with possible content types. This configuration is used for the deployment self. |
|
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. |
|
interface IContainer
This interface provides basic methods of a container object. |
|
interface IDependency : IItem
This interface defines properties for objects with dependency configurations. |
|
interface IItem
This interface provides basic methods of a component object. |
|
interface IOSSpecific
This interface provides the basic property of a OS specific object. |
|
class LibraryItem : ADependencyItem, IItem, IDependency
This class provides a library object for the component extension of the component build plugin. |
|
class LinkItem : AItem, IItem
This class represents a link configuration of a component. |
|
class ModuleItem : ADependencyItem, IItem, IContainer, IDependency
This class provides a module object for the component extension of the component build plugin. |
|
class PropertyItem : AItem, IItem, IOSSpecific
This class provides a property object for the component extension of the component build plugin. |