Package org.mindswap.pellet.utils

Examples of org.mindswap.pellet.utils.VersionInfo


            context.addHandler(new PelletDIGServer());

            // Start the http server
            server.start();

            VersionInfo vinfo = VersionInfo.getInstance();
            System.out.println();
            System.out.print( "PelletDIGServer " );
            System.out.print( "Version " + vinfo.getVersionString() );
            System.out.print( " (" + vinfo.getReleaseDate() + ")");
            System.out.println();
            System.out.println( "Port: " + port );
           
            log.fine( "Debug is enabled" );
        }
View Full Code Here

TOP

Related Classes of org.mindswap.pellet.utils.VersionInfo

Copyright © 2018 www.massapicom. 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.