Class StringVersionFactory

  • All Implemented Interfaces:
    VersionFactory

    public class StringVersionFactory
    extends java.lang.Object
    implements VersionFactory
    Class StringVersionFactory return instances of StringVersion.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      StringVersion create​(java.lang.String s)
      Create version from string with version.
      • Methods inherited from class java.lang.Object

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

      • StringVersionFactory

        public StringVersionFactory()
    • Method Detail

      • create

        public StringVersion create​(java.lang.String s)
        Description copied from interface: VersionFactory
        Create version from string with version.
        Specified by:
        create in interface VersionFactory
        Parameters:
        s - string with version
        Returns:
        version