Class Layouts.Module

    • Constructor Detail

      • Module

        public Module()
        Deprecated.
    • Method Detail

      • getLibraryDestination

        public String getLibraryDestination​(String libraryName,
                                            LibraryScope scope)
        Deprecated.
        Description copied from interface: Layout
        Returns the destination path for a given library.
        Specified by:
        getLibraryDestination in interface Layout
        Parameters:
        libraryName - the name of the library (excluding any path)
        scope - the scope of the library
        Returns:
        the destination relative to the root of the archive (should end with '/') or null if the library should not be included.
      • isExecutable

        public boolean isExecutable()
        Deprecated.
        Description copied from interface: Layout
        Returns if loader classes should be included to make the archive executable.
        Specified by:
        isExecutable in interface Layout
        Returns:
        if the layout is executable