|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GemPackager
A low level component that manufactures the actual Gem file.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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.IOException
java.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.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||