fixed doc references in cloudstack

This commit is contained in:
Adrian Cole 2011-02-17 08:44:17 +01:00
parent f9a226b5ff
commit d6f9297ecc
27 changed files with 27 additions and 27 deletions

View File

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

View File

@ -36,7 +36,7 @@ import org.jclouds.rest.annotations.Delegate;
* <p/> * <p/>
* *
* @see CloudStackAsyncClient * @see CloudStackAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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 AsyncJobClient * @see AsyncJobClient
* @see <a href="http://download.cloud.com/releases/2.2/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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 AsyncJobAsyncClient * @see AsyncJobAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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 NetworkClient * @see NetworkClient
* @see <a href="http://download.cloud.com/releases/2.2/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@RequestFilters(QuerySigner.class) @RequestFilters(QuerySigner.class)

View File

@ -35,7 +35,7 @@ import org.jclouds.concurrent.Timeout;
* <p/> * <p/>
* *
* @see OfferingAsyncClient * @see OfferingAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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 OfferingClient * @see OfferingClient
* @see <a href="http://download.cloud.com/releases/2.2/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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 SecurityGroupAsyncClient * @see SecurityGroupAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/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 TemplateAsyncClient * @see TemplateAsyncClient
* @see <a href="http://download.cloud.com/releases/2.2/api/TOC_User.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/TOC_User.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
@Timeout(duration = 60, timeUnit = TimeUnit.SECONDS) @Timeout(duration = 60, timeUnit = TimeUnit.SECONDS)

View File

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

View File

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

View File

@ -52,7 +52,7 @@ import com.google.common.collect.ImmutableMultimap.Builder;
/** /**
* *
* @see <a href= "http://download.cloud.com/releases/2.2/api/user/2.2api_security_details.html" /> * @see <a href= "http://download.cloud.com/releases/2.2.0/api/user/2.2api_security_details.html" />
* @author Adrian Cole * @author Adrian Cole
* *
*/ */

View File

@ -31,7 +31,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what disk offerings are returned * Options used to control what disk offerings are returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/deployVirtualMachine.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/deployVirtualMachine.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class DeployVirtualMachineOptions extends BaseHttpRequestOptions { public class DeployVirtualMachineOptions extends BaseHttpRequestOptions {

View File

@ -32,7 +32,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what asyncJobs information is returned * Options used to control what asyncJobs information is returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listAsyncJobs.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listAsyncJobs.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListAsyncJobsOptions extends BaseHttpRequestOptions { public class ListAsyncJobsOptions extends BaseHttpRequestOptions {

View File

@ -26,7 +26,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what disk offerings are returned * Options used to control what disk offerings are returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listDiskOfferings.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listDiskOfferings.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListDiskOfferingsOptions extends BaseHttpRequestOptions { public class ListDiskOfferingsOptions extends BaseHttpRequestOptions {

View File

@ -27,7 +27,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what network offerings are returned * Options used to control what network offerings are returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listNetworkOfferings.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listNetworkOfferings.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListNetworkOfferingsOptions extends BaseHttpRequestOptions { public class ListNetworkOfferingsOptions extends BaseHttpRequestOptions {

View File

@ -28,7 +28,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what networks information is returned * Options used to control what networks information is returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listNetworks.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listNetworks.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListNetworksOptions extends BaseHttpRequestOptions { public class ListNetworksOptions extends BaseHttpRequestOptions {

View File

@ -26,7 +26,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what security groups are returned * Options used to control what security groups are returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listSecurityGroups.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listSecurityGroups.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListSecurityGroupsOptions extends BaseHttpRequestOptions { public class ListSecurityGroupsOptions extends BaseHttpRequestOptions {

View File

@ -26,7 +26,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what service offerings are returned * Options used to control what service offerings are returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listServiceOfferings.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listServiceOfferings.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListServiceOfferingsOptions extends BaseHttpRequestOptions { public class ListServiceOfferingsOptions extends BaseHttpRequestOptions {

View File

@ -27,7 +27,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what templates information is returned * Options used to control what templates information is returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listTemplates.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listTemplates.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListTemplatesOptions extends BaseHttpRequestOptions { public class ListTemplatesOptions extends BaseHttpRequestOptions {

View File

@ -26,7 +26,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what virtual machines information is returned * Options used to control what virtual machines information is returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listVirtualMachines.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listVirtualMachines.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListVirtualMachinesOptions extends BaseHttpRequestOptions { public class ListVirtualMachinesOptions extends BaseHttpRequestOptions {

View File

@ -26,7 +26,7 @@ import com.google.common.collect.ImmutableSet;
/** /**
* Options used to control what zones information is returned * Options used to control what zones information is returned
* *
* @see <a href="http://download.cloud.com/releases/2.2/api/user/listZones.html" /> * @see <a href="http://download.cloud.com/releases/2.2.0/api/user/listZones.html" />
* @author Adrian Cole * @author Adrian Cole
*/ */
public class ListZonesOptions extends BaseHttpRequestOptions { public class ListZonesOptions extends BaseHttpRequestOptions {