Class GemFileEntry


  • public class GemFileEntry
    extends java.lang.Object
    A Gem file entry. It is sourced from a plain File and tells about where it wants to be in Gem.
    Author:
    cstamas
    • Constructor Summary

      Constructors 
      Constructor Description
      GemFileEntry​(java.io.File source, java.lang.String pathInGem)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPathInGem()  
      java.io.File getSource()  
      void setPathInGem​(java.lang.String pathInGem)  
      void setSource​(java.io.File source)  
      • Methods inherited from class java.lang.Object

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

      • GemFileEntry

        public GemFileEntry​(java.io.File source,
                            java.lang.String pathInGem)
    • Method Detail

      • getPathInGem

        public java.lang.String getPathInGem()
      • setPathInGem

        public void setPathInGem​(java.lang.String pathInGem)
      • getSource

        public java.io.File getSource()
      • setSource

        public void setSource​(java.io.File source)