Class VersionReaderImpl

java.lang.Object
de.hybris.platform.sap.core.jco.rec.impl.VersionReaderImpl
All Implemented Interfaces:
VersionReader

public class VersionReaderImpl extends Object implements VersionReader
Implementation of VersionReader interface.
  • Constructor Details

    • VersionReaderImpl

      public VersionReaderImpl()
  • Method Details

    • getVersion

      public String getVersion(File file)
      Description copied from interface: VersionReader
      Searches the given file for a RepositoryVersion tag-name.
      Specified by:
      getVersion in interface VersionReader
      Parameters:
      file - the content of this file will be examined.
      Returns:
      Returns the version number contained in the file or null if no version is found.