Uploaded image for project: 'ShrinkWrap'
  1. ShrinkWrap
  2. SHRINKWRAP-490

Allow ExplodedExporter to export directly into a target directory

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 1.2.3
    • 1.2.2
    • api, impl-base
    • None

    Description

      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:

      File target = new File("some/dir");
      archive.as(ExplodedExporter.class).exportExploded(target.getParent(), target.getName());
      

      Propose new ExplodedExport method exportExplodedInto(File target)

      Attachments

        Activity

          People

            arubinge@redhat.com Andrew Rubinger (Inactive)
            aslak@redhat.com Aslak Knutsen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: