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,ContentHandler,DTDHandler,EntityResolver,ErrorHandler
public class ProductFile2 extends org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringATTRIBUTE_ARCHprotected static StringATTRIBUTE_OSprotected static StringATTRIBUTE_WS
-
Constructor Summary
Constructors Constructor Description ProductFile2(String location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.eclipse.equinox.p2.metadata.IVersionedId>getFeatures()protected voidprocessPlugin(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
-
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl, warning
-
-
-
-
Field Detail
-
ATTRIBUTE_OS
protected static final String ATTRIBUTE_OS
- See Also:
- Constant Field Values
-
ATTRIBUTE_WS
protected static final String ATTRIBUTE_WS
- See Also:
- Constant Field Values
-
ATTRIBUTE_ARCH
protected static final String ATTRIBUTE_ARCH
- See Also:
- Constant Field Values
-
-
Method Detail
-
processPlugin
protected void processPlugin(Attributes attributes)
- Overrides:
processPluginin classorg.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
-
getFeatures
public 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
-
-