Class FourNumberVersionFactory

  • All Implemented Interfaces:
    VersionFactory

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      FourNumberVersion 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

      • FourNumberVersionFactory

        public FourNumberVersionFactory()
    • Method Detail

      • create

        public FourNumberVersion 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