From: aclement Date: Sat, 31 Jan 2009 01:15:28 +0000 (+0000) Subject: 124460: world knows if XML files are being used to influence weaving X-Git-Tag: pre268419~149 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c04eccb2aad5c0f427b123d4c5712ba0317f4695;p=aspectj.git 124460: world knows if XML files are being used to influence weaving --- diff --git a/org.aspectj.matcher/src/org/aspectj/weaver/World.java b/org.aspectj.matcher/src/org/aspectj/weaver/World.java index 7cba4d4b8..b0c8b3f12 100644 --- a/org.aspectj.matcher/src/org/aspectj/weaver/World.java +++ b/org.aspectj.matcher/src/org/aspectj/weaver/World.java @@ -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