Class FeatureParser
- java.lang.Object
-
- org.apache.ivy.osgi.updatesite.xml.FeatureParser
-
public class FeatureParser extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
FeatureParser.CopyrightHandler
private static class
FeatureParser.DescriptionHandler
(package private) static class
FeatureParser.FeatureHandler
private static class
FeatureParser.ImportHandler
private static class
FeatureParser.LicenseHandler
private static class
FeatureParser.PluginHandler
(package private) static class
FeatureParser.RequiresHandler
-
Constructor Summary
Constructors Constructor Description FeatureParser()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EclipseFeature
parse(java.io.InputStream in)
-
-
-
Method Detail
-
parse
public static EclipseFeature parse(java.io.InputStream in) throws java.io.IOException, org.xml.sax.SAXException
- Throws:
java.io.IOException
org.xml.sax.SAXException
-
-