|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface JavaImport
Base Java Import model interface
| Method Summary | |
|---|---|
java.lang.String |
getLocation()
Get the location used to resolve the definitions for this import |
java.lang.String |
getPackage()
Get java package that identifies the import |
void |
setLocation(java.lang.String location)
Set the location used to resolve the definitions for this import |
void |
setPackage(java.lang.String packageName)
Set java package that identifies the 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 getPackage()
void setPackage(java.lang.String packageName)
packageName - The package name
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||