Package io.quarkus.arc.arquillian.utils
Class Archives
java.lang.Object
io.quarkus.arc.arquillian.utils.Archives
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Archives
public Archives()
-
-
Method Details
-
explode
public static void explode(org.jboss.shrinkwrap.api.Archive<?> archive, String prefix, Path targetPath) throws IOException - Throws:
IOException
-
copy
public static void copy(org.jboss.shrinkwrap.api.asset.Asset asset, Path targetPath) throws IOException - Throws:
IOException
-