Annotation Interface ServeTool.ServeConfig

Enclosing class:
ServeTool

public static @interface ServeTool.ServeConfig
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
     
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    short
     
  • Element Details

    • serve

      @Help("Mapping from context path to BHive directory, \':\' separated. E.g. \'myhive:/path/to/hive\' will serve on \'https://host:port/api/hives/myhive\'") String[] serve
    • keystore

      @Help("Private KeyStore containing the server certificate and private key") @Validator(ExistingPathValidator.class) String keystore
    • passphrase

      @Help("Passphrase for the private KeyStore") String passphrase
    • port

      @Help("Port to serve on") short port
      Default:
      7700