com.redstarhackers.craftsman.util
Class XMLBundleFileParser

java.lang.Object
  extended by com.redstarhackers.craftsman.util.XMLBundleFileParser

public class XMLBundleFileParser
extends java.lang.Object

Object that will perform the steps necessary to parse out a module information file using SAX and a SAX Handler.

Version:
$Revision: 210 $
Author:
$Author: kostya $

Constructor Summary
XMLBundleFileParser(Project project)
           
XMLBundleFileParser(Project projectVal, boolean throwExceptionsFlag)
           
XMLBundleFileParser(Task taskVal)
           
XMLBundleFileParser(Task taskVal, boolean throwExceptionsFlag)
           
 
Method Summary
 boolean isThrowingExceptions()
           
 java.util.Properties parse(java.io.File file)
           
 java.util.Properties parse(java.io.Reader reader)
           
 java.util.Properties parse(java.lang.String name)
           
 void setThrowingExceptions(boolean throwingExceptions)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLBundleFileParser

public XMLBundleFileParser(Project project)

XMLBundleFileParser

public XMLBundleFileParser(Project projectVal,
                           boolean throwExceptionsFlag)

XMLBundleFileParser

public XMLBundleFileParser(Task taskVal)

XMLBundleFileParser

public XMLBundleFileParser(Task taskVal,
                           boolean throwExceptionsFlag)
Method Detail

isThrowingExceptions

public boolean isThrowingExceptions()
Returns:
Returns the throwingExceptions value.

setThrowingExceptions

public void setThrowingExceptions(boolean throwingExceptions)
Parameters:
throwingExceptions - The throwingExceptions value to set.

parse

public java.util.Properties parse(java.io.File file)

parse

public java.util.Properties parse(java.lang.String name)

parse

public java.util.Properties parse(java.io.Reader reader)