Package org.wildfly.glow
Class DeploymentScanner
java.lang.Object
org.wildfly.glow.DeploymentScanner
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentScanner(Path binary, boolean verbose, Set<Pattern> excludeArchivesFromScan) -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidscan(LayerMapping mapping, Set<Layer> layers, Map<String, Layer> all, ErrorIdentificationSession errorSession)
-
Constructor Details
-
DeploymentScanner
public DeploymentScanner(Path binary, boolean verbose, Set<Pattern> excludeArchivesFromScan) throws IOException - Throws:
IOException
-
-
Method Details
-
close
public void close()- Specified by:
closein interfaceAutoCloseable
-
scan
public void scan(LayerMapping mapping, Set<Layer> layers, Map<String, Layer> all, ErrorIdentificationSession errorSession) throws Exception- Throws:
Exception
-