Package de.saumya.mojo.gems.gem
Class GemFileEntry
java.lang.Object
de.saumya.mojo.gems.gem.GemFileEntry
A Gem file entry. It is sourced from a plain File and tells about where it
wants to be in Gem.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
pathInGem
The path where the file should be within Gem. Usually it is "lib/theFileName.ext", but it may be overridden. -
source
The actual source of the file.
-
-
Constructor Details
-
GemFileEntry
-
-
Method Details
-
getPathInGem
-
setPathInGem
-
getSource
-
setSource
-