Package de.saumya.mojo.gems.spec
Interface GemSpecificationIO
-
- All Known Implementing Classes:
YamlGemSpecificationIO
public interface GemSpecificationIO
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GemSpecificationread(java.lang.String string)java.lang.Stringwrite(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
-
-