Package org.jitterbit.integration.client.entity.settings

Examples of org.jitterbit.integration.client.entity.settings.EntityFileResourceManager


    private final EntitySettings settings;

    private final EntityFileResourceManager fileResources;

    EntityResourcesImpl(Folder location) {
        fileResources = new EntityFileResourceManager(location);
        this.settings = new EntityXmlSettings(location);
    }
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.entity.settings.EntityFileResourceManager

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.