Interface KarmaAppender

All Superinterfaces:
AutoCloseable
All Known Implementing Classes:
KarmaSourceInjector

@Deprecated public interface KarmaAppender extends AutoCloseable
Deprecated.
Non tested method BruteLoader.add(URL) may replace this
Karma sources appender
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addSource​(File paramFile)
    Deprecated.
    Add a source to the current path
    void
    addSource​(URI paramURI)
    Deprecated.
    Add a source to the current path
    void
    addSource​(URL paramURL)
    Deprecated.
    Add a source to the current path
    void
    addSource​(Path paramPath)
    Deprecated.
    Add a source to the current path
    void
    Deprecated.
    Close the current appender
    Deprecated.
    Get the current URL loader
  • Method Details

    • addSource

      void addSource(URL paramURL)
      Deprecated.
      Add a source to the current path
      Parameters:
      paramURL - the source file url
    • addSource

      void addSource(URI paramURI)
      Deprecated.
      Add a source to the current path
      Parameters:
      paramURI - the source file URI
    • addSource

      void addSource(File paramFile)
      Deprecated.
      Add a source to the current path
      Parameters:
      paramFile - the source file
    • addSource

      void addSource(Path paramPath)
      Deprecated.
      Add a source to the current path
      Parameters:
      paramPath - the source file path
    • close

      void close()
      Deprecated.
      Close the current appender
      Specified by:
      close in interface AutoCloseable
    • getLoader

      URLClassLoader getLoader()
      Deprecated.
      Get the current URL loader
      Returns:
      the current URL loader