Schnittstelle IExecutableExaminer

Alle bekannten Implementierungsklassen:
ExecutableExaminer

public interface IExecutableExaminer
Version:
2025-02-08
Autor:
Silvan Wyss
  • Methodendetails

    • allParametersOfExecutableAreOfType

      boolean allParametersOfExecutableAreOfType(Executable executable, Class<?> type)
      Parameter:
      executable -
      type -
      Gibt zurück:
      true if all parameters of the given executable are of the given type, false otherwise.