Author: DartPeng
Date: 2008-08-20 05:58:53 -0400 (Wed, 20 Aug 2008)
New Revision: 9811
Added:
workspace/dart/plugins/org.jboss.tools.smooks.model/src/org/milyn/xsd/smooks/util/SmooksConstants.java
Log:
Change some interfaces struction and some method for modifying Analyzer design
Added:
workspace/dart/plugins/org.jboss.tools.smooks.model/src/org/milyn/xsd/smooks/util/SmooksConstants.java
===================================================================
---
workspace/dart/plugins/org.jboss.tools.smooks.model/src/org/milyn/xsd/smooks/util/SmooksConstants.java
(rev 0)
+++
workspace/dart/plugins/org.jboss.tools.smooks.model/src/org/milyn/xsd/smooks/util/SmooksConstants.java 2008-08-20
09:58:53 UTC (rev 9811)
@@ -0,0 +1,29 @@
+/*******************************************************************************
+ * Copyright (c) 2008 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
+ *
+ * Contributors:
+ * Red Hat, Inc. - initial API and implementation
+ ******************************************************************************/
+package org.milyn.xsd.smooks.util;
+
+/**
+ * @author Dart Peng
+ * @Date Aug 20, 2008
+ */
+public class SmooksConstants {
+ public static final String GLOBAL_PARAMETERS = "global-parameters";
+ public static final String STREAM_FILTER_TYPE = "stream.filter.type";
+ public static final String SAX = "SAX";
+ public static final String DOM = "DOM";
+ public static final String BEAN_POPULATOR =
"org.milyn.javabean.BeanPopulator";
+
+ public static final String BEAN_ID = "beanId";
+
+ public static final String BEAN_CLASS = "beanClass";
+
+ public static final String BINDINGS = "bindings";
+}
Property changes on:
workspace/dart/plugins/org.jboss.tools.smooks.model/src/org/milyn/xsd/smooks/util/SmooksConstants.java
___________________________________________________________________
Name: svn:mime-type
+ text/plain