aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/test/java/com/yahoo/vespa/model/test/TestApi.java
blob: 11cfdfa4b4c0fb2e9da5602ecdaf0f2768a9c7ca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model.test;

/**
 * This is a simple API for testing the plugin api exchange mechanism.
 *
 * @author  gjoranv
 */
public interface TestApi {
    public int getNumSimpleServices();
    public int getNumParentServices();
}