Class InOutPair

  • All Implemented Interfaces:
    ShrinkBag

    public class InOutPair
    extends java.lang.Object
    implements ShrinkBag
    The type In out pair.
    • Constructor Summary

      Constructors 
      Constructor Description
      InOutPair()  
    • Constructor Detail

      • InOutPair

        public InOutPair()
    • 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
      • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object