Package com.e1c.g5.dt.applications
Interface IApplicationArtifact
- All Superinterfaces:
org.eclipse.core.runtime.IAdaptable
- All Known Subinterfaces:
IServerArtifact
- All Known Implementing Classes:
ServerArtifact
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
Modifier and TypeMethodDescriptionReturns the parent application of the artifact.getName()
Returns the application artifact localized name.Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
-
Method Details
-
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
-