Class ProductFile2
- java.lang.Object
-
- org.xml.sax.helpers.DefaultHandler
-
- org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
-
- org.eclipse.tycho.p2.impl.publisher.model.ProductFile2
-
- All Implemented Interfaces:
org.eclipse.equinox.internal.p2.publisher.eclipse.IProductDescriptor,org.xml.sax.ContentHandler,org.xml.sax.DTDHandler,org.xml.sax.EntityResolver,org.xml.sax.ErrorHandler
public class ProductFile2 extends org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringATTRIBUTE_ARCHprotected static java.lang.StringATTRIBUTE_OSprotected static java.lang.StringATTRIBUTE_WS
-
Constructor Summary
Constructors Constructor Description ProductFile2(java.lang.String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<org.eclipse.equinox.p2.metadata.IVersionedId>getFeatures()protected voidprocessPlugin(org.xml.sax.Attributes attributes)-
Methods inherited from class org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
characters, containsPlugin, endElement, getApplication, getBundleInfos, getBundles, getConfigIniPath, getConfigIniPath, getConfigProperties, getConfigurationInfo, getConfigurationProperties, getConfigurationProperties, getFeatures, getFragments, getIcons, getIcons, getId, getLauncherName, getLicenseText, getLicenseURL, getLocation, getProductContentType, getProductEntries, getProductId, getProductName, getProgramArguments, getProgramArguments, getRepositoryEntries, getSplashLocation, getVersion, getVM, getVMArguments, getVMArguments, hasBundles, hasFeatures, haveCustomConfig, includeLaunchers, startElement, useFeatures
-
-
-
-
Field Detail
-
ATTRIBUTE_OS
protected static final java.lang.String ATTRIBUTE_OS
- See Also:
- Constant Field Values
-
ATTRIBUTE_WS
protected static final java.lang.String ATTRIBUTE_WS
- See Also:
- Constant Field Values
-
ATTRIBUTE_ARCH
protected static final java.lang.String ATTRIBUTE_ARCH
- See Also:
- Constant Field Values
-
-
Method Detail
-
processPlugin
protected void processPlugin(org.xml.sax.Attributes attributes)
- Overrides:
processPluginin classorg.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
-
getFeatures
public java.util.List<org.eclipse.equinox.p2.metadata.IVersionedId> getFeatures()
- Specified by:
getFeaturesin interfaceorg.eclipse.equinox.internal.p2.publisher.eclipse.IProductDescriptor- Overrides:
getFeaturesin classorg.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
-
-