public class ServiceComponent extends HeaderClause implements Cloneable
Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_ACTIVATE |
static String |
COMPONENT_CONFIGURATION_POLICY |
static String |
COMPONENT_DEACTIVATE |
static String |
COMPONENT_DYNAMIC |
static String |
COMPONENT_ENABLED |
static String |
COMPONENT_FACTORY |
static String |
COMPONENT_IMMEDIATE |
static String |
COMPONENT_MODIFIED |
static String |
COMPONENT_MULTIPLE |
static String |
COMPONENT_OPTIONAL |
static String |
COMPONENT_PROPERTIES |
static String |
COMPONENT_PROVIDE |
static String |
COMPONENT_SERVICEFACTORY |
static String |
COMPONENT_VERSION |
attribs, name
Constructor and Description |
---|
ServiceComponent(String name,
Attrs attribs) |
Modifier and Type | Method and Description |
---|---|
ServiceComponent |
clone() |
static ServiceComponent |
error(String msg) |
Map<String,String> |
getPropertiesMap() |
List<ComponentSvcReference> |
getSvcRefs() |
boolean |
isPath() |
protected boolean |
newlinesBetweenAttributes() |
void |
setPropertiesMap(Map<String,String> properties) |
void |
setSvcRefs(List<? extends ComponentSvcReference> refs) |
compareTo, equals, formatTo, formatTo, getAttribs, getListAttrib, getName, hashCode, setListAttrib, setName, toString
public static final String COMPONENT_FACTORY
public static final String COMPONENT_SERVICEFACTORY
public static final String COMPONENT_IMMEDIATE
public static final String COMPONENT_ENABLED
public static final String COMPONENT_DYNAMIC
public static final String COMPONENT_MULTIPLE
public static final String COMPONENT_PROVIDE
public static final String COMPONENT_OPTIONAL
public static final String COMPONENT_PROPERTIES
public static final String COMPONENT_VERSION
public static final String COMPONENT_CONFIGURATION_POLICY
public static final String COMPONENT_MODIFIED
public static final String COMPONENT_ACTIVATE
public static final String COMPONENT_DEACTIVATE
public boolean isPath()
public void setSvcRefs(List<? extends ComponentSvcReference> refs)
public List<ComponentSvcReference> getSvcRefs()
public ServiceComponent clone()
clone
in class HeaderClause
protected boolean newlinesBetweenAttributes()
newlinesBetweenAttributes
in class HeaderClause
public static ServiceComponent error(String msg)
Copyright © 2021 aQute SARL. All rights reserved.