Package org.sonatype.gshell.branding

Examples of org.sonatype.gshell.branding.LicenseSupport


        return new File(getUserHomeDir(), ".m2");
    }

    @Override
    public License getLicense() {
        return new LicenseSupport("Eclipse Public License, 1.0", getClass().getResource("license.txt"));
    }
View Full Code Here

TOP

Related Classes of org.sonatype.gshell.branding.LicenseSupport

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.