Class GopmfileParser


  • public class GopmfileParser
    extends java.lang.Object
    Parses .gopmfile and generates gogradle map notations. It seems that .gopmfile supports git only.
    See Also:
    .gopmfile
    • Constructor Summary

      Constructors 
      Constructor Description
      GopmfileParser()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> parse​(java.io.File file)  
      • Methods inherited from class java.lang.Object

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

      • GopmfileParser

        public GopmfileParser()
    • Method Detail

      • parse

        public java.util.List<java.util.Map<java.lang.String,​java.lang.Object>> parse​(java.io.File file)