org.objectweb.fractal.aokell.tools.content
Class ContentResolver
java.lang.Object
org.objectweb.fractal.aokell.tools.content.ContentResolver
public class ContentResolver
- extends Object
Starting from an ADL description, this tool determines component content
classes and generates the AspectJ aspect which introduces the
org.objectweb.fractal.aokell.lib.Content marker interface into those classes.
- Author:
- Lionel Seinturier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentResolver
public ContentResolver(String[] adls)
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
compile
public void compile()
throws org.objectweb.fractal.adl.ADLException,
IOException
- Throws:
org.objectweb.fractal.adl.ADLException
IOException
resolve
protected void resolve(String packagename,
String classname)
throws org.objectweb.fractal.adl.ADLException,
IOException
- Throws:
org.objectweb.fractal.adl.ADLException
IOException