public class SpringImplementation extends org.fabric3.api.model.type.component.Implementation<SpringComponentType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpringImplementation.LocationType |
| Modifier and Type | Field and Description |
|---|---|
static javax.xml.namespace.QName |
IMPLEMENTATION_SPRING |
| Constructor and Description |
|---|
SpringImplementation() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getContextLocations() |
java.lang.String |
getLocation() |
SpringImplementation.LocationType |
getLocationType() |
javax.xml.namespace.QName |
getType() |
void |
setContextLocations(java.util.List<java.lang.String> locations) |
void |
setLocation(java.lang.String location) |
void |
setLocationType(SpringImplementation.LocationType locationType) |
addRequiredCapability, getArtifactName, getComponentType, getRequiredCapabilities, isType, setComponentTypeaddIntent, addIntents, addMetadata, addPolicySet, addPolicySets, getIntents, getMetadata, getMetadata, getPolicySets, setIntents, setPolicySetspublic static final javax.xml.namespace.QName IMPLEMENTATION_SPRING
public javax.xml.namespace.QName getType()
getType in class org.fabric3.api.model.type.component.Implementation<SpringComponentType>public java.lang.String getLocation()
public void setLocation(java.lang.String location)
public java.util.List<java.lang.String> getContextLocations()
public void setContextLocations(java.util.List<java.lang.String> locations)
public SpringImplementation.LocationType getLocationType()
public void setLocationType(SpringImplementation.LocationType locationType)