Search in sources :

Example 6 with ProxyInitializable

use of com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable in project Gargoyle by callakrsos.

the class GoogleTrendExam2 method main.

public static void main(String[] args) throws Exception {
    //프록시 관련 설정을  세팅함.
    new ProxyInitializable().initialize();
    launch(args);
}
Also used : ProxyInitializable(com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable)

Example 7 with ProxyInitializable

use of com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable in project Gargoyle by callakrsos.

the class GoogleTrendExam method main.

public static void main(String[] args) throws Exception {
    //프록시 관련 설정을  세팅함.
    new ProxyInitializable().initialize();
    launch(args);
}
Also used : ProxyInitializable(com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable)

Example 8 with ProxyInitializable

use of com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable in project Gargoyle by callakrsos.

the class CommandTest2 method setting.

@Before
public void setting() throws Exception {
    Properties properties = new Properties();
    properties.put(JavaSVNManager.SVN_URL, "https://dev.naver.com/svn/javafxvoeditor");
    properties.put(JavaSVNManager.SVN_USER_ID, "");
    properties.put(JavaSVNManager.SVN_USER_PASS, "");
    new ProxyInitializable().initialize();
    // properties.put(SVNManager.URL,
    // "https://dev.naver.com/svn/javafxvoeditor");
    manager = new JavaSVNManager(properties);
}
Also used : JavaSVNManager(com.kyj.scm.manager.svn.java.JavaSVNManager) ProxyInitializable(com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable) Properties(java.util.Properties) Before(org.junit.Before)

Aggregations

ProxyInitializable (com.kyj.fx.voeditor.visual.main.initalize.ProxyInitializable)8 SSLInitializable (com.kyj.fx.voeditor.visual.main.initalize.SSLInitializable)3 Before (org.junit.Before)2 JavaSVNManager (com.kyj.scm.manager.svn.java.JavaSVNManager)1 File (java.io.File)1 InetSocketAddress (java.net.InetSocketAddress)1 Properties (java.util.Properties)1 MimeMessage (javax.mail.internet.MimeMessage)1 HtmlEmail (org.apache.commons.mail.HtmlEmail)1 Test (org.junit.Test)1