All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Alachisoft.NCache.Common.Util.NCVersion Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package Alachisoft.NCache.Common.Util;

/**
 * Used as replacement of Pre-compilation directives
 *
 * @author Basit Anwer
 */
public enum NCVersion {
    CACHE_SERVER,
    REMOTE_CLIENT,
    DEVELOPER,

    ENTERPRISE,
    EXPRESS,
    PROFESSIONAL;


    public static NCVersion InstalledVersion = NCVersion.ENTERPRISE;

    public static boolean version(NCVersion version) {
        return version == InstalledVersion;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy