org.objectweb.jac.core
Interface InputStreamParser
- All Known Implementing Classes:
- AccParserWrapper, JacXmlParser
- public interface InputStreamParser
Configuration file parser interface
parse
public List parse(InputStream input,
String filePath,
String targetClass,
Set blockKeywords)
throws IOException
- Parse a configuration stream.
- Parameters:
input - the stream to parsefilePath - corresponding filenametargetClass - name of aspect component classblockKeywords - additional block keywords to factorize
configuration methods
IOException