Schnittstelle IProvidesInfo

Alle bekannten Implementierungsklassen:
ProvidesInfo

public interface IProvidesInfo
Description of a provides info as described in JVMS9 4.7.25.
Seit:
3.14
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int[]
    Answer back the array of implementation indices.
    char[][]
    Answer back the array of implementation names.
    int
    Answer back the number of implementations.
    int
    Answer back the provides index.
    char[]
    Answer back the service class/interface
  • Methodendetails

    • getIndex

      int getIndex()
      Answer back the provides index.
      Gibt zurück:
      the provides index
    • getServiceName

      char[] getServiceName()
      Answer back the service class/interface
      Gibt zurück:
      the service class/interface
    • getImplementationsCount

      int getImplementationsCount()
      Answer back the number of implementations.
      Gibt zurück:
      the number of implementations.
    • getImplementationIndices

      int[] getImplementationIndices()
      Answer back the array of implementation indices.
      Gibt zurück:
      the array of implementation indices.
    • getImplementationNames

      char[][] getImplementationNames()
      Answer back the array of implementation names.
      Gibt zurück:
      the array of implementation names.