Package org.jayasoft.woj.client.preferences

Examples of org.jayasoft.woj.client.preferences.EclipsePreferenceWrapper


        initlogging();
      initPreferences();
      applyProxySettings();
    }
    private void initPreferences() {
        EclipsePreferenceWrapper eclipsePreferenceWrapper = new EclipsePreferenceWrapper(getPreferenceStore());
    WojServicesHelper.getDefault().setPreferences(eclipsePreferenceWrapper);
        String cacheDir = getStateLocation().toString();
    final ZippedFileCache cache = new ZippedFileCache(cacheDir);
    final LocalAssociation localAssociation = new LocalAssociation(cacheDir);
    WojServicesHelper.getDefault().setWojCache(cache);
View Full Code Here

TOP

Related Classes of org.jayasoft.woj.client.preferences.EclipsePreferenceWrapper

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.