Interface IApplicationPublication

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable, IUrlAccess

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

      • getName

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

        IApplicationPublication.Type 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