Package de.saumya.mojo.gems.gem
Class GemFileEntry
- java.lang.Object
-
- de.saumya.mojo.gems.gem.GemFileEntry
-
public class GemFileEntry extends java.lang.ObjectA 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.StringgetPathInGem()java.io.FilegetSource()voidsetPathInGem(java.lang.String pathInGem)voidsetSource(java.io.File source)
-