org.apache.maven.plexus
Class PlexusImplementationFinder

java.lang.Object
  extended byorg.xml.sax.helpers.DefaultHandler
      extended byorg.apache.maven.plexus.PlexusImplementationFinder
All Implemented Interfaces:
org.xml.sax.ContentHandler, org.xml.sax.DTDHandler, org.xml.sax.EntityResolver, org.xml.sax.ErrorHandler

public class PlexusImplementationFinder
extends org.xml.sax.helpers.DefaultHandler


Constructor Summary
PlexusImplementationFinder()
           
 
Method Summary
 void characters(char[] buffer, int start, int length)
          Description of the Method
 void endElement(java.lang.String uri, java.lang.String localName, java.lang.String rawName)
          Handles closing elements of the xml file.
 void error(org.xml.sax.SAXParseException spe)
          Error callback.
 void fatalError(org.xml.sax.SAXParseException spe)
          Fatal error callback.
 java.io.File getConfiguration()
           
 java.util.List getImpls()
          Gets the dependencies attribute of the Bootstrap object
 void parse()
           
 void setConfiguration(java.io.File configuration)
           
 void startElement(java.lang.String uri, java.lang.String localName, java.lang.String rawName, org.xml.sax.Attributes attributes)
          Handles opening elements of the xml file.
 void warning(org.xml.sax.SAXParseException spe)
          Warning callback.
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, unparsedEntityDecl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlexusImplementationFinder

public PlexusImplementationFinder()
Method Detail

setConfiguration

public void setConfiguration(java.io.File configuration)

getConfiguration

public java.io.File getConfiguration()

getImpls

public java.util.List getImpls()
Gets the dependencies attribute of the Bootstrap object


parse

public void parse()

startElement

public void startElement(java.lang.String uri,
                         java.lang.String localName,
                         java.lang.String rawName,
                         org.xml.sax.Attributes attributes)
Handles opening elements of the xml file.


characters

public void characters(char[] buffer,
                       int start,
                       int length)
Description of the Method


endElement

public void endElement(java.lang.String uri,
                       java.lang.String localName,
                       java.lang.String rawName)
Handles closing elements of the xml file.


warning

public void warning(org.xml.sax.SAXParseException spe)
Warning callback.

Parameters:
spe - The parse exception that caused the callback to be invoked.

error

public void error(org.xml.sax.SAXParseException spe)
Error callback.

Parameters:
spe - The parse exception that caused the callback to be invoked.

fatalError

public void fatalError(org.xml.sax.SAXParseException spe)
Fatal error callback.

Parameters:
spe - The parse exception that caused the callback to be invoked.


Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.