Interface BytecodeLibrary

All Known Implementing Classes:
CommonBytecodeLibrary

public interface BytecodeLibrary
Library used for bytecode manipulations.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Checks if this bytecode library seems to be currently available at runtime updating its availability state.
    boolean
    Checks if this bytecode library seems to be available at runtime.
  • Method Details

    • isAvailable

      boolean isAvailable()
      Checks if this bytecode library seems to be available at runtime.
      Returns:
      true if this bytecode library seems to be available at runtime and false otherwise
    • checkAvailability

      boolean checkAvailability()
      Checks if this bytecode library seems to be currently available at runtime updating its availability state.
      Returns:
      true if this bytecode library seems to be available at runtime and false otherwise