モジュール org.nkjmlab.sorm4j

クラス H2ServerProperties

java.lang.Object
org.nkjmlab.sorm4j.util.h2.server.H2ServerProperties
直系の既知のサブクラス:
H2TcpServerProperties, H2WebConsoleServerProperties

public class H2ServerProperties extends Object
This class represents H2 server properties.
作成者:
nkjm
  • フィールド詳細

    • serverType

      public final String serverType
    • port

      public final int port
    • password

      public final String password
    • args

      public final String[] args
  • コンストラクタの詳細

    • H2ServerProperties

      public H2ServerProperties(String serverType, int port, String password, String[] args)