Class Layouts.None

  • All Implemented Interfaces:
    Layout
    Enclosing class:
    Layouts

    public static class Layouts.None
    extends Layouts.Jar
    No layout.
    • Constructor Summary

      Constructors 
      Constructor Description
      None()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getLauncherClassName()
      Returns the launcher class name for this layout.
      boolean isExecutable()
      Returns if loader classes should be included to make the archive executable.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • None

        public None()
    • Method Detail

      • isExecutable

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