org.ow2.util.plan.bindings.SchemaConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of util-plan-schemas Show documentation
Show all versions of util-plan-schemas Show documentation
Schemas and bindings for the deployment plans and repositories - bundle version
The newest version!
/**
* OW2 Util
* Copyright (C) 2010 Bull S.A.S.
* Contact: [email protected]
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
*
* --------------------------------------------------------------------------
* $Id: SchemaConstants.java 5336 2010-02-16 09:14:44Z loris $
* --------------------------------------------------------------------------
*/
package org.ow2.util.plan.bindings;
/**
* Define some constants to register the schema stream factory objects into the service registry.
* @author Loris Bouzonnet
*/
public interface SchemaConstants {
/**
* Property name to set the schema namespace to use.
*/
String SCHEMA_NAMESPACE_PROPERTY = "schema.namespace";
/**
* Schema namespace for the deployment plan.
*/
String DEPLOYMENT_PLAN_NAMESPACE = "deployment-plan";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy