Package org.apache.ivyde.eclipse.ui.menu.CleanCacheAction

Examples of org.apache.ivyde.eclipse.ui.menu.CleanCacheAction.RepositoryCacheCleanable


    }

    private void addRepositoryCleanable(List/* <Cleanable> */cleanables, Ivy ivy) {
        RepositoryCacheManager[] managers = ivy.getSettings().getRepositoryCacheManagers();
        for (int i = 0; i < managers.length; i++) {
            cleanables.add(new RepositoryCacheCleanable(managers[i]));
        }
    }
View Full Code Here

TOP

Related Classes of org.apache.ivyde.eclipse.ui.menu.CleanCacheAction.RepositoryCacheCleanable

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.