Package

domino.scala_osgi_metatype

interfaces

Permalink

package interfaces

Contains Scala traits which accurately model the facilities of the OSGi Metatype API.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. interfaces
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AttributeDefinition[T] extends AnyRef

    Permalink

    An interface to describe an attribute.

    An interface to describe an attribute. Interface modeled after org.osgi.service.metatype.AttributeDefinition.

  2. trait ElementaryAttributeDefinition[T] extends AttributeDefinition[T]

    Permalink

    An interface to describe a attribute with a single value.

    An interface to describe a attribute with a single value. Interface modeled after org.osgi.service.metatype.AttributeDefinition with a cardinality of 0.

  3. trait ListAttributeDefinition[T] extends AttributeDefinition[T]

    Permalink

    An interface to describe a attribute with a single value.

    An interface to describe a attribute with a single value. Interface modeled after org.osgi.service.metatype.AttributeDefinition with a cardinality of 0.

  4. trait MetaTypeProvider extends AnyRef

    Permalink

    Provides access to metatypes.

    Provides access to metatypes. Interface modeled after org.osgi.service.metatype.MetaTypeProvider.

  5. trait ObjectClassDefinition extends AnyRef

    Permalink

    Description for the data type information of an objectclass.

    Description for the data type information of an objectclass. Interface modeled after org.osgi.service.metatype.ObjectClassDefinition.

  6. case class Password(password: String) extends Product with Serializable

    Permalink

    A value type applicable to AttributeDefinition.

    A value type applicable to AttributeDefinition. Maps to org.osgi.service.metatype.AttributeDefinition.PASSWORD.

    password

    The wrapped password

  7. sealed trait ValidationResult extends AnyRef

    Permalink

    Represents a validation result of AttributeDefinition.

    Represents a validation result of AttributeDefinition. Possible values are defined in the companion object.

Value Members

  1. object ValidationResult

    Permalink

    Contains the possible validation results.

Inherited from AnyRef

Inherited from Any

Ungrouped