Class ExtRepositoryFileVersionDescriptor
java.lang.Object
com.liferay.document.library.repository.external.ExtRepositoryFileVersionDescriptor
Provides methods to locate an external repository file version. An external
repository file's version descriptor consists of an
ExtRepositoryFileEntry
key and the version name belonging to that file
entry.-
Constructor Summary
ConstructorsConstructorDescriptionExtRepositoryFileVersionDescriptor
(String extRepositoryFileEntryKey, String version) Creates an external repository file version descriptor with the repository file entry key and version name. -
Method Summary
Modifier and TypeMethodDescriptionReturns the external repository file entry key.Returns the external repository version name.
-
Constructor Details
-
ExtRepositoryFileVersionDescriptor
Creates an external repository file version descriptor with the repository file entry key and version name.- Parameters:
extRepositoryFileEntryKey
- the repository file entry keyversion
- the repository file entry's version name
-
-
Method Details
-
getExtRepositoryFileEntryKey
Returns the external repository file entry key.- Returns:
- the external repository file entry key
-
getVersion
Returns the external repository version name.- Returns:
- the external repository version name
-