Interface IExecutableExaminer

All Known Implementing Classes:
ExecutableExaminer

public interface IExecutableExaminer
Author:
Silvan Wyss
  • Method Details

    • allParametersOfExecutableAreOfType

      boolean allParametersOfExecutableAreOfType(Executable executable, Class<?> type)
      Parameters:
      executable -
      type -
      Returns:
      true if all parameters of the given executable are of the given type, false otherwise.