org.jboss.shrinkwrap.resolver.spi.maven.archive.packaging
Class PackagingProcessors
java.lang.Object
org.jboss.shrinkwrap.resolver.spi.maven.archive.packaging.PackagingProcessors
public class PackagingProcessors
- extends Object
|
Method Summary |
static PackagingProcessor<? extends org.jboss.shrinkwrap.api.Archive<?>> |
find(PackagingType packagingType)
Finds the first packaging processor on the classpath that supports give packageType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PackagingProcessors
public PackagingProcessors()
find
public static PackagingProcessor<? extends org.jboss.shrinkwrap.api.Archive<?>> find(PackagingType packagingType)
- Finds the first packaging processor on the classpath that supports give
packageType
- Parameters:
packagingType - Package type
- Returns:
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.