Package org.jitterbit.integration.data.location.ftp

Examples of org.jitterbit.integration.data.location.ftp.FtpLocationValidator.validate()


    @Override
    public void collectValidationMessages(ValidationMessageCollector collector) {
        super.collectValidationMessages(collector);
        FtpLocationValidator validator = new FtpLocationValidator(this, collector);
        validator.validate();
    }

    @Override
    public ExportableProperty[] getExportableProperties() {
        return new ExportableProperty[] {
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.