de.saumya.mojo.gems.spec
Interface GemSpecificationIO

All Known Implementing Classes:
YamlGemSpecificationIO

public interface GemSpecificationIO


Method Summary
 GemSpecification read(java.lang.String string)
           
 java.lang.String write(GemSpecification gemspec)
           
 

Method Detail

read

GemSpecification read(java.lang.String string)
                      throws java.io.IOException
Throws:
java.io.IOException

write

java.lang.String write(GemSpecification gemspec)
                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011. All Rights Reserved.