Interface TransportSet

  • All Known Implementing Classes:
    TransportSet.Singleton

    public interface TransportSet
    Set of transports.
    Author:
    Kohsuke Kawaguchi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static TransportSet ALL
      Constant that represents a set that includes everything.
    • Field Detail

      • ALL

        static final TransportSet ALL
        Constant that represents a set that includes everything.
    • Method Detail

      • contains

        boolean contains​(String transport)
        Checks if the given transport is contained in this set.