org.apache.aries.unittest.fixture
Interface ArchiveFixture.Fixture

All Known Implementing Classes:
ArchiveFixture.AbstractFixture, ArchiveFixture.FileFixture, ArchiveFixture.IStreamFixture, ArchiveFixture.JarFixture, ArchiveFixture.ManifestFixture, ArchiveFixture.ZipFixture
Enclosing class:
ArchiveFixture

public static interface ArchiveFixture.Fixture

Base interface for every fixture.


Method Summary
 void writeOut(OutputStream out)
          Write the physical representation of the fixture to the given OutputStream
 

Method Detail

writeOut

void writeOut(OutputStream out)
              throws IOException
Write the physical representation of the fixture to the given OutputStream

Parameters:
out -
Throws:
IOException


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.