public class ScanEnvImpl extends Object implements org.hibernate.boot.archive.scan.spi.ScanEnvironment
| Constructor and Description |
|---|
ScanEnvImpl(List<URL> packages) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getExplicitlyListedClassNames() |
List<String> |
getExplicitlyListedMappingFiles() |
List<URL> |
getNonRootUrls() |
URL |
getRootUrl() |
public URL getRootUrl()
getRootUrl in interface org.hibernate.boot.archive.scan.spi.ScanEnvironmentpublic List<URL> getNonRootUrls()
getNonRootUrls in interface org.hibernate.boot.archive.scan.spi.ScanEnvironmentpublic List<String> getExplicitlyListedClassNames()
getExplicitlyListedClassNames in interface org.hibernate.boot.archive.scan.spi.ScanEnvironmentCopyright © 2019. All rights reserved.