类 Layouts.War

    • 构造器详细资料

      • War

        public War()
    • 方法详细资料

      • getLibraryDestination

        public String getLibraryDestination​(String libraryName,
                                            LibraryScope scope)
        从接口复制的说明: Layout
        Returns the destination path for a given library.
        指定者:
        getLibraryDestination 在接口中 Layout
        参数:
        libraryName - the name of the library (excluding any path)
        scope - the scope of the library
        返回:
        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()
        从接口复制的说明: Layout
        Returns if loader classes should be included to make the archive executable.
        指定者:
        isExecutable 在接口中 Layout
        返回:
        if the layout is executable