Class VersionReaderImpl
java.lang.Object
de.hybris.platform.sap.core.jco.rec.impl.VersionReaderImpl
- All Implemented Interfaces:
VersionReader
Implementation of
VersionReader interface.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetVersion(File file) Searches the given file for a RepositoryVersion tag-name.
-
Constructor Details
-
VersionReaderImpl
public VersionReaderImpl()
-
-
Method Details
-
getVersion
Description copied from interface:VersionReaderSearches the given file for a RepositoryVersion tag-name.- Specified by:
getVersionin interfaceVersionReader- Parameters:
file- the content of this file will be examined.- Returns:
- Returns the version number contained in the file or
nullif no version is found.
-