public class Maven2GemVersionConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DUMMY_PREFIX |
static String |
DUMMY_VERSION |
static Pattern |
gemVersionPattern
This is the pattern we match against.
|
| Constructor and Description |
|---|
Maven2GemVersionConverter() |
public static final String DUMMY_VERSION
public static final String DUMMY_PREFIX
public static final Pattern gemVersionPattern
http://github.com/jbarnette/rubygems/blob/REL_1_3_5/lib/rubygems/version.rb and ://github.com/jbarnette/rubygems/blob/REL_1_3_6/lib/rubygems/version.rbpublic String createGemVersion(String mavenVersion) throws NullPointerException
mavenVersion - NullPointerExceptionCopyright © 2016. All Rights Reserved.