Interface TransportSet

All Known Implementing Classes:
TransportSet.Singleton

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

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    TransportSet that consists of a single value.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final TransportSet
    Constant that represents a set that includes everything.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    contains(String transport)
    Checks if the given transport is contained in this set.
  • Field Details

    • ALL

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

    • contains

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