Class NullClassesProvider
java.lang.Object
io.github.mkoncek.classpathless.helpers.NullClassesProvider
- All Implemented Interfaces:
ClassesProvider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetClass
(ClassIdentifier... names) Callback for compiler which provides, on demand, the dependencies the compiler is missing.Warning: may include lambdas and will include inner classes with $-notations.
-
Field Details
-
nameToBytecode
-
-
Constructor Details
-
NullClassesProvider
-
NullClassesProvider
public NullClassesProvider()
-
-
Method Details
-
getClassPathListing
Description copied from interface:ClassesProvider
Warning: may include lambdas and will include inner classes with $-notations. Intentionally not using ClassIdentifier, but may change to it.- Specified by:
getClassPathListing
in interfaceClassesProvider
- Returns:
- All fully qualified classes visible from the provider's classpath
-
getClass
Description copied from interface:ClassesProvider
Callback for compiler which provides, on demand, the dependencies the compiler is missing.- Specified by:
getClass
in interfaceClassesProvider
- Parameters:
names
- Names of classes the provider should return- Returns:
- The bytecode files of all found classes
-