|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.tycho.p2.maven.repository.xmlio.MetadataIO
public class MetadataIO
Constructor Summary | |
---|---|
MetadataIO()
|
Method Summary | |
---|---|
java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
readXML(java.io.InputStream is)
|
void |
writeXML(java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
java.io.File file)
|
void |
writeXML(java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units,
java.io.OutputStream os)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MetadataIO()
Method Detail |
---|
public java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> readXML(java.io.InputStream is) throws java.io.IOException
java.io.IOException
public void writeXML(java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units, java.io.OutputStream os) throws java.io.IOException
java.io.IOException
public void writeXML(java.util.Set<org.eclipse.equinox.p2.metadata.IInstallableUnit> units, java.io.File file) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |