Package org.sam.server.common
Class ServerProperties
- java.lang.Object
-
- org.sam.server.common.ServerProperties
-
public class ServerProperties extends java.lang.Object서버의 설정을 관리하는 클래스
-
-
Constructor Summary
Constructors Constructor Description ServerProperties()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringget(java.lang.String key)서버 설정을 가져온다.static booleanisSSL()SSL 설정이 되어 있는지 확인한다.static voidsetSSL()SSL 설정을 활성화 한다.
-