Package | Description |
---|---|
de.saumya.mojo.gems | |
de.saumya.mojo.gems.gem | |
de.saumya.mojo.gems.spec | |
de.saumya.mojo.gems.spec.yaml |
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
protected String |
DefaultMavenArtifactConverter.getGemFileName(GemSpecification gemspec) |
Constructor and Description |
---|
GemArtifact(GemSpecification gemspec,
File gemFile) |
Modifier and Type | Method and Description |
---|---|
GemSpecification |
Gem.getSpecification() |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Gem(GemSpecification spec) |
Modifier and Type | Method and Description |
---|---|
GemSpecification |
GemSpecificationIO.read(String string) |
Modifier and Type | Method and Description |
---|---|
String |
GemSpecificationIO.write(GemSpecification gemspec) |
Modifier and Type | Method and Description |
---|---|
GemSpecification |
YamlGemSpecificationIO.read(String string) |
protected GemSpecification |
YamlGemSpecificationIO.readGemSpecfromYaml(String gemspecString) |
protected GemSpecification |
YamlGemSpecificationIO.readGemSpecfromYamlWithSnakeYaml(String gemspecString) |
Modifier and Type | Method and Description |
---|---|
String |
YamlGemSpecificationIO.write(GemSpecification gemspec) |
protected String |
YamlGemSpecificationIO.writeGemSpectoYaml(GemSpecification gemspec) |
protected String |
YamlGemSpecificationIO.writeGemSpectoYamlWithSnakeYaml(GemSpecification gemspec) |
Copyright © 2017. All rights reserved.