Interface ApplicationDescriptor

    • Method Detail

      • getLibraries

        String getLibraries()
        Returns:
        the libraries deployed in the application
      • getModuleDescriptors

        List<ModuleDescriptor> getModuleDescriptors()
        Return the module descriptors for modules within the application
        Returns:
      • getModules

        List<String> getModules()
        Returns:
        the module names of the application modules
      • getName

        String getName()
        Returns:
        the name of the application
      • isJavaEE

        boolean isJavaEE()
        Returns:
        true if the application is a JavaEE application