File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
core/pv/src/main/java/org/phoebus/pv Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11/*******************************************************************************
2- * Copyright (c) 2017 Oak Ridge National Laboratory.
2+ * Copyright (c) 2017-2022 Oak Ridge National Laboratory.
33 * All rights reserved. This program and the accompanying materials
44 * are made available under the terms of the Eclipse Public License v1.0
55 * which accompanies this distribution, and is available at
1414 *
1515 * <p>Each type of {@link PV} provides a factory
1616 * for creating that type of PV and registers it
17- * with the {@link PVPool}.
17+ * with the {@link PVPool} via Java SPI .
1818 *
1919 * <p>A full PV name can have the form <code>type://name<type>(params)</code>,
2020 * for example <code>loc://x(42.3)</code>
2828 *
2929 * @author Kay Kasemir
3030 */
31- @ SuppressWarnings ("nls" )
3231public interface PVFactory
3332{
34- /** ID of the Eclipse extension point for providing implementations */
35- final public static String EXTENSION_POINT = "org.csstudio.vtype.pv.pvfactory" ;
36-
3733 /** @return Type prefix that this PV factory supports */
3834 public String getType ();
3935
You can’t perform that action at this time.
0 commit comments