Uses of Class
de.saumya.mojo.gems.spec.GemSpecification

Packages that use GemSpecification
de.saumya.mojo.gems   
de.saumya.mojo.gems.gem   
de.saumya.mojo.gems.spec   
de.saumya.mojo.gems.spec.yaml   
 

Uses of GemSpecification in de.saumya.mojo.gems
 

Methods in de.saumya.mojo.gems that return GemSpecification
 GemSpecification MavenArtifactConverter.createSpecification(MavenArtifact artifact)
          Creates a Gem::Specification (the equivalent JavaBeans actually) filled up properly based on informaton from POM.
 GemSpecification DefaultMavenArtifactConverter.createSpecification(MavenArtifact artifact)
           
 GemSpecification GemArtifact.getGemspec()
           
 

Methods in de.saumya.mojo.gems with parameters of type GemSpecification
protected  String DefaultMavenArtifactConverter.getGemFileName(GemSpecification gemspec)
           
 

Constructors in de.saumya.mojo.gems with parameters of type GemSpecification
GemArtifact(GemSpecification gemspec, File gemFile)
           
 

Uses of GemSpecification in de.saumya.mojo.gems.gem
 

Methods in de.saumya.mojo.gems.gem that return GemSpecification
 GemSpecification Gem.getSpecification()
           
 

Methods in de.saumya.mojo.gems.gem with parameters of type GemSpecification
 File DefaultGemPackager.createGemStub(GemSpecification gemspec, File target)
           
 File GemPackager.createGemStub(GemSpecification gemspec, File targetDirectory)
          This method will create the GEM stub with only gemspec and not data.
 

Constructors in de.saumya.mojo.gems.gem with parameters of type GemSpecification
Gem(GemSpecification spec)
           
 

Uses of GemSpecification in de.saumya.mojo.gems.spec
 

Methods in de.saumya.mojo.gems.spec that return GemSpecification
 GemSpecification GemSpecificationIO.read(String string)
           
 

Methods in de.saumya.mojo.gems.spec with parameters of type GemSpecification
 String GemSpecificationIO.write(GemSpecification gemspec)
           
 

Uses of GemSpecification in de.saumya.mojo.gems.spec.yaml
 

Methods in de.saumya.mojo.gems.spec.yaml that return GemSpecification
 GemSpecification YamlGemSpecificationIO.read(String string)
           
protected  GemSpecification YamlGemSpecificationIO.readGemSpecfromYaml(String gemspecString)
           
protected  GemSpecification YamlGemSpecificationIO.readGemSpecfromYamlWithSnakeYaml(String gemspecString)
           
 

Methods in de.saumya.mojo.gems.spec.yaml with parameters of type GemSpecification
 String YamlGemSpecificationIO.write(GemSpecification gemspec)
           
protected  String YamlGemSpecificationIO.writeGemSpectoYaml(GemSpecification gemspec)
           
protected  String YamlGemSpecificationIO.writeGemSpectoYamlWithSnakeYaml(GemSpecification gemspec)
           
 



Copyright © 2010. All Rights Reserved.