]
Aslak reassigned SHRINKWRAP-50:
-------------------------------
Assignee: Aslak
Create a 'Spercialize' style api
--------------------------------
Key: SHRINKWRAP-50
URL:
https://jira.jboss.org/jira/browse/SHRINKWRAP-50
Project: ShrinkWrap
Issue Type: Task
Components: api
Reporter: Aslak
Assignee: Aslak
Create a unified api for creation, import, export, descriptor and type handling/swaping.
ie:
Archives.create()
.as(ZipImporter.class)
.import("my.war")
.as(WebArchiveDescriptor.class)
.addListener(this.getClass())
.addContextParameter("context-1", "value")
.addServlet(Exception.class, "/*")
.as(WebArchive.class)
.addClass(this.getClass())
.as(ZipExporter.class)
.export("my-new.war");
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: