de.saumya.mojo.gems
Class GemArtifact

java.lang.Object
  extended by de.saumya.mojo.gems.GemArtifact

public class GemArtifact
extends Object

The response of the converter: gempsec file and the actual File where Gem is saved.

Author:
cstamas

Constructor Summary
GemArtifact(GemSpecification gemspec, File gemFile)
           
 
Method Summary
 File getGemFile()
           
 GemSpecification getGemspec()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GemArtifact

public GemArtifact(GemSpecification gemspec,
                   File gemFile)
Method Detail

getGemspec

public GemSpecification getGemspec()

getGemFile

public File getGemFile()


Copyright © 2011. All Rights Reserved.