Package com.e1c.g5.dt.applications
Interface IApplicationArtifact
-
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
- All Known Subinterfaces:
IServerArtifact
public interface IApplicationArtifact extends org.eclipse.core.runtime.IAdaptable
An abstraction thath represents some application specific artifact that will be logically associated with the application.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplication
getApplication()
Returns the parent application of the artifact.String
getName()
Returns the application artifact localized name.
-
-
-
Method Detail
-
getName
String getName()
Returns the application artifact localized name.- Returns:
- the application artifact localized name, never
null
-
getApplication
IApplication getApplication()
Returns the parent application of the artifact.- Returns:
- the parent application of the artifact, never
null
-
-