Class GemspecConverter


  • public class GemspecConverter
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void createPom​(java.io.File gemspec, java.lang.String jrubyMavenPluginsVersion, java.io.File pom)  
      void updateMetadata​(java.util.List<java.lang.String> remoteRepositoryIds, java.lang.String localRepositoryBasedir)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createPom

        public void createPom​(java.io.File gemspec,
                              java.lang.String jrubyMavenPluginsVersion,
                              java.io.File pom)
                       throws ScriptException,
                              java.io.IOException
        Throws:
        ScriptException
        java.io.IOException
      • updateMetadata

        public void updateMetadata​(java.util.List<java.lang.String> remoteRepositoryIds,
                                   java.lang.String localRepositoryBasedir)
                            throws ScriptException,
                                   java.io.IOException
        Throws:
        ScriptException
        java.io.IOException