| /* |
| * Copyright (c) 2011 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.ui.preferences.paths; |
| |
| /** |
| * @author alruiz@google.com (Alex Ruiz) |
| */ |
| final class PreferenceNames { |
| |
| static final String ENABLE_PROJECT_SETTINGS = "paths.enableProjectSettings"; |
| static final String ALL_PROTOS_IN_ONE_FOLDER_ONLY = "paths.oneFolderOnly"; |
| static final String PROTOS_IN_MULTIPLE_FOLDERS = "paths.multipleFolders"; |
| static final String FOLDER_NAMES = "paths.folderNames"; |
| |
| private PreferenceNames() {} |
| } |