Uses of Class
org.kohsuke.jnt.JavaNet

Packages that use JavaNet
org.kohsuke.jnt The library that exposes programatic manipulation of java.net. 
org.kohsuke.jnt.tools   
 

Uses of JavaNet in org.kohsuke.jnt
 

Methods in org.kohsuke.jnt that return JavaNet
static JavaNet JavaNet.connect()
          obtains the connection info from ~/.java.net and returns the connected JavaNet object.
static JavaNet JavaNet.connect(ConnectionInfo con)
           
static JavaNet JavaNet.connect(File accountFile)
          obtains the connection info from the given file and returns the connected JavaNet object.
static JavaNet JavaNet.connect(String userName, String password)
          Connects to java.net directly by using the given account info.
static JavaNet JavaNet.connect(String userName, String password, String proxyServer, int proxyPort)
          Connects to java.net through HTTP proxy by using the given account info.
static JavaNet JavaNet.connect(com.meterware.httpunit.WebConversation conversation)
          Connects to java.net by using a WebConversation instance that has already logged in.
static JavaNet JavaNet.connectAnonymously()
          Connects anonymously.
static JavaNet JavaNet.connectByClone(JavaNet base)
          Connects by just reusing an earlier session established by another JavaNet instance.
 JavaNet JavaNet.copy()
          A bit more object-oriented way of calling connectByClone(JavaNet) .
 JavaNet JNProject.getConnection()
          Returns the JavaNet object that this project belongs to.
 

Methods in org.kohsuke.jnt with parameters of type JavaNet
static JavaNet JavaNet.connectByClone(JavaNet base)
          Connects by just reusing an earlier session established by another JavaNet instance.
 

Uses of JavaNet in org.kohsuke.jnt.tools
 

Methods in org.kohsuke.jnt.tools that return JavaNet
 JavaNet ConnectionFactory.connect()
           
 

Methods in org.kohsuke.jnt.tools with parameters of type JavaNet
 void RoleRequest.decline(JavaNet javanet, String reason)
          Declines this request.
 void RoleRequest.grant(JavaNet javanet)
          Grants this request.
 

Constructors in org.kohsuke.jnt.tools with parameters of type JavaNet
NewBugEmail(JavaNet connection, Reader mail)
           
 



Copyright © 2003-2010 Kohsuke Kawaguchi. All Rights Reserved.