Uses of Class
org.objectweb.jac.core.ACConfiguration

Packages that use ACConfiguration
org.objectweb.jac.core   
 

Uses of ACConfiguration in org.objectweb.jac.core
 

Methods in org.objectweb.jac.core that return ACConfiguration
 ACConfiguration Application.getAcConfiguration(String name)
          Gets a configurations from its name (the name of the aspect as defined in the jac.prop file.
 

Methods in org.objectweb.jac.core with parameters of type ACConfiguration
 void Application.addAcConfiguration(ACConfiguration configuration)
          Adds an aspect component configuration for this application.
 void Application.removeAcConfiguration(ACConfiguration configuration)
          Removes an aspect component configuration for this application.