Package org.kuali.maven.wagon

Examples of org.kuali.maven.wagon.S3Wagon


    @Override
    @Loggable(Loggable.DEBUG)
    public Wagon lookup(final String hint) throws Exception {
        Wagon wagon = null;
        if ("s3".equals(hint)) {
            wagon = new S3Wagon();
        }
        return wagon;
    }
View Full Code Here

TOP

Related Classes of org.kuali.maven.wagon.S3Wagon

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.