Examples of jvmSpec()


Examples of io.lumify.core.version.BuildInfo.jvmSpec()

                    .append("SCM Revision:       ").append(info.getScmRevision()).append('\n')
                    .append("Location:           ").append(info.getSource()).append('\n')
                    .append("Built On:           ").append(build.getDate()).append('\n')
                    .append("Built By:           ").append(build.getUser()).append('\n')
                    .append("Build Platform:     ").append(build.osSpec()).append('\n')
                    .append("Build JVM:          ").append(build.jvmSpec()).append('\n')
                    .append("Built By Maven:     ").append(build.getMavenVersion()).append('\n')
                    .append(SEP_LINE).append('\n')
                    .toString()
        };
    }
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.