public interface GemPackager
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
createGem(Gem gem,
java.io.File targetDirectory)
This method will create the GEM.
|
java.io.File |
createGemStub(GemSpecification gemspec,
java.io.File targetDirectory)
This method will create the GEM stub with only gemspec and not data.
|
java.io.File createGemStub(GemSpecification gemspec, java.io.File targetDirectory) throws java.io.IOException
gemspec - The Gem::Specification to embed into Gem.targetDirectory - The directory where the manufactured Gem should be saved.java.io.IOExceptionjava.io.File createGem(Gem gem, java.io.File targetDirectory) throws java.io.IOException
gem - The Gem::Specification and the files to embed into Gem.targetDirectory - The directory where the manufactured Gem should be saved.java.io.IOExceptionCopyright © 2023. All Rights Reserved.