|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceImport
The representation of an resource import.
Method Summary | |
---|---|
java.lang.String |
getLocation()
Get the location used to resolve the definitions for this import |
java.lang.String |
getURI()
Get URI that identifies the resource import |
void |
setLocation(java.lang.String location)
Set the location used to resolve the definitions for this import |
void |
setURI(java.lang.String uri)
Set URI that identifies the resource import |
Methods inherited from interface org.apache.tuscany.sca.contribution.Import |
---|
getModelResolver, match, setModelResolver |
Method Detail |
---|
java.lang.String getLocation()
void setLocation(java.lang.String location)
location
- The import locationjava.lang.String getURI()
void setURI(java.lang.String uri)
uri
- The resource URI
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |