Class StandardScanner

java.lang.Object
org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
org.hibernate.boot.archive.scan.internal.StandardScanner
All Implemented Interfaces:
Scanner

public class StandardScanner extends AbstractScannerImpl
Standard implementation of the Scanner contract, supporting typical archive walking support where the urls we are processing can be treated using normal file handling.
Author:
Steve Ebersole, Emmanuel Bernard
  • Constructor Details