public class GranitePropertiesLoader extends java.lang.Object
| Constructor and Description |
|---|
GranitePropertiesLoader() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
exists(org.eclipse.core.resources.IProject project) |
static java.io.File |
getPropertiesFile(org.eclipse.core.resources.IProject project) |
static boolean |
isOutdated(org.eclipse.core.resources.IProject project,
GraniteProperties properties) |
static GraniteProperties |
load(org.eclipse.core.resources.IProject project) |
static void |
save(org.eclipse.core.resources.IProject project,
GraniteProperties properties) |
public GranitePropertiesLoader()
public static GraniteProperties load(org.eclipse.core.resources.IProject project) throws java.io.IOException
java.io.IOExceptionpublic static void save(org.eclipse.core.resources.IProject project, GraniteProperties properties) throws java.io.IOException
java.io.IOExceptionpublic static boolean isOutdated(org.eclipse.core.resources.IProject project, GraniteProperties properties)
public static java.io.File getPropertiesFile(org.eclipse.core.resources.IProject project)
public static boolean exists(org.eclipse.core.resources.IProject project)