Class AspectJ

  • All Implemented Interfaces:
    Exporter

    public class AspectJ
    extends java.lang.Object
    implements Exporter
    Provides an aspectj plugin that can export an executable JAR while weaving in aspect bundles.
    • Constructor Summary

      Constructors 
      Constructor Description
      AspectJ()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map.Entry<java.lang.String,​Resource> export​(java.lang.String type, Project project, java.util.Map<java.lang.String,​java.lang.String> options)  
      java.lang.String[] getTypes()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AspectJ

        public AspectJ()
    • Method Detail

      • getTypes

        public java.lang.String[] getTypes()
        Specified by:
        getTypes in interface Exporter
      • export

        public java.util.Map.Entry<java.lang.String,​Resource> export​(java.lang.String type,
                                                                           Project project,
                                                                           java.util.Map<java.lang.String,​java.lang.String> options)
                                                                    throws java.lang.Exception
        Specified by:
        export in interface Exporter
        Throws:
        java.lang.Exception