Update API Link in Javadoc

This commit is contained in:
vijaykiran 2011-11-09 16:17:28 +01:00
parent 30caf6ef8f
commit 5034ec0bbf
35 changed files with 35 additions and 35 deletions

View File

@ -44,7 +44,7 @@ import org.jclouds.rest.annotations.Delegate;
* *
* @author Adrian Cole * @author Adrian Cole
* @see CloudStackClient * @see CloudStackClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
*/ */
public interface CloudStackAsyncClient { public interface CloudStackAsyncClient {

View File

@ -46,7 +46,7 @@ import org.jclouds.rest.annotations.Delegate;
* <p/> * <p/>
* *
* @see CloudStackAsyncClient * @see CloudStackAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -43,7 +43,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see AccountClient * @see AccountClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -29,7 +29,7 @@ import org.jclouds.concurrent.Timeout;
* Provides synchronous access to CloudStack Account features. * Provides synchronous access to CloudStack Account features.
* <p/> * <p/>
* *
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -47,7 +47,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see AddressClient * @see AddressClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -32,7 +32,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see IPAddressAsyncClient * @see IPAddressAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -44,7 +44,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see AsyncJobClient * @see AsyncJobClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -30,7 +30,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see AsyncJobAsyncClient * @see AsyncJobAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -35,7 +35,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see ConfigurationClient * @see ConfigurationClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -28,7 +28,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see ConfigurationAsyncClient * @see ConfigurationAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -44,7 +44,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see FirewallClient * @see FirewallClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -31,7 +31,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see PortForwardingRuleAsyncClient * @see PortForwardingRuleAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -47,7 +47,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see AsyncJobClient * @see AsyncJobClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -31,7 +31,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see GuestOSAsyncClient * @see GuestOSAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -38,7 +38,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see AsyncJobClient * @see AsyncJobClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -28,7 +28,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see GuestOSAsyncClient * @see GuestOSAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -46,7 +46,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see LoadBalancerClient * @see LoadBalancerClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -32,7 +32,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see LoadBalancerAsyncClient * @see LoadBalancerAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -44,7 +44,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see NATClient * @see NATClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -32,7 +32,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see IPForwardingRuleAsyncClient * @see IPForwardingRuleAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -44,7 +44,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see NetworkClient * @see NetworkClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -31,7 +31,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see NetworkAsyncClient * @see NetworkAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -47,7 +47,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see OfferingClient * @see OfferingClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -34,7 +34,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see OfferingAsyncClient * @see OfferingAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -50,7 +50,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see OfferingClient * @see OfferingClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -33,7 +33,7 @@ import com.google.common.collect.Multimap;
* <p/> * <p/>
* *
* @see SecurityGroupAsyncClient * @see SecurityGroupAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -43,7 +43,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see TemplateClient * @see TemplateClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -31,7 +31,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see TemplateAsyncClient * @see TemplateAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -41,7 +41,7 @@ import java.util.Set;
* *
* @author Richard Downer * @author Richard Downer
* @see VMGroupClient * @see VMGroupClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)
@QueryParams(keys = "response", values = "json") @QueryParams(keys = "response", values = "json")

View File

@ -33,7 +33,7 @@ import java.util.concurrent.TimeUnit;
* *
* @author Richard Downer * @author Richard Downer
* @see VMGroupAsyncClient * @see VMGroupAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)
public interface VMGroupClient { public interface VMGroupClient {

View File

@ -46,7 +46,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see VirtualMachineClient * @see VirtualMachineClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -32,7 +32,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see VirtualMachineAsyncClient * @see VirtualMachineAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -43,7 +43,7 @@ import com.google.common.util.concurrent.ListenableFuture;
* <p/> * <p/>
* *
* @see ZoneClient * @see ZoneClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -30,7 +30,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see ZoneAsyncClient * @see ZoneAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

@ -25,7 +25,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options for services that apply to accounts in domains * Options for services that apply to accounts in domains
* *
* @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api_2.2.12/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class AccountInDomainOptions extends BaseHttpRequestOptions { public class AccountInDomainOptions extends BaseHttpRequestOptions {