Interface BytecodeLibrary
- All Known Implementing Classes:
CommonBytecodeLibrary
public interface BytecodeLibrary
Library used for bytecode manipulations.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if this bytecode library seems to be currently available at runtime updating its availability state.booleanChecks 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:
trueif this bytecode library seems to be available at runtime andfalseotherwise
-
checkAvailability
boolean checkAvailability()Checks if this bytecode library seems to be currently available at runtime updating its availability state.- Returns:
trueif this bytecode library seems to be available at runtime andfalseotherwise
-