blob: 0d7503492c8893f0e6a01db463d8ee5606b165a8 [file] [log] [blame]
/*
* Copyright (c) 2014 Google Inc.
*
* All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse
* Public License v1.0 which accompanies this distribution, and is available at
*
* http://www.eclipse.org/legal/epl-v10.html
*/
package com.google.eclipse.protobuf.preferences.general;
/**
* Preference names for descriptor proto preferences.
*/
public final class PreferenceNames {
public static final String DEFAULT_DESCRIPTOR_PATH = "google/protobuf/descriptor.proto";
public static final String DESCRIPTOR_PROTO_PATH = "general.descriptorPath";
public static final String ENABLE_PROJECT_SETTINGS_PREFERENCE_NAME =
"general.enableProjectSettings";
public static final String VALIDATE_FILES_ON_ACTIVATION = "general.validateFilesOnActivation";
private PreferenceNames() {}
}