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

Incorporate Resource Abstraction into underlying implementations

    XMLWordPrintable

Details

    • Task
    • Resolution: Won't Do
    • Major
    • None
    • None
    • None
    • None

    Description

      TMPARCH-5 introduces a Resource abstraction which should be applied when adding resources to the archive. Convenience methods will delegate to this.

      ie:

      T addResource(String resource)
      {
      // Get the resource
      Resource resource = new ClassLoaderResource(resource);
      return addResource(resource)
      }

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: