public class PackagingProcessors extends Object
| Constructor and Description |
|---|
PackagingProcessors() |
| Modifier and Type | Method and Description |
|---|---|
static PackagingProcessor<? extends org.jboss.shrinkwrap.api.Archive<?>> |
find(PackagingType packagingType)
Finds the first packaging processor on the classpath that supports give
packageType |
public static PackagingProcessor<? extends org.jboss.shrinkwrap.api.Archive<?>> find(PackagingType packagingType)
packageTypepackagingType - Package typeUnsupportedOperationException - If no packaging processor for the specified packaging type was found.Copyright © 2025 JBoss by Red Hat. All rights reserved.