Package

org.genivi.sota.resolver

filters

Permalink

package filters

Visibility
  1. Public
  2. All

Type Members

  1. final case class And(l: FilterAST, r: FilterAST) extends FilterAST with Product with Serializable

    Permalink
  2. case class Filter(namespace: Namespace, name: Name, expression: Expression) extends Product with Serializable

    Permalink
  3. sealed trait FilterAST extends AnyRef

    Permalink
  4. class FilterDirectives extends AnyRef

    Permalink

    API routes for filters.

    API routes for filters.

    See also

    http://pdxostc.github.io/rvi_sota_server/dev/api.html

  5. final case class HasComponent(name: Refined[String, Regex]) extends FilterAST with Product with Serializable

    Permalink
  6. final case class HasPackage(name: Refined[String, Regex], version: Refined[String, Regex]) extends FilterAST with Product with Serializable

    Permalink
  7. final case class Not(f: FilterAST) extends FilterAST with Product with Serializable

    Permalink
  8. final case class Or(l: FilterAST, r: FilterAST) extends FilterAST with Product with Serializable

    Permalink
  9. final case class VinMatches(vin: Refined[String, Regex]) extends FilterAST with Product with Serializable

    Permalink

Value Members

  1. object False extends FilterAST with Product with Serializable

    Permalink
  2. object Filter extends Serializable

    Permalink
  3. object FilterAST extends StandardTokenParsers with PackratParsers with ImplicitConversions

    Permalink
  4. object FilterRepository

    Permalink
  5. object True extends FilterAST with Product with Serializable

    Permalink

Ungrouped