Class AbstractScmMetadataProvider
- java.lang.Object
-
- zone.gryphon.maven.plugins.scm.provider.AbstractScmMetadataProvider
-
- All Implemented Interfaces:
ScmMetadataProvider
- Direct Known Subclasses:
GitScmMetadataProvider
public abstract class AbstractScmMetadataProvider extends Object implements ScmMetadataProvider
-
-
Constructor Summary
Constructors Constructor Description AbstractScmMetadataProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<String>
chunkPath(String path)
String
type()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface zone.gryphon.maven.plugins.scm.provider.ScmMetadataProvider
generate
-
-