public class QuarkusScanner.Result extends Object implements org.hibernate.boot.archive.scan.spi.ScanResult
Constructor and Description |
---|
Result() |
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.ScanResult
public Set<org.hibernate.boot.archive.scan.spi.ClassDescriptor> getLocatedClasses()
getLocatedClasses
in interface org.hibernate.boot.archive.scan.spi.ScanResult
public Set<org.hibernate.boot.archive.scan.spi.MappingFileDescriptor> getLocatedMappingFiles()
getLocatedMappingFiles
in interface org.hibernate.boot.archive.scan.spi.ScanResult
Copyright © 2019 JBoss by Red Hat. All rights reserved.