Interface IApplicationPublication

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, IUrlAccess
All Known Implementing Classes:
ApplicationPublication

public interface IApplicationPublication extends IUrlAccess, org.eclipse.core.runtime.IAdaptable
The infobase web server publication application artifact.
  • Method Details

    • getName

      String getName()
      Returns the name of the publication.
      Returns:
      the name of the publication, never null
    • getType

      Returns the type of the application publication.
      Returns:
      the type of the application publication, never null
    • getPublication

      Publication getPublication()
      Returns the publication model instance.
      Returns:
      the publication model instance, never null