Class NullClassesProvider

  • All Implemented Interfaces:
    io.github.mkoncek.classpathless.api.ClassesProvider

    class NullClassesProvider
    extends java.lang.Object
    implements io.github.mkoncek.classpathless.api.ClassesProvider
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> getClass​(io.github.mkoncek.classpathless.api.ClassIdentifier... classIdentifiers)  
      java.util.List<java.lang.String> getClassPathListing()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NullClassesProvider

        NullClassesProvider()
    • Method Detail

      • getClass

        public java.util.Collection<io.github.mkoncek.classpathless.api.IdentifiedBytecode> getClass​(io.github.mkoncek.classpathless.api.ClassIdentifier... classIdentifiers)
        Specified by:
        getClass in interface io.github.mkoncek.classpathless.api.ClassesProvider
      • getClassPathListing

        public java.util.List<java.lang.String> getClassPathListing()
        Specified by:
        getClassPathListing in interface io.github.mkoncek.classpathless.api.ClassesProvider