]> source.dussan.org Git - aspectj.git/commitdiff
124460: world knows if XML files are being used to influence weaving
authoraclement <aclement>
Sat, 31 Jan 2009 01:15:28 +0000 (01:15 +0000)
committeraclement <aclement>
Sat, 31 Jan 2009 01:15:28 +0000 (01:15 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/World.java

index 7cba4d4b850ecd6fa425755d8baa4b2244b1d2ab..b0c8b3f126f0ba9fc74c0bb4d2247a1c8acdc069 100644 (file)
@@ -1283,4 +1283,15 @@ public abstract class World implements Dump.INode {
        public void reportCheckerMatch(Checker checker, Shadow shadow) {
        }
 
+       /**
+        * @return true if this world has the activation and scope of application of the aspects controlled via aop.xml files
+        */
+       public boolean isXmlConfigured() {
+               return false;
+       }
+
+       // public boolean specifiesInclusionOfAspect(String name) {
+       // return true;
+       // }
+
 }
\ No newline at end of file