Interface DynamicClassLoader


@ProviderType public interface DynamicClassLoader
A dynamic class loader is a class loader which might get invalid over time. Clients can check a class loader if it implements this method and then reload classes if necessary.
Since:
1.2.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Is this class loader still alive/valid?
  • Method Details

    • isLive

      boolean isLive()
      Is this class loader still alive/valid?
      Returns:
      true if still alive/valid.