All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gw.config.IPlatformHelper Maven / Gradle / Ivy

There is a newer version: 1.18.2
Show newest version
/*
 * Copyright 2014 Guidewire Software, Inc.
 */

package gw.config;

import gw.lang.reflect.module.IModule;

import java.io.File;

public interface IPlatformHelper extends IService {

  ExecutionMode getExecutionMode();

  boolean shouldCacheTypeNames();

  void refresh(IModule module);

  boolean isPathIgnored(String relativePath);

  File getIndexFile(String id);

  File getIDEACachesDirFile();

  public String getIDEACachesDir();

  public File getIDEACorruptionMarkerFile();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy