Package org.eclipse.sapphire.VersionCompatibilityService

Examples of org.eclipse.sapphire.VersionCompatibilityService.Data.version()


    }
   
    public final Version version()
    {
        final Data data = data();
        return ( data == null ? null : data.version() );
    }
   
    public final String versioned()
    {
        final Data data = data();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.