/******************************************************************************* * Copyright (c) 2007-2010 Red Hat, Inc. * Distributed under license by Red Hat, Inc. All rights reserved. * This program is 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 * * Contributor: * Red Hat, Inc. - initial API and implementation ******************************************************************************/ package org.hibernate.eclipse.console.model.impl; /** * ExporterFactory strings * * @author vitali */ public interface ExporterFactoryStrings { // public static final String OUTPUTDIR = "outputdir"; //$NON-NLS-1$ public static final String TEMPLATE_PATH = "template_path"; //$NON-NLS-1$ public static final String FILE_PATTERN = "file_pattern"; //$NON-NLS-1$ public static final String TEMPLATE_NAME = "template_name"; //$NON-NLS-1$ public static final String FOR_EACH = "for_each"; //$NON-NLS-1$ public static final String EXPORTTODATABASE = "exportToDatabase"; //$NON-NLS-1$ public static final String QUERY_STRING = "query_string"; //$NON-NLS-1$ public static final String OUTPUTFILENAME = "outputFileName"; //$NON-NLS-1$ }