public class AemVersion
public java.lang.String getVersion()
public boolean atLeast(@NotNull
AemVersion other)
public boolean atLeast(@NotNull
java.lang.String other)
public boolean atMost(@NotNull
AemVersion other)
public boolean atMost(@NotNull
java.lang.String other)
public boolean getFrozen()
Indicates repository restructure performed in AEM 6.4.0 / preparations for making AEM available on cloud.
After this changes, nodes under '/apps' or '/libs' are frozen and some features (like workflow manager) requires to copy these nodes under '/var' by plugin (or AEM itself).
public java.lang.String toString()
public int compareTo(@NotNull
AemVersion other)
public boolean equals(@Nullable
java.lang.Object other)
public int hashCode()