get() public static method

public static get ( ) : OpenSshConfig
return OpenSshConfig
示例#1
0
 private OpenSshConfig getConfig()
 {
     if (config == null)
     {
         config = OpenSshConfig.get();
     }
     return(config);
 }