Class QuarkusScanner.Result

  • All Implemented Interfaces:
    org.hibernate.boot.archive.scan.spi.ScanResult
    Enclosing class:
    QuarkusScanner

    public static class QuarkusScanner.Result
    extends Object
    implements org.hibernate.boot.archive.scan.spi.ScanResult
    • Constructor Detail

      • Result

        Result​(Set<org.hibernate.boot.archive.scan.spi.PackageDescriptor> packageDescriptors,
               Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor> classDescriptors,
               org.hibernate.boot.archive.scan.spi.ScanEnvironment scanEnvironment,
               org.hibernate.boot.archive.scan.spi.ScanOptions scanOptions)
    • Method Detail

      • getLocatedPackages

        public Set<org.hibernate.boot.archive.scan.spi.PackageDescriptor> getLocatedPackages()
        Specified by:
        getLocatedPackages in interface org.hibernate.boot.archive.scan.spi.ScanResult
      • getLocatedClasses

        public Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor> getLocatedClasses()
        Specified by:
        getLocatedClasses in interface org.hibernate.boot.archive.scan.spi.ScanResult
      • getLocatedMappingFiles

        public Set<org.hibernate.boot.archive.scan.spi.MappingFileDescriptor> getLocatedMappingFiles()
        Specified by:
        getLocatedMappingFiles in interface org.hibernate.boot.archive.scan.spi.ScanResult