Klasse ExecutableTool

java.lang.Object
ch.nolix.core.reflection.ExecutableTool

public final class ExecutableTool extends Object
The ExecutableTool provides methods to handle Executables.
Version:
2023-01-22
Autor:
Silvan Wyss
  • Konstruktordetails

    • ExecutableTool

      public ExecutableTool()
  • Methodendetails

    • allParametersOfMethodAreOfType

      public boolean allParametersOfMethodAreOfType(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.