Package com.s3auth.hosts

Examples of com.s3auth.hosts.Domain


     */
    @Test
    public void convertsToXml() throws Exception {
        final JaxbDomain obj = new JaxbDomain(
            // @checkstyle AnonInnerLength (50 lines)
            new Domain() {
                @Override
                public String name() {
                    return "localhost";
                }
                @Override
View Full Code Here

TOP

Related Classes of com.s3auth.hosts.Domain

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.