com.redstarhackers.craftsman.util
Class XMLBundleFileParser
java.lang.Object
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 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLBundleFileParser
public XMLBundleFileParser(Project project)
XMLBundleFileParser
public XMLBundleFileParser(Project projectVal,
boolean throwExceptionsFlag)
XMLBundleFileParser
public XMLBundleFileParser(Task taskVal)
XMLBundleFileParser
public XMLBundleFileParser(Task taskVal,
boolean throwExceptionsFlag)
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)