org.apache.aries.unittest.fixture
Class ArchiveFixture.JarFixture
java.lang.Object
org.apache.aries.unittest.fixture.ArchiveFixture.AbstractFixture
org.apache.aries.unittest.fixture.ArchiveFixture.ZipFixture
org.apache.aries.unittest.fixture.ArchiveFixture.JarFixture
- All Implemented Interfaces:
- ArchiveFixture.Fixture
- Enclosing class:
- ArchiveFixture
public static class ArchiveFixture.JarFixture
- extends ArchiveFixture.ZipFixture
Fixture for a jar archive. It offers the same functionality as zip fixtures.
The main difference is that in a jar archive the manifest will be output as the first file,
regardless of when it is added.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArchiveFixture.JarFixture
protected ArchiveFixture.JarFixture(ArchiveFixture.ZipFixture parent)
manifest
public ArchiveFixture.ManifestFixture manifest()
- Description copied from class:
ArchiveFixture.ZipFixture
- Create a manifest fixture at the given path.
- Overrides:
manifest in class ArchiveFixture.ZipFixture
- Returns:
getInputStream
public InputStream getInputStream()
throws IOException
- Overrides:
getInputStream in class ArchiveFixture.ZipFixture
- Throws:
IOException
Copyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.