[shrinkwrap-issues] [JBoss JIRA] (SHRINKWRAP-490) Allow ExplodedExporter to export directly into a target directory

Andrew Rubinger (JIRA) issues at jboss.org
Sun Sep 13 14:36:00 EDT 2015


     [ https://issues.jboss.org/browse/SHRINKWRAP-490?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Rubinger reassigned SHRINKWRAP-490:
------------------------------------------

    Assignee: Andrew Rubinger  (was: Aslak Knutsen)


> Allow ExplodedExporter to export directly into a target directory
> -----------------------------------------------------------------
>
>                 Key: SHRINKWRAP-490
>                 URL: https://issues.jboss.org/browse/SHRINKWRAP-490
>             Project: ShrinkWrap
>          Issue Type: Feature Request
>          Components: api, impl-base
>    Affects Versions: 1.2.2
>            Reporter: Aslak Knutsen
>            Assignee: Andrew Rubinger
>
> The ExplodedExporter currently support
> * exportExploded(parent)
> * exportExploded(parent, targetName)
> exportExploded(parent) automatically append archive.name to the output path.
> We're currently missing a way to write directly to a given directory with out having to do a little dance like:
> {code}
> File target = new File("some/dir");
> archive.as(ExplodedExporter.class).exportExploded(target.getParent(), target.getName());
> {code}
> Propose new ExplodedExport method exportExplodedInto(File target)



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the shrinkwrap-issues mailing list