|
JAC project AOPSYS CEDRIC & LIP6 labs |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.objectweb.jac.core.ParserImpl
This is the default implementation for the aspect-configuration files.
For the moment, it supports XML and ACC formats.
Constructor Summary | |
ParserImpl()
|
Method Summary | |
List |
parse(InputStream inputStream,
String filePath,
String targetClass,
Set blockKeywords)
Parse a stream. |
List |
parse(String filePath,
String targetClass,
Set blockKeywords)
Parse config file specified by its file path. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParserImpl()
Method Detail |
public List parse(String filePath, String targetClass, Set blockKeywords) throws IOException
Parser
parse
in interface Parser
filePath
- path of file to parsetargetClass
- the class name of the aspect componentblockKeywords
- additional block keywords to factorize
configuration methods
IOException
public List parse(InputStream inputStream, String filePath, String targetClass, Set blockKeywords)
Parser
parse
in interface Parser
inputStream
- the stream to parsefilePath
- path of file corresponding to the input streamtargetClass
- the class name of the aspect componentblockKeywords
- additional block keywords to factorize
configuration methods
|
Contact JAC development team: Renaud Pawlak Lionel Seinturier Laurent Martelli |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |