Package org.aspectj.ajdt.ajc
Class ConfigParser
java.lang.Object
org.aspectj.ajdt.ajc.ConfigParser
- Direct Known Subclasses:
LstBuildConfigFileParser
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classstatic class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void??? We would like to call a showNonFatalError method here to show all errors in config files before aborting the compilationprotected voidaddXmlFile(File xmlFile)getFiles()voidparseCommandLine(String[] argsArray)voidparseConfigFile(File configFile)protected voidparseImportedConfigFile(String relativeFilePath)protected voidparseOption(String arg, LinkedList<ConfigParser.Arg> args)protected ConfigParser.ArgremoveArg(LinkedList<ConfigParser.Arg> args)protected Stringprotected voidprotected voidshowWarning(String message)
-
Field Details
-
relativeDirectory
-
files
-
xmlfiles
-
CONFIG_MSG
-
-
Constructor Details
-
ConfigParser
public ConfigParser()
-
-
Method Details
-
getFiles
-
getXmlFiles
-
parseCommandLine
- Throws:
ConfigParser.ParseException
-
parseConfigFile
- Throws:
ConfigParser.ParseException
-
addFile
??? We would like to call a showNonFatalError method here to show all errors in config files before aborting the compilation -
addXmlFile
-
parseOption
-
showWarning
-
showError
-
removeArg
-
removeStringArg
-
parseImportedConfigFile
-
makeFile
-