Interface SourceLoader

All Known Implementing Classes:
AbstractSourceLoader, DirectorySourceLoader, MultiSourceLoader, ScanSourceLoader, UrlSourceLoader

public interface SourceLoader
The Interface SourceLoader.
  • Method Summary

    Modifier and Type
    Method
    Description
    load(String sourceFile)
    Load.
  • Method Details

    • load

      Source load(String sourceFile) throws IOException
      Load.
      Parameters:
      sourceFile - the source file
      Returns:
      the source
      Throws:
      IOException - Signals that an I/O exception has occurred.