Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_KEY |
static java.lang.String |
PROPERTY_SEPARATOR |
Constructor and Description |
---|
PropertiesFactory(FactoryKey key) |
PropertiesFactory(java.lang.String productGroup,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
protected abstract java.lang.Object |
create(java.util.Map<java.lang.String,java.lang.String> properties) |
java.lang.Object |
create(java.lang.String description) |
static java.lang.String |
createDescription(java.util.Map<java.lang.String,java.lang.String> properties) |
getDescriptionFor, getKey, getProductGroup, getType, toString
public static final java.lang.String PROPERTY_SEPARATOR
public static final java.lang.String DEFAULT_KEY
public PropertiesFactory(FactoryKey key)
public PropertiesFactory(java.lang.String productGroup, java.lang.String type)
public java.lang.Object create(java.lang.String description) throws ProductCreationException
ProductCreationException
protected abstract java.lang.Object create(java.util.Map<java.lang.String,java.lang.String> properties) throws ProductCreationException
ProductCreationException
public static java.lang.String createDescription(java.util.Map<java.lang.String,java.lang.String> properties)
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
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