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

Examples of org.apache.ivyde.internal.eclipse.ui.menu.CleanCacheAction.ResolutionCacheCleanable


        addCleanable(menuManager, items, "Clean every repository cache", repositoryCleanables);
    }

    private void addResolutionCleanable(List/* <Cleanable> */cleanables, Ivy ivy) {
        ResolutionCacheManager manager = ivy.getSettings().getResolutionCacheManager();
        cleanables.add(new ResolutionCacheCleanable(manager));
    }
View Full Code Here

TOP

Related Classes of org.apache.ivyde.internal.eclipse.ui.menu.CleanCacheAction.ResolutionCacheCleanable

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.