Interface ScanResult
public interface ScanResult
Defines the result of scanning
-
Method Summary
Modifier and TypeMethodDescriptionReturns descriptors for all classes discovered as part of the scanReturns descriptors for all mapping files discovered as part of the scanReturns descriptors for all packages discovered as part of the scan
-
Method Details
-
getLocatedPackages
Set<PackageDescriptor> getLocatedPackages()Returns descriptors for all packages discovered as part of the scan- Returns:
- Descriptors for discovered packages
-
getLocatedClasses
Set<ClassDescriptor> getLocatedClasses()Returns descriptors for all classes discovered as part of the scan- Returns:
- Descriptors for discovered classes
-
getLocatedMappingFiles
Set<MappingFileDescriptor> getLocatedMappingFiles()Returns descriptors for all mapping files discovered as part of the scan- Returns:
- Descriptors for discovered mapping files
-