Package org.jitterbit.integration.client.server

Examples of org.jitterbit.integration.client.server.DefaultServerDirectory$ServerDirectoryFilter


    private final DefaultServerDirectory delegate;

    public ServerDirectoryImpl(File parent) throws AppDirInitializationException {
        super(parent, DefaultServerDirectory.NAME);
        delegate = new DefaultServerDirectory(parent) {

            @Override
            protected File getFolderForServer(ServerGuid guid) throws Exception {
                File dir = super.getFolderForServer(guid);
                ReadMeGenerator.generate(dir);
View Full Code Here

TOP

Related Classes of org.jitterbit.integration.client.server.DefaultServerDirectory$ServerDirectoryFilter

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.