public static class QuarkusScanner.Result extends Object implements org.hibernate.boot.archive.scan.spi.ScanResult
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor> |
getLocatedClasses() |
Set<org.hibernate.boot.archive.scan.spi.MappingFileDescriptor> |
getLocatedMappingFiles() |
Set<org.hibernate.boot.archive.scan.spi.PackageDescriptor> |
getLocatedPackages() |
public Set<org.hibernate.boot.archive.scan.spi.PackageDescriptor> getLocatedPackages()
getLocatedPackages in interface org.hibernate.boot.archive.scan.spi.ScanResultpublic Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor> getLocatedClasses()
getLocatedClasses in interface org.hibernate.boot.archive.scan.spi.ScanResultpublic Set<org.hibernate.boot.archive.scan.spi.MappingFileDescriptor> getLocatedMappingFiles()
getLocatedMappingFiles in interface org.hibernate.boot.archive.scan.spi.ScanResultCopyright © 2021 JBoss by Red Hat. All rights reserved.