Class BaseSourceCodeProviderArchive

java.lang.Object
io.github.mmm.code.base.loader.BaseSourceCodeProvider
io.github.mmm.code.base.loader.BaseSourceCodeProviderArchive
All Implemented Interfaces:
SourceCodeProvider, AutoCloseable

public class BaseSourceCodeProviderArchive extends BaseSourceCodeProvider
Base implementation of BaseSourceCodeProvider for a source-code directory in the filesystem.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)
  • Constructor Details

    • BaseSourceCodeProviderArchive

      public BaseSourceCodeProviderArchive(File archiveFile)
      The constructor.
      Parameters:
      archiveFile - the File pointing to the archive (e.g. *.jar or *.zip) with the source-code.
    • BaseSourceCodeProviderArchive

      public BaseSourceCodeProviderArchive(File archiveFile, String typeExtension)
      The constructor.
      Parameters:
      archiveFile - the File pointing to the archive (e.g. *.jar or *.zip) with the source-code.
      typeExtension - the type extension.
  • Method Details