Package de.saumya.mojo.gems
Class GemArtifact
- java.lang.Object
-
- de.saumya.mojo.gems.GemArtifact
-
public class GemArtifact extends java.lang.ObjectThe response of the converter: gempsec file and the actual File where Gem is saved.- Author:
- cstamas
-
-
Constructor Summary
Constructors Constructor Description GemArtifact(GemSpecification gemspec, java.io.File gemFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.FilegetGemFile()GemSpecificationgetGemspec()
-
-
-
Constructor Detail
-
GemArtifact
public GemArtifact(GemSpecification gemspec, java.io.File gemFile)
-
-
Method Detail
-
getGemspec
public GemSpecification getGemspec()
-
getGemFile
public java.io.File getGemFile()
-
-