Class AutoConfigureMapNotationParser<T extends NotationDependency>
- java.lang.Object
-
- com.github.blindpirate.gogradle.core.dependency.parse.AutoConfigureMapNotationParser<T>
-
- All Implemented Interfaces:
MapNotationParser,NotationParser<java.util.Map<java.lang.String,java.lang.Object>>
- Direct Known Subclasses:
BazaarMapNotationParser,DirMapNotationParser,GitMercurialMapNotationParser,SvnMapNotationParser,VendorMapNotationParser
public abstract class AutoConfigureMapNotationParser<T extends NotationDependency> extends java.lang.Object implements MapNotationParser
-
-
Field Summary
-
Fields inherited from interface com.github.blindpirate.gogradle.core.dependency.parse.MapNotationParser
DIR_KEY, HOST_KEY, NAME_KEY, PACKAGE_KEY, SUBPACKAGES_KEY, VCS_KEY, VENDOR_PATH_KEY
-
-
Constructor Summary
Constructors Constructor Description AutoConfigureMapNotationParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.Class<? extends NotationDependency>determineDependencyClass(java.util.Map<java.lang.String,java.lang.Object> notationMap)NotationDependencyparse(java.util.Map<java.lang.String,java.lang.Object> notationMap)protected voidpostConfigure(java.util.Map<java.lang.String,java.lang.Object> notationMap, NotationDependency ret)protected voidpreConfigure(java.util.Map<java.lang.String,java.lang.Object> notationMap)
-
-
-
Method Detail
-
parse
public NotationDependency parse(java.util.Map<java.lang.String,java.lang.Object> notationMap)
- Specified by:
parsein interfaceMapNotationParser- Specified by:
parsein interfaceNotationParser<T extends NotationDependency>
-
preConfigure
protected void preConfigure(java.util.Map<java.lang.String,java.lang.Object> notationMap)
-
postConfigure
protected void postConfigure(java.util.Map<java.lang.String,java.lang.Object> notationMap, NotationDependency ret)
-
determineDependencyClass
protected java.lang.Class<? extends NotationDependency> determineDependencyClass(java.util.Map<java.lang.String,java.lang.Object> notationMap)
-
-