[
https://jira.jboss.org/browse/SHRINKWRAP-226?page=com.atlassian.jira.plug...
]
Andrew Lee Rubinger commented on SHRINKWRAP-226:
------------------------------------------------
The idea here is to create a pluggable separation between an Asset and a default name
whereby we can add Assets into an archive without having to explicitly supply the name
(ArchivePath) each time.
Support Addition of an Asset to an Archive Using Name Supplied by
Value Object Wrapper
--------------------------------------------------------------------------------------
Key: SHRINKWRAP-226
URL:
https://jira.jboss.org/browse/SHRINKWRAP-226
Project: ShrinkWrap
Issue Type: Feature Request
Components: api, impl-base
Reporter: Andrew Lee Rubinger
Assignee: Andrew Lee Rubinger
Fix For: 1.0.0-alpha-12
public interface NamedThingy { String getName(); Asset getThing(); }
Archive.add(NamedThingy)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira