org.sonatype.tycho.p2.impl.publisher.model
Class ProductFile2

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by copied.org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
          extended by org.sonatype.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 ProductFile


Field Summary
protected static java.lang.String ATTRIBUTE_ARCH
           
protected static java.lang.String ATTRIBUTE_OS
           
protected static java.lang.String ATTRIBUTE_WS
           
 
Fields inherited from class copied.org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
ATTRIBUTE_FRAGMENT, ATTRIBUTE_ID, ATTRIBUTE_VERSION, fragments, plugins
 
Constructor Summary
ProductFile2(java.lang.String location)
           
 
Method Summary
protected  void processPlugin(org.xml.sax.Attributes attributes)
           
 
Methods inherited from class copied.org.eclipse.equinox.internal.p2.publisher.eclipse.ProductFile
characters, endElement, getApplication, getBundleInfos, getBundles, getConfigIniPath, getConfigIniPath, getConfigurationProperties, getFeatures, getFragments, getIcons, getId, getLauncherName, getLicenseText, getLicenseURL, getLocation, getProductId, getProductName, getProgramArguments, getSplashLocation, getVersion, getVMArguments, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Constructor Detail

ProductFile2

public ProductFile2(java.lang.String location)
             throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

processPlugin

protected void processPlugin(org.xml.sax.Attributes attributes)
Overrides:
processPlugin in class ProductFile


Copyright © 2008-2011. All Rights Reserved.