Package com.rexsl.page.inset

Examples of com.rexsl.page.inset.VersionInset


     * Inset with a version of the product.
     * @return The inset
     */
    @Inset.Runtime
    public final Inset ver() {
        return new VersionInset(
            Manifests.read("S3Auth-Version"),
            Manifests.read("S3Auth-Revision"),
            Manifests.read("S3Auth-Date")
        );
    }
View Full Code Here

TOP

Related Classes of com.rexsl.page.inset.VersionInset

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.