Class EntryPointJar

  • All Implemented Interfaces:
    ShrinkBag

    public class EntryPointJar
    extends java.lang.Object
    implements ShrinkBag
    The type Entry point jar.
    • Constructor Summary

      Constructors 
      Constructor Description
      EntryPointJar()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getIn()
      Gets in.
      java.io.File getOut()
      Gets out.
      ResourcePolicy getResources()
      Gets resources.
      boolean isEntryPointJar()
      Is entry point jar boolean.
      void setIn​(java.io.File file)
      Sets in.
      void setName​(java.io.File fileName)
      Sets name.
      void setOut​(java.io.File file)
      Sets out.
      void setResources​(java.lang.String resourcesStr)
      Sets resources.
      • Methods inherited from class java.lang.Object

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

      • EntryPointJar

        public EntryPointJar()
    • Method Detail

      • setIn

        public void setIn​(java.io.File file)
        Description copied from interface: ShrinkBag
        Sets in.
        Specified by:
        setIn in interface ShrinkBag
        Parameters:
        file - the file
      • setName

        public void setName​(java.io.File fileName)
        Sets name.
        Parameters:
        fileName - the file name
      • setOut

        public void setOut​(java.io.File file)
        Description copied from interface: ShrinkBag
        Sets out.
        Specified by:
        setOut in interface ShrinkBag
        Parameters:
        file - the file
      • getIn

        public java.io.File getIn()
        Description copied from interface: ShrinkBag
        Gets in.
        Specified by:
        getIn in interface ShrinkBag
        Returns:
        the in
      • getOut

        public java.io.File getOut()
        Description copied from interface: ShrinkBag
        Gets out.
        Specified by:
        getOut in interface ShrinkBag
        Returns:
        the out
      • isEntryPointJar

        public boolean isEntryPointJar()
        Description copied from interface: ShrinkBag
        Is entry point jar boolean.
        Specified by:
        isEntryPointJar in interface ShrinkBag
        Returns:
        the boolean
      • setResources

        public void setResources​(java.lang.String resourcesStr)
        Description copied from interface: ShrinkBag
        Sets resources.
        Specified by:
        setResources in interface ShrinkBag
        Parameters:
        resourcesStr - the resources str