Interface IDeploymentTypeProvider


  • public interface IDeploymentTypeProvider
    Deployment type provder allows to get all allowed deployment types.
    Restriction:
    This interface is not intended to be extended by clients.
    Restriction:
    This interface is not intended to be implemented by clients.
    • Method Detail

      • getAll

        Collection<IDeploymentType> getAll()
        Returns a collection of all known deployment types.
        Returns:
        a collection of all known deployment types, never null
      • getDefault

        IDeploymentType getDefault()
        Returns the default deployment type.
        Returns:
        the default deployment type, never null