|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.saumya.mojo.gems.gem.DefaultGemPackager
@Component(role=GemPackager.class) public class DefaultGemPackager
| Constructor Summary | |
|---|---|
DefaultGemPackager()
|
|
| Method Summary | |
|---|---|
java.io.File |
createGem(Gem gem,
java.io.File target)
This method will create the GEM. |
java.io.File |
createGemStub(GemSpecification gemspec,
java.io.File target)
This method will create the GEM stub with only gemspec and not data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultGemPackager()
| Method Detail |
|---|
public java.io.File createGemStub(GemSpecification gemspec,
java.io.File target)
throws java.io.IOException
GemPackager
createGemStub in interface GemPackagergemspec - The Gem::Specification to embed into Gem.target - The directory where the manufactured Gem should be saved.
java.io.IOException
public java.io.File createGem(Gem gem,
java.io.File target)
throws java.io.IOException
GemPackager
createGem in interface GemPackagergem - The Gem::Specification and the files to embed into Gem.target - 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 | |||||||||