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.IAdaptableAn abstraction thath represents some application specific artifact that will be logically associated with the application.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IApplicationgetApplication()Returns the parent application of the artifact.StringgetName()Returns the application artifact localized name.
 
- 
- 
- 
Method Detail- 
getNameString getName() Returns the application artifact localized name.- Returns:
- the application artifact localized name, never null
 
 - 
getApplicationIApplication getApplication() Returns the parent application of the artifact.- Returns:
- the parent application of the artifact, never null
 
 
- 
 
-