org.helgoboss.scala_osgi_metatype

interfaces

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait AttributeDefinition[T] extends AnyRef

    An interface to describe an attribute.

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

    An interface to describe a attribute with a single value.

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

    An interface to describe a attribute with a single value.

  4. trait MetaTypeProvider extends AnyRef

    Provides access to metatypes.

  5. trait ObjectClassDefinition extends AnyRef

    Description for the data type information of an objectclass.

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

    A value type applicable to AttributeDefinition.

  7. sealed trait ValidationResult extends AnyRef

    Represents a validation result of AttributeDefinition.

Value Members

  1. object ValidationResult

    Contains the possible validation results.

Inherited from AnyRef

Inherited from Any

Ungrouped