Class Service7ServiceVsSuperInterface
- java.lang.Object
-
- org.apache.sling.testing.mock.osgi.testsvc.osgiserviceutil.Service7ServiceVsSuperInterface
-
public class Service7ServiceVsSuperInterface extends Object
-
-
Constructor Summary
Constructors Constructor Description Service7ServiceVsSuperInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ServiceInterface3>
getInterfaceBindList()
List<ServiceInterface3>
getInterfaceDirectList()
List<ServiceSuperInterface3>
getSuperInterfaceBindList()
List<ServiceSuperInterface3>
getSuperInterfaceDirectList()
-
-
-
Method Detail
-
getInterfaceDirectList
public List<ServiceInterface3> getInterfaceDirectList()
-
getSuperInterfaceDirectList
public List<ServiceSuperInterface3> getSuperInterfaceDirectList()
-
getInterfaceBindList
public List<ServiceInterface3> getInterfaceBindList()
-
getSuperInterfaceBindList
public List<ServiceSuperInterface3> getSuperInterfaceBindList()
-
-