Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] defining pointcuts in a configuration file ....

Hello,

   Is there any way to define a set of pointcuts in a external
configuration file?  I meant, use something like:

 pointcut logObjectCalls() :  execution(***from config file****);


 This way (using LTW), it would *not* be necessary recompile an tracer
application, for instance, every time I change the target application ...

 Currently, I am using my trace application this way:

 [ffs@aston ~]$ java -jar TraceApp AppToBeTraced


TIA,
Fabio




Back to the top