|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Configuration file parser interface
| Method Summary | |
List |
parse(InputStream input,
String filePath,
String targetClass,
Set blockKeywords)
Parse a stream. |
List |
parse(String path,
String targetClass,
Set blockKeywords)
Parse config file specified by its file path. |
| Method Detail |
public List parse(String path,
String targetClass,
Set blockKeywords)
throws IOException
path - path of file to parsetargetClass - the class name of the aspect componentblockKeywords - additional block keywords to factorize
configuration methods
IOException
public List parse(InputStream input,
String filePath,
String targetClass,
Set blockKeywords)
throws IOException
input - 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
IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||