Package net.sf.myjaut.version

Examples of net.sf.myjaut.version.VersionProvider


    protected abstract Color getSplashColor();

    protected String getProjectVersionedName() {
        try {
            return getProjectFullName() + " v" + new VersionProvider().getFullVersion();
        }
        catch (VersionProvisionException exc) {
            // This shouldn't happen... version should be available.
            throw new IllegalStateException(exc);
        }
View Full Code Here

TOP

Related Classes of net.sf.myjaut.version.VersionProvider

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.