Interface ShrinkBag

  • All Known Implementing Classes:
    EntryPointJar, InOutPair

    public interface ShrinkBag
    The interface Shrink bag.
    • Method Detail

      • setIn

        void setIn​(java.io.File file)
        Sets in.
        Parameters:
        file - the file
      • setOut

        void setOut​(java.io.File file)
        Sets out.
        Parameters:
        file - the file
      • getIn

        java.io.File getIn()
        Gets in.
        Returns:
        the in
      • getOut

        java.io.File getOut()
        Gets out.
        Returns:
        the out
      • isEntryPointJar

        boolean isEntryPointJar()
        Is entry point jar boolean.
        Returns:
        the boolean
      • setResources

        void setResources​(java.lang.String resourcesStr)
        Sets resources.
        Parameters:
        resourcesStr - the resources str
      • getResources

        ResourcePolicy getResources()
        Gets resources.
        Returns:
        the resources