public interface ScanEnvironment
Modifier and Type | Method and Description |
---|---|
List<String> |
getExplicitlyListedClassNames()
Returns any classes which are explicitly listed as part of the
"persistence unit".
|
List<String> |
getExplicitlyListedMappingFiles()
Returns the mapping files which are explicitly listed as part of the
"persistence unit".
|
List<URL> |
getNonRootUrls()
Returns any non-root URLs for scanning.
|
URL |
getRootUrl()
Returns the root URL for scanning.
|
URL getRootUrl()
null
, indicating that
no root URL scanning should be done (aka, if maybe a root URL is not known).ScanOptions.canDetectUnlistedClassesInRoot()
List<URL> getNonRootUrls()
ScanOptions.canDetectUnlistedClassesInNonRoot()
List<String> getExplicitlyListedClassNames()
Copyright © 2001-2017 Red Hat, Inc. All Rights Reserved.