Interface ClassFileInput

All Superinterfaces:
AutoCloseable, Closeable

public interface ClassFileInput extends Closeable
This represents input containing .class files. It is used as an input for the dexing phase.All files are specified relative to some base directory, or .jar containing them. This is necessary in order to process the packages properly.

When using instances of ClassFileInput make sure that you invoke Closeable.close() after you are done using it.

  • Field Details

    • CLASS_MATCHER

      static final Predicate<String> CLASS_MATCHER
      Accepts Unix-style or Windows-style absolute or relative path.
  • Method Details