aQute.bnd.build.model.clauses
Class ServiceComponent
java.lang.Object
aQute.bnd.build.model.clauses.HeaderClause
aQute.bnd.build.model.clauses.ServiceComponent
- All Implemented Interfaces:
- Cloneable, Comparable<HeaderClause>
public class ServiceComponent
- extends HeaderClause
- implements Cloneable
COMPONENT_FACTORY
public static final String COMPONENT_FACTORY
- See Also:
- Constant Field Values
COMPONENT_SERVICEFACTORY
public static final String COMPONENT_SERVICEFACTORY
- See Also:
- Constant Field Values
COMPONENT_IMMEDIATE
public static final String COMPONENT_IMMEDIATE
- See Also:
- Constant Field Values
COMPONENT_ENABLED
public static final String COMPONENT_ENABLED
- See Also:
- Constant Field Values
COMPONENT_DYNAMIC
public static final String COMPONENT_DYNAMIC
- See Also:
- Constant Field Values
COMPONENT_MULTIPLE
public static final String COMPONENT_MULTIPLE
- See Also:
- Constant Field Values
COMPONENT_PROVIDE
public static final String COMPONENT_PROVIDE
- See Also:
- Constant Field Values
COMPONENT_OPTIONAL
public static final String COMPONENT_OPTIONAL
- See Also:
- Constant Field Values
COMPONENT_PROPERTIES
public static final String COMPONENT_PROPERTIES
- See Also:
- Constant Field Values
COMPONENT_VERSION
public static final String COMPONENT_VERSION
- See Also:
- Constant Field Values
COMPONENT_CONFIGURATION_POLICY
public static final String COMPONENT_CONFIGURATION_POLICY
- See Also:
- Constant Field Values
COMPONENT_MODIFIED
public static final String COMPONENT_MODIFIED
- See Also:
- Constant Field Values
COMPONENT_ACTIVATE
public static final String COMPONENT_ACTIVATE
- See Also:
- Constant Field Values
COMPONENT_DEACTIVATE
public static final String COMPONENT_DEACTIVATE
- See Also:
- Constant Field Values
ServiceComponent
public ServiceComponent(String name,
Attrs attribs)
isPath
public boolean isPath()
setPropertiesMap
public void setPropertiesMap(Map<String,String> properties)
getPropertiesMap
public Map<String,String> getPropertiesMap()
setSvcRefs
public void setSvcRefs(List<? extends ComponentSvcReference> refs)
getSvcRefs
public List<ComponentSvcReference> getSvcRefs()
clone
public ServiceComponent clone()
- Overrides:
clone in class HeaderClause
newlinesBetweenAttributes
protected boolean newlinesBetweenAttributes()
- Overrides:
newlinesBetweenAttributes in class HeaderClause
error
public static ServiceComponent error(String msg)
Copyright © 2014 aQute SARL. All rights reserved.