Examples of OfflineHTTPLinkValidator


Examples of org.apache.maven.plugin.linkcheck.validation.OfflineHTTPLinkValidator

                                                                        (String) ctx
                                                                            .getVariable( MAVEN_PROXY_NTLM_DOMAIN ) ) );
                }
                else
                {
                    lvm.addLinkValidator( new OfflineHTTPLinkValidator() );

                }
                ctx = null;
            }
            lvm.addLinkValidator( new MailtoLinkValidator() );
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.