Class EEApplicationClasses


  • public final class EEApplicationClasses
    extends Object
    Allows a deployment to get old of class descriptions from all sub deployments it has access to. This maintains a list of all EEModuleDescriptions that this sub deployment has access to, in the same order they appear in the dependencies list.
    Author:
    Stuart Douglas
    • Method Detail

      • getClassByName

        public EEModuleClassDescription getClassByName​(String name)
        Look for a class description in all available modules.
        Parameters:
        name - The class to lookup
        Returns: