|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ResourceImplementation
The model representing a resource implementation in an SCA assembly model.
| Method Summary | |
|---|---|
java.lang.String |
getLocation()
The URI of the resource inside its contribution. |
java.net.URL |
getLocationURL()
Returns the URL of the resource. |
void |
setLocation(java.lang.String location)
Sets the URI of the resource inside its contribution. |
void |
setLocationURL(java.net.URL url)
Sets the URL of the resource. |
| Methods inherited from interface org.apache.tuscany.sca.assembly.ComponentType |
|---|
getConstrainingType, getProperties, getReferences, getServices, getURI, setConstrainingType, setURI |
| Methods inherited from interface org.apache.tuscany.sca.assembly.Base |
|---|
isUnresolved, setUnresolved |
| Method Detail |
|---|
java.lang.String getLocation()
void setLocation(java.lang.String location)
location - the URI of the resourcejava.net.URL getLocationURL()
void setLocationURL(java.net.URL url)
url - the URL of the resource
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||