JAC project
AOPSYS
CEDRIC & LIP6 labs

org.objectweb.jac.core
Interface InputStreamParser

All Known Implementing Classes:
AccParserWrapper, JacXmlParser

public interface InputStreamParser

Configuration file parser interface


Method Summary
 List parse(InputStream input, String filePath, String targetClass, Set blockKeywords)
          Parse a configuration stream.
 

Method Detail

parse

public List parse(InputStream input,
                  String filePath,
                  String targetClass,
                  Set blockKeywords)
           throws IOException
Parse a configuration stream.

Parameters:
input - the stream to parse
filePath - corresponding filename
targetClass - name of aspect component class
blockKeywords - additional block keywords to factorize configuration methods
IOException

Contact JAC development team:
Renaud Pawlak
Lionel Seinturier
Laurent Martelli