com.sodius.mdw.core.eval.project
Interface Location


public interface Location

Defines the location of the resource which contains a project element.

This interface is not intended to be implemented by clients.

See Also:
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

getPackageName

String getPackageName()
Returns the package name in which an element is defined ("com.sodius.myPackage" for example).

Returns:
the package name.

getResourceName

String getResourceName()
Returns the resource name in which an element is defined ("MyTemplate.mtpl" for example).

Returns:
the resource name.

getResourcePath

String getResourcePath()
Returns the qualified resource path in which an element is defined ("com.sodius.myPackage.MyTemplate.mtpl" for example).

Returns:
the resource path.