|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Location
Defines the location of the resource which contains a project element.
This interface is not intended to be implemented by clients.
ProjectElement.getLocation()| Method Summary | |
|---|---|
String |
getPackageName()
Returns the package name in which an element is defined ( "com.sodius.myPackage" for example). |
String |
getResourceName()
Returns the resource name in which an element is defined ( "MyTemplate.mtpl" for example). |
String |
getResourcePath()
Returns the qualified resource path in which an element is defined ( "com.sodius.myPackage.MyTemplate.mtpl" for example). |
| Method Detail |
|---|
String getPackageName()
"com.sodius.myPackage" for example).
String getResourceName()
"MyTemplate.mtpl" for example).
String getResourcePath()
"com.sodius.myPackage.MyTemplate.mtpl" for example).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||