diff --git a/spring-cloud-consul-binder/target/apidocs/allclasses-frame.html b/spring-cloud-consul-binder/target/apidocs/allclasses-frame.html new file mode 100644 index 00000000..2b9a2260 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/allclasses-frame.html @@ -0,0 +1,25 @@ + + + + + + +All Classes (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/allclasses-noframe.html b/spring-cloud-consul-binder/target/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..a9aaf0e9 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/allclasses-noframe.html @@ -0,0 +1,25 @@ + + + + + + +All Classes (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/constant-values.html b/spring-cloud-consul-binder/target/apidocs/constant-values.html new file mode 100644 index 00000000..2b82be09 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +Constant Field Values (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/deprecated-list.html b/spring-cloud-consul-binder/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..57f61b7e --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/help-doc.html b/spring-cloud-consul-binder/target/apidocs/help-doc.html new file mode 100644 index 00000000..ae447af7 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/index-all.html b/spring-cloud-consul-binder/target/apidocs/index-all.html new file mode 100644 index 00000000..8b3b510d --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/index-all.html @@ -0,0 +1,272 @@ + + + + + + +Index (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
C D E F G H I O P R W  + + +

C

+
+
consul - Variable in class org.springframework.cloud.consul.binder.EventService
+
 
+
ConsulBinder - Class in org.springframework.cloud.consul.binder
+
 
+
ConsulBinder(EventService) - Constructor for class org.springframework.cloud.consul.binder.ConsulBinder
+
 
+
ConsulBinderConfiguration - Class in org.springframework.cloud.consul.binder.config
+
+
Configures the Consul binder.
+
+
ConsulBinderConfiguration() - Constructor for class org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration
+
 
+
ConsulBinderProperties - Class in org.springframework.cloud.consul.binder.config
+
 
+
ConsulBinderProperties() - Constructor for class org.springframework.cloud.consul.binder.config.ConsulBinderProperties
+
 
+
consulClientBinder(EventService) - Method in class org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration
+
 
+
ConsulInboundMessageProducer - Class in org.springframework.cloud.consul.binder
+
+
Adapter that receives Messages from Consul Events, converts them into Spring + Integration Messages, and sends the results to a Message Channel.
+
+
ConsulInboundMessageProducer(EventService) - Constructor for class org.springframework.cloud.consul.binder.ConsulInboundMessageProducer
+
 
+
ConsulSendingHandler - Class in org.springframework.cloud.consul.binder
+
+
Adapter that converts and sends Messages as Consul events
+
+
ConsulSendingHandler(ConsulClient, String) - Constructor for class org.springframework.cloud.consul.binder.ConsulSendingHandler
+
 
+
+ + + +

D

+
+
doBindConsumer(String, String, MessageChannel, ConsumerProperties) - Method in class org.springframework.cloud.consul.binder.ConsulBinder
+
 
+
doBindProducer(String, MessageChannel, ProducerProperties) - Method in class org.springframework.cloud.consul.binder.ConsulBinder
+
 
+
doStart() - Method in class org.springframework.cloud.consul.binder.ConsulInboundMessageProducer
+
 
+
doStop() - Method in class org.springframework.cloud.consul.binder.ConsulInboundMessageProducer
+
 
+
+ + + +

E

+
+
eventService(ConsulClient) - Method in class org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration
+
 
+
EventService - Class in org.springframework.cloud.consul.binder
+
 
+
EventService(ConsulBinderProperties, ConsulClient, ObjectMapper) - Constructor for class org.springframework.cloud.consul.binder.EventService
+
 
+
+ + + +

F

+
+
filterEvents(List<Event>, Long) - Method in class org.springframework.cloud.consul.binder.EventService
+
+
from https://github.com/hashicorp/consul/blob/master/watch/funcs.go#L169-L194
+
+
fire(String, String) - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
+ + + +

G

+
+
getConsulClient() - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
getEvents() - Method in class org.springframework.cloud.consul.binder.ConsulInboundMessageProducer
+
 
+
getEvents() - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
getEvents(Long) - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
getEventsResponse() - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
getLastIndex() - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
+ + + +

H

+
+
handleMessageInternal(Message<?>) - Method in class org.springframework.cloud.consul.binder.ConsulSendingHandler
+
 
+
+ + + +

I

+
+
init() - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
+ + + +

O

+
+
objectMapper - Variable in class org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration
+
 
+
objectMapper - Variable in class org.springframework.cloud.consul.binder.EventService
+
 
+
org.springframework.cloud.consul.binder - package org.springframework.cloud.consul.binder
+
 
+
org.springframework.cloud.consul.binder.config - package org.springframework.cloud.consul.binder.config
+
 
+
+ + + +

P

+
+
properties - Variable in class org.springframework.cloud.consul.binder.EventService
+
 
+
+ + + +

R

+
+
readEvents(Response<List<Event>>) - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
+ + + +

W

+
+
watch() - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
watch(Long) - Method in class org.springframework.cloud.consul.binder.EventService
+
 
+
+C D E F G H I O P R W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/index.html b/spring-cloud-consul-binder/target/apidocs/index.html new file mode 100644 index 00000000..98e8673e --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulBinder.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulBinder.html new file mode 100644 index 00000000..2339cec4 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulBinder.html @@ -0,0 +1,354 @@ + + + + + + +ConsulBinder (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.binder
+

Class ConsulBinder

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.html new file mode 100644 index 00000000..8b7b34ee --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.html @@ -0,0 +1,382 @@ + + + + + + +ConsulInboundMessageProducer (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.binder
+

Class ConsulInboundMessageProducer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulSendingHandler.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulSendingHandler.html new file mode 100644 index 00000000..52c8fbc9 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/ConsulSendingHandler.html @@ -0,0 +1,344 @@ + + + + + + +ConsulSendingHandler (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.binder
+

Class ConsulSendingHandler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/EventService.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/EventService.html new file mode 100644 index 00000000..289b412d --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/EventService.html @@ -0,0 +1,481 @@ + + + + + + +EventService (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.binder
+

Class EventService

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulBinder.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulBinder.html new file mode 100644 index 00000000..e4d3f6f6 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulBinder.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.binder.ConsulBinder (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.binder.ConsulBinder

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulInboundMessageProducer.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulInboundMessageProducer.html new file mode 100644 index 00000000..015f32bd --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulInboundMessageProducer.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.binder.ConsulInboundMessageProducer (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.binder.ConsulInboundMessageProducer

+
+
No usage of org.springframework.cloud.consul.binder.ConsulInboundMessageProducer
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulSendingHandler.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulSendingHandler.html new file mode 100644 index 00000000..11b80117 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/ConsulSendingHandler.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.binder.ConsulSendingHandler (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.binder.ConsulSendingHandler

+
+
No usage of org.springframework.cloud.consul.binder.ConsulSendingHandler
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/EventService.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/EventService.html new file mode 100644 index 00000000..6f5c318c --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/class-use/EventService.html @@ -0,0 +1,202 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.binder.EventService (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.binder.EventService

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.html new file mode 100644 index 00000000..9ee08cea --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.html @@ -0,0 +1,336 @@ + + + + + + +ConsulBinderConfiguration (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.binder.config
+

Class ConsulBinderConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.html new file mode 100644 index 00000000..b8eb0ffd --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.html @@ -0,0 +1,244 @@ + + + + + + +ConsulBinderProperties (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.binder.config
+

Class ConsulBinderProperties

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderConfiguration.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderConfiguration.html new file mode 100644 index 00000000..bd16aa9a --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration

+
+
No usage of org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderProperties.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderProperties.html new file mode 100644 index 00000000..a75def81 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/class-use/ConsulBinderProperties.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.binder.config.ConsulBinderProperties (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.binder.config.ConsulBinderProperties

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-frame.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-frame.html new file mode 100644 index 00000000..848bc443 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +org.springframework.cloud.consul.binder.config (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul.binder.config

+
+

Classes

+ +
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-summary.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-summary.html new file mode 100644 index 00000000..3ccd49c3 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-summary.html @@ -0,0 +1,150 @@ + + + + + + +org.springframework.cloud.consul.binder.config (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.springframework.cloud.consul.binder.config

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-tree.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-tree.html new file mode 100644 index 00000000..61e2ac15 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +org.springframework.cloud.consul.binder.config Class Hierarchy (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.springframework.cloud.consul.binder.config

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-use.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-use.html new file mode 100644 index 00000000..2b0ced25 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/config/package-use.html @@ -0,0 +1,159 @@ + + + + + + +Uses of Package org.springframework.cloud.consul.binder.config (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.springframework.cloud.consul.binder.config

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-frame.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-frame.html new file mode 100644 index 00000000..3515fc82 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-frame.html @@ -0,0 +1,24 @@ + + + + + + +org.springframework.cloud.consul.binder (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul.binder

+
+

Classes

+ +
+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-summary.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-summary.html new file mode 100644 index 00000000..4f06ffcf --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-summary.html @@ -0,0 +1,161 @@ + + + + + + +org.springframework.cloud.consul.binder (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.springframework.cloud.consul.binder

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-tree.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-tree.html new file mode 100644 index 00000000..c9f80fd1 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-tree.html @@ -0,0 +1,162 @@ + + + + + + +org.springframework.cloud.consul.binder Class Hierarchy (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.springframework.cloud.consul.binder

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-use.html b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-use.html new file mode 100644 index 00000000..2c153018 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/org/springframework/cloud/consul/binder/package-use.html @@ -0,0 +1,181 @@ + + + + + + +Uses of Package org.springframework.cloud.consul.binder (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.springframework.cloud.consul.binder

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/overview-frame.html b/spring-cloud-consul-binder/target/apidocs/overview-frame.html new file mode 100644 index 00000000..f141bc2d --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + +Overview List (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/overview-summary.html b/spring-cloud-consul-binder/target/apidocs/overview-summary.html new file mode 100644 index 00000000..0b415087 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/overview-summary.html @@ -0,0 +1,144 @@ + + + + + + +Overview (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.springframework.cloud.consul.binder 
org.springframework.cloud.consul.binder.config 
+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/overview-tree.html b/spring-cloud-consul-binder/target/apidocs/overview-tree.html new file mode 100644 index 00000000..f90509d5 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/overview-tree.html @@ -0,0 +1,165 @@ + + + + + + +Class Hierarchy (Spring Cloud Consul Binder 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-binder/target/apidocs/package-list b/spring-cloud-consul-binder/target/apidocs/package-list new file mode 100644 index 00000000..7035f6e5 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/package-list @@ -0,0 +1,2 @@ +org.springframework.cloud.consul.binder +org.springframework.cloud.consul.binder.config diff --git a/spring-cloud-consul-binder/target/apidocs/script.js b/spring-cloud-consul-binder/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-binder/target/apidocs/stylesheet.css b/spring-cloud-consul-binder/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-binder/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-binder/target/classes/META-INF/spring-cloud-stream/consul-binder.properties b/spring-cloud-consul-binder/target/classes/META-INF/spring-cloud-stream/consul-binder.properties new file mode 100644 index 00000000..db28478f --- /dev/null +++ b/spring-cloud-consul-binder/target/classes/META-INF/spring-cloud-stream/consul-binder.properties @@ -0,0 +1,18 @@ +# +# Copyright 2013-2016 the original author or authors. +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +spring.cloud.stream.binder.consul.default.host=localhost +spring.cloud.stream.binder.consul.default.port=8500 diff --git a/spring-cloud-consul-binder/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-binder/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..ef9ceac8 --- /dev/null +++ b/spring-cloud-consul-binder/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,14 @@ +{ + "groups": [{ + "name": "spring.cloud.stream.consul.binder", + "type": "org.springframework.cloud.consul.binder.config.ConsulBinderProperties", + "sourceType": "org.springframework.cloud.consul.binder.config.ConsulBinderProperties" + }], + "properties": [{ + "name": "spring.cloud.stream.consul.binder.event-timeout", + "type": "java.lang.Integer", + "sourceType": "org.springframework.cloud.consul.binder.config.ConsulBinderProperties", + "defaultValue": 5 + }], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-binder/target/classes/META-INF/spring.binders b/spring-cloud-consul-binder/target/classes/META-INF/spring.binders new file mode 100644 index 00000000..c3f435cd --- /dev/null +++ b/spring-cloud-consul-binder/target/classes/META-INF/spring.binders @@ -0,0 +1,2 @@ +consul:\ +org.springframework.cloud.consul.binder.config.ConsulBinderConfiguration diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulBinder.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulBinder.class new file mode 100644 index 00000000..d64c81c8 Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulBinder.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer$1.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer$1.class new file mode 100644 index 00000000..08112e8f Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer$1.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.class new file mode 100644 index 00000000..cec8cc76 Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulSendingHandler.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulSendingHandler.class new file mode 100644 index 00000000..7c7235dc Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/ConsulSendingHandler.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/EventService.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/EventService.class new file mode 100644 index 00000000..21e031ef Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/EventService.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.class new file mode 100644 index 00000000..0a890e82 Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.class differ diff --git a/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.class b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.class new file mode 100644 index 00000000..5863036a Binary files /dev/null and b/spring-cloud-consul-binder/target/classes/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.class differ diff --git a/spring-cloud-consul-binder/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-binder/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-binder/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-consul-binder/target/javadoc-bundle-options/package-list b/spring-cloud-consul-binder/target/javadoc-bundle-options/package-list new file mode 100644 index 00000000..b52fe94b --- /dev/null +++ b/spring-cloud-consul-binder/target/javadoc-bundle-options/package-list @@ -0,0 +1,209 @@ +java.applet +java.awt +java.awt.color +java.awt.datatransfer +java.awt.dnd +java.awt.event +java.awt.font +java.awt.geom +java.awt.im +java.awt.im.spi +java.awt.image +java.awt.image.renderable +java.awt.print +java.beans +java.beans.beancontext +java.io +java.lang +java.lang.annotation +java.lang.instrument +java.lang.invoke +java.lang.management +java.lang.ref +java.lang.reflect +java.math +java.net +java.nio +java.nio.channels +java.nio.channels.spi +java.nio.charset +java.nio.charset.spi +java.nio.file +java.nio.file.attribute +java.nio.file.spi +java.rmi +java.rmi.activation +java.rmi.dgc +java.rmi.registry +java.rmi.server +java.security +java.security.acl +java.security.cert +java.security.interfaces +java.security.spec +java.sql +java.text +java.text.spi +java.util +java.util.concurrent +java.util.concurrent.atomic +java.util.concurrent.locks +java.util.jar +java.util.logging +java.util.prefs +java.util.regex +java.util.spi +java.util.zip +javax.accessibility +javax.activation +javax.activity +javax.annotation +javax.annotation.processing +javax.crypto +javax.crypto.interfaces +javax.crypto.spec +javax.imageio +javax.imageio.event +javax.imageio.metadata +javax.imageio.plugins.bmp +javax.imageio.plugins.jpeg +javax.imageio.spi +javax.imageio.stream +javax.jws +javax.jws.soap +javax.lang.model +javax.lang.model.element +javax.lang.model.type +javax.lang.model.util +javax.management +javax.management.loading +javax.management.modelmbean +javax.management.monitor +javax.management.openmbean +javax.management.relation +javax.management.remote +javax.management.remote.rmi +javax.management.timer +javax.naming +javax.naming.directory +javax.naming.event +javax.naming.ldap +javax.naming.spi +javax.net +javax.net.ssl +javax.print +javax.print.attribute +javax.print.attribute.standard +javax.print.event +javax.rmi +javax.rmi.CORBA +javax.rmi.ssl +javax.script +javax.security.auth +javax.security.auth.callback +javax.security.auth.kerberos +javax.security.auth.login +javax.security.auth.spi +javax.security.auth.x500 +javax.security.cert +javax.security.sasl +javax.sound.midi +javax.sound.midi.spi +javax.sound.sampled +javax.sound.sampled.spi +javax.sql +javax.sql.rowset +javax.sql.rowset.serial +javax.sql.rowset.spi +javax.swing +javax.swing.border +javax.swing.colorchooser +javax.swing.event +javax.swing.filechooser +javax.swing.plaf +javax.swing.plaf.basic +javax.swing.plaf.metal +javax.swing.plaf.multi +javax.swing.plaf.nimbus +javax.swing.plaf.synth +javax.swing.table +javax.swing.text +javax.swing.text.html +javax.swing.text.html.parser +javax.swing.text.rtf +javax.swing.tree +javax.swing.undo +javax.tools +javax.transaction +javax.transaction.xa +javax.xml +javax.xml.bind +javax.xml.bind.annotation +javax.xml.bind.annotation.adapters +javax.xml.bind.attachment +javax.xml.bind.helpers +javax.xml.bind.util +javax.xml.crypto +javax.xml.crypto.dom +javax.xml.crypto.dsig +javax.xml.crypto.dsig.dom +javax.xml.crypto.dsig.keyinfo +javax.xml.crypto.dsig.spec +javax.xml.datatype +javax.xml.namespace +javax.xml.parsers +javax.xml.soap +javax.xml.stream +javax.xml.stream.events +javax.xml.stream.util +javax.xml.transform +javax.xml.transform.dom +javax.xml.transform.sax +javax.xml.transform.stax +javax.xml.transform.stream +javax.xml.validation +javax.xml.ws +javax.xml.ws.handler +javax.xml.ws.handler.soap +javax.xml.ws.http +javax.xml.ws.soap +javax.xml.ws.spi +javax.xml.ws.spi.http +javax.xml.ws.wsaddressing +javax.xml.xpath +org.ietf.jgss +org.omg.CORBA +org.omg.CORBA.DynAnyPackage +org.omg.CORBA.ORBPackage +org.omg.CORBA.TypeCodePackage +org.omg.CORBA.portable +org.omg.CORBA_2_3 +org.omg.CORBA_2_3.portable +org.omg.CosNaming +org.omg.CosNaming.NamingContextExtPackage +org.omg.CosNaming.NamingContextPackage +org.omg.Dynamic +org.omg.DynamicAny +org.omg.DynamicAny.DynAnyFactoryPackage +org.omg.DynamicAny.DynAnyPackage +org.omg.IOP +org.omg.IOP.CodecFactoryPackage +org.omg.IOP.CodecPackage +org.omg.Messaging +org.omg.PortableInterceptor +org.omg.PortableInterceptor.ORBInitInfoPackage +org.omg.PortableServer +org.omg.PortableServer.CurrentPackage +org.omg.PortableServer.POAManagerPackage +org.omg.PortableServer.POAPackage +org.omg.PortableServer.ServantLocatorPackage +org.omg.PortableServer.portable +org.omg.SendingContext +org.omg.stub.java.rmi +org.w3c.dom +org.w3c.dom.bootstrap +org.w3c.dom.events +org.w3c.dom.ls +org.xml.sax +org.xml.sax.ext +org.xml.sax.helpers diff --git a/spring-cloud-consul-binder/target/maven-archiver/pom.properties b/spring-cloud-consul-binder/target/maven-archiver/pom.properties new file mode 100644 index 00000000..d685c3ea --- /dev/null +++ b/spring-cloud-consul-binder/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:36 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-consul-binder diff --git a/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 00000000..002193ca --- /dev/null +++ b/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,8 @@ +org/springframework/cloud/consul/binder/ConsulInboundMessageProducer$1.class +org/springframework/cloud/consul/binder/ConsulBinder.class +META-INF/spring-configuration-metadata.json +org/springframework/cloud/consul/binder/EventService.class +org/springframework/cloud/consul/binder/config/ConsulBinderProperties.class +org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.class +org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.class +org/springframework/cloud/consul/binder/ConsulSendingHandler.class diff --git a/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 00000000..28a2a8c7 --- /dev/null +++ b/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,6 @@ +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/main/java/org/springframework/cloud/consul/binder/ConsulInboundMessageProducer.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/main/java/org/springframework/cloud/consul/binder/EventService.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/main/java/org/springframework/cloud/consul/binder/config/ConsulBinderConfiguration.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/main/java/org/springframework/cloud/consul/binder/ConsulSendingHandler.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/main/java/org/springframework/cloud/consul/binder/config/ConsulBinderProperties.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/main/java/org/springframework/cloud/consul/binder/ConsulBinder.java diff --git a/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 00000000..98a0eb4c --- /dev/null +++ b/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1,10 @@ +org/springframework/cloud/consul/binder/test/producer/TestProducer$StubPartitionSelectorStrategy.class +org/springframework/cloud/consul/binder/ConsulBinderTests$ClasspathDeployer.class +org/springframework/cloud/consul/binder/ConsulBinderTests.class +org/springframework/cloud/consul/binder/ConsulBinderApplicationTests.class +org/springframework/cloud/consul/binder/test/consumer/TestConsumer$1.class +org/springframework/cloud/consul/binder/test/producer/TestProducer.class +org/springframework/cloud/consul/binder/ConsulBinderApplicationTests$Application.class +org/springframework/cloud/consul/binder/ConsulBinderApplicationTests$Events.class +org/springframework/cloud/consul/binder/ConsulBinderTests$AppId.class +org/springframework/cloud/consul/binder/test/consumer/TestConsumer.class diff --git a/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 00000000..e454019a --- /dev/null +++ b/spring-cloud-consul-binder/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1,4 @@ +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/test/java/org/springframework/cloud/consul/binder/ConsulBinderTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/test/java/org/springframework/cloud/consul/binder/test/producer/TestProducer.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/test/java/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-binder/src/test/java/org/springframework/cloud/consul/binder/test/consumer/TestConsumer.java diff --git a/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT-javadoc.jar b/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT-javadoc.jar new file mode 100644 index 00000000..ef0b23d0 Binary files /dev/null and b/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT-javadoc.jar differ diff --git a/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..805d2f1d Binary files /dev/null and b/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..de64ca52 Binary files /dev/null and b/spring-cloud-consul-binder/target/spring-cloud-consul-binder-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-consul-binder/target/test-classes/application.yml b/spring-cloud-consul-binder/target/test-classes/application.yml new file mode 100644 index 00000000..65f59855 --- /dev/null +++ b/spring-cloud-consul-binder/target/test-classes/application.yml @@ -0,0 +1,10 @@ +spring: + cloud: + stream: + binders: + purchases: + type: consul + consul: + binder: +# host: localhost +# port: 18500 diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests$Application.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests$Application.class new file mode 100644 index 00000000..4becd4c2 Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests$Application.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests$Events.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests$Events.class new file mode 100644 index 00000000..8514aeb2 Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests$Events.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests.class new file mode 100644 index 00000000..80d0e05c Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderApplicationTests.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests$AppId.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests$AppId.class new file mode 100644 index 00000000..1c15e0df Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests$AppId.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests$ClasspathDeployer.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests$ClasspathDeployer.class new file mode 100644 index 00000000..fc4641fa Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests$ClasspathDeployer.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests.class new file mode 100644 index 00000000..a63d2342 Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/ConsulBinderTests.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/consumer/TestConsumer$1.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/consumer/TestConsumer$1.class new file mode 100644 index 00000000..bae4ccad Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/consumer/TestConsumer$1.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/consumer/TestConsumer.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/consumer/TestConsumer.class new file mode 100644 index 00000000..ab167966 Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/consumer/TestConsumer.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/producer/TestProducer$StubPartitionSelectorStrategy.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/producer/TestProducer$StubPartitionSelectorStrategy.class new file mode 100644 index 00000000..e2ae4ce0 Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/producer/TestProducer$StubPartitionSelectorStrategy.class differ diff --git a/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/producer/TestProducer.class b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/producer/TestProducer.class new file mode 100644 index 00000000..31855101 Binary files /dev/null and b/spring-cloud-consul-binder/target/test-classes/org/springframework/cloud/consul/binder/test/producer/TestProducer.class differ diff --git a/spring-cloud-consul-config/target/apidocs/allclasses-frame.html b/spring-cloud-consul-config/target/apidocs/allclasses-frame.html new file mode 100644 index 00000000..4a9b01b1 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/allclasses-frame.html @@ -0,0 +1,29 @@ + + + + + + +All Classes (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/spring-cloud-consul-config/target/apidocs/allclasses-noframe.html b/spring-cloud-consul-config/target/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..20efe1d8 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/allclasses-noframe.html @@ -0,0 +1,29 @@ + + + + + + +All Classes (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/spring-cloud-consul-config/target/apidocs/constant-values.html b/spring-cloud-consul-config/target/apidocs/constant-values.html new file mode 100644 index 00000000..202063ff --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/constant-values.html @@ -0,0 +1,124 @@ + + + + + + +Constant Field Values (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/deprecated-list.html b/spring-cloud-consul-config/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..da85ec75 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/deprecated-list.html @@ -0,0 +1,148 @@ + + + + + + +Deprecated List (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/help-doc.html b/spring-cloud-consul-config/target/apidocs/help-doc.html new file mode 100644 index 00000000..79f98e82 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/index-all.html b/spring-cloud-consul-config/target/apidocs/index-all.html new file mode 100644 index 00000000..57fa286a --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/index-all.html @@ -0,0 +1,290 @@ + + + + + + +Index (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
C G I L O P S V W  + + +

C

+
+
close() - Method in class org.springframework.cloud.consul.config.ConfigWatch
+
 
+
ConfigWatch - Class in org.springframework.cloud.consul.config
+
 
+
ConfigWatch(ConsulConfigProperties, List<String>, ConsulClient) - Constructor for class org.springframework.cloud.consul.config.ConfigWatch
+
 
+
configWatch(ConsulConfigProperties, ConsulPropertySourceLocator, ConsulClient) - Method in class org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration.ConsulRefreshConfiguration
+
 
+
ConsulConfigAutoConfiguration - Class in org.springframework.cloud.consul.config
+
 
+
ConsulConfigAutoConfiguration() - Constructor for class org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration
+
 
+
ConsulConfigAutoConfiguration.ConsulRefreshConfiguration - Class in org.springframework.cloud.consul.config
+
 
+
ConsulConfigBootstrapConfiguration - Class in org.springframework.cloud.consul.config
+
 
+
ConsulConfigBootstrapConfiguration() - Constructor for class org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration
+
 
+
ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration - Class in org.springframework.cloud.consul.config
+
 
+
consulConfigProperties() - Method in class org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration
+
 
+
ConsulConfigProperties - Class in org.springframework.cloud.consul.config
+
 
+
ConsulConfigProperties() - Constructor for class org.springframework.cloud.consul.config.ConsulConfigProperties
+
 
+
ConsulConfigProperties.Format - Enum in org.springframework.cloud.consul.config
+
+
There are many ways in which we can specify configuration in consul i.e., + + + + Nested key value style: Where value is either a constant or part of the key (nested).
+
+
ConsulConfigProperties.Watch - Class in org.springframework.cloud.consul.config
+
 
+
ConsulFilesPropertySource - Class in org.springframework.cloud.consul.config
+
 
+
ConsulFilesPropertySource(String, ConsulClient, ConsulConfigProperties) - Constructor for class org.springframework.cloud.consul.config.ConsulFilesPropertySource
+
 
+
ConsulPropertySource - Class in org.springframework.cloud.consul.config
+
 
+
ConsulPropertySource(String, ConsulClient, ConsulConfigProperties) - Constructor for class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
ConsulPropertySourceConfiguration() - Constructor for class org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration
+
 
+
consulPropertySourceLocator(ConsulConfigProperties) - Method in class org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration
+
 
+
ConsulPropertySourceLocator - Class in org.springframework.cloud.consul.config
+
 
+
ConsulPropertySourceLocator(ConsulClient, ConsulConfigProperties) - Constructor for class org.springframework.cloud.consul.config.ConsulPropertySourceLocator
+
 
+
ConsulRefreshConfiguration() - Constructor for class org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration.ConsulRefreshConfiguration
+
 
+
+ + + +

G

+
+
generateProperties(String, ConsulConfigProperties.Format) - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
getConfigProperties() - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
getContext() - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
getContexts() - Method in class org.springframework.cloud.consul.config.ConsulPropertySourceLocator
+
 
+
getDecoded(String) - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
+
Deprecated. +
As of 1.1.0 use GetValue.getDecodedValue().
+
+
+
getProperties() - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
getProperty(String) - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
getPropertyNames() - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
+ + + +

I

+
+
init() - Method in class org.springframework.cloud.consul.config.ConsulConfigProperties
+
 
+
init() - Method in class org.springframework.cloud.consul.config.ConsulFilesPropertySource
+
 
+
init(GetValue) - Method in class org.springframework.cloud.consul.config.ConsulFilesPropertySource
+
 
+
init() - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
+ + + +

L

+
+
locate(Environment) - Method in class org.springframework.cloud.consul.config.ConsulPropertySourceLocator
+
 
+
+ + + +

O

+
+
org.springframework.cloud.consul.config - package org.springframework.cloud.consul.config
+
 
+
+ + + +

P

+
+
parsePropertiesInKeyValueFormat(List<GetValue>) - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
+
Parses the properties in key value style i.e., values are expected to be either a + sub key or a constant
+
+
parsePropertiesWithNonKeyValueFormat(List<GetValue>, ConsulConfigProperties.Format) - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
+
Parses the properties using the format which is not a key value style i.e., either + java properties style or YAML style
+
+
parseValue(GetValue, ConsulConfigProperties.Format) - Method in class org.springframework.cloud.consul.config.ConsulPropertySource
+
 
+
+ + + +

S

+
+
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.consul.config.ConfigWatch
+
 
+
start() - Method in class org.springframework.cloud.consul.config.ConfigWatch
+
 
+
+ + + +

V

+
+
valueOf(String) - Static method in enum org.springframework.cloud.consul.config.ConsulConfigProperties.Format
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum org.springframework.cloud.consul.config.ConsulConfigProperties.Format
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+ + + +

W

+
+
Watch() - Constructor for class org.springframework.cloud.consul.config.ConsulConfigProperties.Watch
+
 
+
watchConfigKeyValues() - Method in class org.springframework.cloud.consul.config.ConfigWatch
+
 
+
+C G I L O P S V W 
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/index.html b/spring-cloud-consul-config/target/apidocs/index.html new file mode 100644 index 00000000..551a9fb7 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/springframework/cloud/consul/config/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConfigWatch.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConfigWatch.html new file mode 100644 index 00000000..30cfcc33 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConfigWatch.html @@ -0,0 +1,335 @@ + + + + + + +ConfigWatch (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConfigWatch

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html new file mode 100644 index 00000000..bb432819 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html @@ -0,0 +1,286 @@ + + + + + + +ConsulConfigAutoConfiguration.ConsulRefreshConfiguration (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulConfigAutoConfiguration.ConsulRefreshConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.html new file mode 100644 index 00000000..e73536ed --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.html @@ -0,0 +1,263 @@ + + + + + + +ConsulConfigAutoConfiguration (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulConfigAutoConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html new file mode 100644 index 00000000..812b82f0 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html @@ -0,0 +1,297 @@ + + + + + + +ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.html new file mode 100644 index 00000000..509002d5 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.html @@ -0,0 +1,261 @@ + + + + + + +ConsulConfigBootstrapConfiguration (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulConfigBootstrapConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Format.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Format.html new file mode 100644 index 00000000..0ee520c5 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Format.html @@ -0,0 +1,410 @@ + + + + + + +ConsulConfigProperties.Format (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Enum ConsulConfigProperties.Format

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Watch.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Watch.html new file mode 100644 index 00000000..c5964f37 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.Watch.html @@ -0,0 +1,241 @@ + + + + + + +ConsulConfigProperties.Watch (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulConfigProperties.Watch

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.html new file mode 100644 index 00000000..072fc58a --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulConfigProperties.html @@ -0,0 +1,306 @@ + + + + + + +ConsulConfigProperties (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulConfigProperties

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulFilesPropertySource.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulFilesPropertySource.html new file mode 100644 index 00000000..fe144d69 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulFilesPropertySource.html @@ -0,0 +1,362 @@ + + + + + + +ConsulFilesPropertySource (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulFilesPropertySource

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySource.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySource.html new file mode 100644 index 00000000..7f39cb7e --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySource.html @@ -0,0 +1,505 @@ + + + + + + +ConsulPropertySource (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulPropertySource

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.html new file mode 100644 index 00000000..977fd754 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.html @@ -0,0 +1,301 @@ + + + + + + +ConsulPropertySourceLocator (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.config
+

Class ConsulPropertySourceLocator

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConfigWatch.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConfigWatch.html new file mode 100644 index 00000000..f064ed04 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConfigWatch.html @@ -0,0 +1,151 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConfigWatch (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConfigWatch

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html new file mode 100644 index 00000000..29f95404 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.ConsulRefreshConfiguration.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration.ConsulRefreshConfiguration (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration.ConsulRefreshConfiguration

+
+
No usage of org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration.ConsulRefreshConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.html new file mode 100644 index 00000000..d9240f73 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigAutoConfiguration.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration

+
+
No usage of org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html new file mode 100644 index 00000000..0f96b403 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration

+
+
No usage of org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration.ConsulPropertySourceConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.html new file mode 100644 index 00000000..95bcb941 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigBootstrapConfiguration.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration

+
+
No usage of org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Format.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Format.html new file mode 100644 index 00000000..6ece98dd --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Format.html @@ -0,0 +1,185 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulConfigProperties.Format (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulConfigProperties.Format

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Watch.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Watch.html new file mode 100644 index 00000000..5055faac --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.Watch.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulConfigProperties.Watch (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulConfigProperties.Watch

+
+
No usage of org.springframework.cloud.consul.config.ConsulConfigProperties.Watch
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.html new file mode 100644 index 00000000..1b7427da --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulConfigProperties.html @@ -0,0 +1,199 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulConfigProperties (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulConfigProperties

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulFilesPropertySource.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulFilesPropertySource.html new file mode 100644 index 00000000..9f314e27 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulFilesPropertySource.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulFilesPropertySource (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulFilesPropertySource

+
+
No usage of org.springframework.cloud.consul.config.ConsulFilesPropertySource
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySource.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySource.html new file mode 100644 index 00000000..efc2c5d8 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySource.html @@ -0,0 +1,149 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulPropertySource (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulPropertySource

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySourceLocator.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySourceLocator.html new file mode 100644 index 00000000..fb5b1843 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/class-use/ConsulPropertySourceLocator.html @@ -0,0 +1,164 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.config.ConsulPropertySourceLocator (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.config.ConsulPropertySourceLocator

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-frame.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-frame.html new file mode 100644 index 00000000..875136fa --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-frame.html @@ -0,0 +1,33 @@ + + + + + + +org.springframework.cloud.consul.config (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul.config

+
+

Classes

+ +

Enums

+ +
+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-summary.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-summary.html new file mode 100644 index 00000000..0f95b6b7 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-summary.html @@ -0,0 +1,195 @@ + + + + + + +org.springframework.cloud.consul.config (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.springframework.cloud.consul.config

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-tree.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-tree.html new file mode 100644 index 00000000..dd63c980 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +org.springframework.cloud.consul.config Class Hierarchy (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.springframework.cloud.consul.config

+
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-use.html b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-use.html new file mode 100644 index 00000000..0f6d92d9 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/org/springframework/cloud/consul/config/package-use.html @@ -0,0 +1,160 @@ + + + + + + +Uses of Package org.springframework.cloud.consul.config (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.springframework.cloud.consul.config

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/overview-tree.html b/spring-cloud-consul-config/target/apidocs/overview-tree.html new file mode 100644 index 00000000..77d17553 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/overview-tree.html @@ -0,0 +1,169 @@ + + + + + + +Class Hierarchy (Spring Cloud Consul Config 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-config/target/apidocs/package-list b/spring-cloud-consul-config/target/apidocs/package-list new file mode 100644 index 00000000..fa4febf2 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/package-list @@ -0,0 +1 @@ +org.springframework.cloud.consul.config diff --git a/spring-cloud-consul-config/target/apidocs/script.js b/spring-cloud-consul-config/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-config/target/apidocs/stylesheet.css b/spring-cloud-consul-config/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-config/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-config/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-config/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..b8e586e2 --- /dev/null +++ b/spring-cloud-consul-config/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,86 @@ +{ + "groups": [ + { + "name": "spring.cloud.consul.config", + "type": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties" + }, + { + "name": "spring.cloud.consul.config.watch", + "type": "org.springframework.cloud.consul.config.ConsulConfigProperties$Watch", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties" + } + ], + "properties": [ + { + "name": "spring.cloud.consul.config.acl-token", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties" + }, + { + "name": "spring.cloud.consul.config.data-key", + "type": "java.lang.String", + "description": "If format is Format.PROPERTIES or Format.YAML\n then the following field is used as key to look up consul for configuration.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": "data" + }, + { + "name": "spring.cloud.consul.config.default-context", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": "application" + }, + { + "name": "spring.cloud.consul.config.enabled", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.config.fail-fast", + "type": "java.lang.Boolean", + "description": "Throw exceptions during config lookup if true, otherwise, log warnings.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.config.format", + "type": "org.springframework.cloud.consul.config.ConsulConfigProperties$Format", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties" + }, + { + "name": "spring.cloud.consul.config.prefix", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": "config" + }, + { + "name": "spring.cloud.consul.config.profile-separator", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties", + "defaultValue": "," + }, + { + "name": "spring.cloud.consul.config.watch.delay", + "type": "java.lang.Integer", + "description": "The value of the fixed delay for the watch in millis. Defaults to 1000.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties$Watch", + "defaultValue": 1000 + }, + { + "name": "spring.cloud.consul.config.watch.enabled", + "type": "java.lang.Boolean", + "description": "If the watch is enabled. Defaults to true.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties$Watch", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.config.watch.wait-time", + "type": "java.lang.Integer", + "description": "The number of seconds to wait (or block) for watch query. Defaults to 60.", + "sourceType": "org.springframework.cloud.consul.config.ConsulConfigProperties$Watch", + "defaultValue": 60 + } + ], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-config/target/classes/META-INF/spring.factories b/spring-cloud-consul-config/target/classes/META-INF/spring.factories new file mode 100644 index 00000000..d1699b34 --- /dev/null +++ b/spring-cloud-consul-config/target/classes/META-INF/spring.factories @@ -0,0 +1,7 @@ +# Auto Configuration +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +org.springframework.cloud.consul.config.ConsulConfigAutoConfiguration + +# Bootstrap Configuration +org.springframework.cloud.bootstrap.BootstrapConfiguration=\ +org.springframework.cloud.consul.config.ConsulConfigBootstrapConfiguration diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch$RefreshEventData.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch$RefreshEventData.class new file mode 100644 index 00000000..21ce64a8 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch$RefreshEventData.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch.class new file mode 100644 index 00000000..d75721cd Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConfigWatch.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration$ConsulRefreshConfiguration.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration$ConsulRefreshConfiguration.class new file mode 100644 index 00000000..f58cc78b Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration$ConsulRefreshConfiguration.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.class new file mode 100644 index 00000000..49a16e90 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration$ConsulPropertySourceConfiguration.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration$ConsulPropertySourceConfiguration.class new file mode 100644 index 00000000..0d489236 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration$ConsulPropertySourceConfiguration.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.class new file mode 100644 index 00000000..e6738dde Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Format.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Format.class new file mode 100644 index 00000000..14a03eee Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Format.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Watch.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Watch.class new file mode 100644 index 00000000..472f7c79 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties$Watch.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties.class new file mode 100644 index 00000000..fc040659 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulConfigProperties.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulFilesPropertySource.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulFilesPropertySource.class new file mode 100644 index 00000000..80d29594 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulFilesPropertySource.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource$1.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource$1.class new file mode 100644 index 00000000..fe026e4e Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource$1.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource.class new file mode 100644 index 00000000..e6a03255 Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySource.class differ diff --git a/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.class b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.class new file mode 100644 index 00000000..6c0973fb Binary files /dev/null and b/spring-cloud-consul-config/target/classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.class differ diff --git a/spring-cloud-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-consul-config/target/javadoc-bundle-options/package-list b/spring-cloud-consul-config/target/javadoc-bundle-options/package-list new file mode 100644 index 00000000..b52fe94b --- /dev/null +++ b/spring-cloud-consul-config/target/javadoc-bundle-options/package-list @@ -0,0 +1,209 @@ +java.applet +java.awt +java.awt.color +java.awt.datatransfer +java.awt.dnd +java.awt.event +java.awt.font +java.awt.geom +java.awt.im +java.awt.im.spi +java.awt.image +java.awt.image.renderable +java.awt.print +java.beans +java.beans.beancontext +java.io +java.lang +java.lang.annotation +java.lang.instrument +java.lang.invoke +java.lang.management +java.lang.ref +java.lang.reflect +java.math +java.net +java.nio +java.nio.channels +java.nio.channels.spi +java.nio.charset +java.nio.charset.spi +java.nio.file +java.nio.file.attribute +java.nio.file.spi +java.rmi +java.rmi.activation +java.rmi.dgc +java.rmi.registry +java.rmi.server +java.security +java.security.acl +java.security.cert +java.security.interfaces +java.security.spec +java.sql +java.text +java.text.spi +java.util +java.util.concurrent +java.util.concurrent.atomic +java.util.concurrent.locks +java.util.jar +java.util.logging +java.util.prefs +java.util.regex +java.util.spi +java.util.zip +javax.accessibility +javax.activation +javax.activity +javax.annotation +javax.annotation.processing +javax.crypto +javax.crypto.interfaces +javax.crypto.spec +javax.imageio +javax.imageio.event +javax.imageio.metadata +javax.imageio.plugins.bmp +javax.imageio.plugins.jpeg +javax.imageio.spi +javax.imageio.stream +javax.jws +javax.jws.soap +javax.lang.model +javax.lang.model.element +javax.lang.model.type +javax.lang.model.util +javax.management +javax.management.loading +javax.management.modelmbean +javax.management.monitor +javax.management.openmbean +javax.management.relation +javax.management.remote +javax.management.remote.rmi +javax.management.timer +javax.naming +javax.naming.directory +javax.naming.event +javax.naming.ldap +javax.naming.spi +javax.net +javax.net.ssl +javax.print +javax.print.attribute +javax.print.attribute.standard +javax.print.event +javax.rmi +javax.rmi.CORBA +javax.rmi.ssl +javax.script +javax.security.auth +javax.security.auth.callback +javax.security.auth.kerberos +javax.security.auth.login +javax.security.auth.spi +javax.security.auth.x500 +javax.security.cert +javax.security.sasl +javax.sound.midi +javax.sound.midi.spi +javax.sound.sampled +javax.sound.sampled.spi +javax.sql +javax.sql.rowset +javax.sql.rowset.serial +javax.sql.rowset.spi +javax.swing +javax.swing.border +javax.swing.colorchooser +javax.swing.event +javax.swing.filechooser +javax.swing.plaf +javax.swing.plaf.basic +javax.swing.plaf.metal +javax.swing.plaf.multi +javax.swing.plaf.nimbus +javax.swing.plaf.synth +javax.swing.table +javax.swing.text +javax.swing.text.html +javax.swing.text.html.parser +javax.swing.text.rtf +javax.swing.tree +javax.swing.undo +javax.tools +javax.transaction +javax.transaction.xa +javax.xml +javax.xml.bind +javax.xml.bind.annotation +javax.xml.bind.annotation.adapters +javax.xml.bind.attachment +javax.xml.bind.helpers +javax.xml.bind.util +javax.xml.crypto +javax.xml.crypto.dom +javax.xml.crypto.dsig +javax.xml.crypto.dsig.dom +javax.xml.crypto.dsig.keyinfo +javax.xml.crypto.dsig.spec +javax.xml.datatype +javax.xml.namespace +javax.xml.parsers +javax.xml.soap +javax.xml.stream +javax.xml.stream.events +javax.xml.stream.util +javax.xml.transform +javax.xml.transform.dom +javax.xml.transform.sax +javax.xml.transform.stax +javax.xml.transform.stream +javax.xml.validation +javax.xml.ws +javax.xml.ws.handler +javax.xml.ws.handler.soap +javax.xml.ws.http +javax.xml.ws.soap +javax.xml.ws.spi +javax.xml.ws.spi.http +javax.xml.ws.wsaddressing +javax.xml.xpath +org.ietf.jgss +org.omg.CORBA +org.omg.CORBA.DynAnyPackage +org.omg.CORBA.ORBPackage +org.omg.CORBA.TypeCodePackage +org.omg.CORBA.portable +org.omg.CORBA_2_3 +org.omg.CORBA_2_3.portable +org.omg.CosNaming +org.omg.CosNaming.NamingContextExtPackage +org.omg.CosNaming.NamingContextPackage +org.omg.Dynamic +org.omg.DynamicAny +org.omg.DynamicAny.DynAnyFactoryPackage +org.omg.DynamicAny.DynAnyPackage +org.omg.IOP +org.omg.IOP.CodecFactoryPackage +org.omg.IOP.CodecPackage +org.omg.Messaging +org.omg.PortableInterceptor +org.omg.PortableInterceptor.ORBInitInfoPackage +org.omg.PortableServer +org.omg.PortableServer.CurrentPackage +org.omg.PortableServer.POAManagerPackage +org.omg.PortableServer.POAPackage +org.omg.PortableServer.ServantLocatorPackage +org.omg.PortableServer.portable +org.omg.SendingContext +org.omg.stub.java.rmi +org.w3c.dom +org.w3c.dom.bootstrap +org.w3c.dom.events +org.w3c.dom.ls +org.xml.sax +org.xml.sax.ext +org.xml.sax.helpers diff --git a/spring-cloud-consul-config/target/maven-archiver/pom.properties b/spring-cloud-consul-config/target/maven-archiver/pom.properties new file mode 100644 index 00000000..85d6612c --- /dev/null +++ b/spring-cloud-consul-config/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:23 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-consul-config diff --git a/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 00000000..370e5ad4 --- /dev/null +++ b/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,14 @@ +META-INF/spring-configuration-metadata.json +org/springframework/cloud/consul/config/ConsulFilesPropertySource.class +org/springframework/cloud/consul/config/ConsulConfigProperties.class +org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration$ConsulRefreshConfiguration.class +org/springframework/cloud/consul/config/ConsulConfigProperties$Format.class +org/springframework/cloud/consul/config/ConfigWatch$RefreshEventData.class +org/springframework/cloud/consul/config/ConfigWatch.class +org/springframework/cloud/consul/config/ConsulPropertySource$1.class +org/springframework/cloud/consul/config/ConsulConfigProperties$Watch.class +org/springframework/cloud/consul/config/ConsulPropertySourceLocator.class +org/springframework/cloud/consul/config/ConsulPropertySource.class +org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.class +org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.class +org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration$ConsulPropertySourceConfiguration.class diff --git a/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 00000000..00842b3c --- /dev/null +++ b/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,7 @@ +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulPropertySource.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocator.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulConfigProperties.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulFilesPropertySource.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConfigWatch.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulConfigAutoConfiguration.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/main/java/org/springframework/cloud/consul/config/ConsulConfigBootstrapConfiguration.java diff --git a/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 00000000..aee03f9f --- /dev/null +++ b/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1,8 @@ +org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests$Config.class +org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests.class +org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests$TestRefreshEndpoint.class +org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests$Config.class +org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests$Config.class +org/springframework/cloud/consul/config/ConsulPropertySourceTests.class +org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests.class +org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests.class diff --git a/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 00000000..5624e7a5 --- /dev/null +++ b/spring-cloud-consul-config/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1,4 @@ +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-config/src/test/java/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests.java diff --git a/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT-javadoc.jar b/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT-javadoc.jar new file mode 100644 index 00000000..c1296e3e Binary files /dev/null and b/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT-javadoc.jar differ diff --git a/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..1971c615 Binary files /dev/null and b/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..09e57c7c Binary files /dev/null and b/spring-cloud-consul-config/target/spring-cloud-consul-config-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests$Config.class b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests$Config.class new file mode 100644 index 00000000..0a8d19af Binary files /dev/null and b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests$Config.class differ diff --git a/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests.class b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests.class new file mode 100644 index 00000000..fbf8107f Binary files /dev/null and b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFailFastTests.class differ diff --git a/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests$Config.class b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests$Config.class new file mode 100644 index 00000000..4ed82ecd Binary files /dev/null and b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests$Config.class differ diff --git a/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests.class b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests.class new file mode 100644 index 00000000..64c191fb Binary files /dev/null and b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorFilesTests.class differ diff --git a/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests$Config.class b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests$Config.class new file mode 100644 index 00000000..e6d98206 Binary files /dev/null and b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests$Config.class differ diff --git a/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests$TestRefreshEndpoint.class b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests$TestRefreshEndpoint.class new file mode 100644 index 00000000..3188e8f0 Binary files /dev/null and b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests$TestRefreshEndpoint.class differ diff --git a/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests.class b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests.class new file mode 100644 index 00000000..eeccbcc6 Binary files /dev/null and b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceLocatorTests.class differ diff --git a/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceTests.class b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceTests.class new file mode 100644 index 00000000..c3004dd7 Binary files /dev/null and b/spring-cloud-consul-config/target/test-classes/org/springframework/cloud/consul/config/ConsulPropertySourceTests.class differ diff --git a/spring-cloud-consul-core/target/apidocs/allclasses-frame.html b/spring-cloud-consul-core/target/apidocs/allclasses-frame.html new file mode 100644 index 00000000..3d20519f --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/allclasses-frame.html @@ -0,0 +1,30 @@ + + + + + + +All Classes (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/spring-cloud-consul-core/target/apidocs/allclasses-noframe.html b/spring-cloud-consul-core/target/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..94f1a523 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/allclasses-noframe.html @@ -0,0 +1,30 @@ + + + + + + +All Classes (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/spring-cloud-consul-core/target/apidocs/constant-values.html b/spring-cloud-consul-core/target/apidocs/constant-values.html new file mode 100644 index 00000000..c083e57f --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/constant-values.html @@ -0,0 +1,126 @@ + + + + + + +Constant Field Values (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/deprecated-list.html b/spring-cloud-consul-core/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..15ac6126 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/deprecated-list.html @@ -0,0 +1,126 @@ + + + + + + +Deprecated List (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/help-doc.html b/spring-cloud-consul-core/target/apidocs/help-doc.html new file mode 100644 index 00000000..f3bcf412 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/index-all.html b/spring-cloud-consul-core/target/apidocs/index-all.html new file mode 100644 index 00000000..ae14b505 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/index-all.html @@ -0,0 +1,242 @@ + + + + + + +Index (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
C D G I O R S V  + + +

C

+
+
ConditionalOnConsulEnabled - Annotation Type in org.springframework.cloud.consul
+
 
+
ConditionalOnConsulEnabled.OnConsulEnabledCondition - Class in org.springframework.cloud.consul
+
 
+
ConsulAutoConfiguration - Class in org.springframework.cloud.consul
+
 
+
ConsulAutoConfiguration() - Constructor for class org.springframework.cloud.consul.ConsulAutoConfiguration
+
 
+
ConsulAutoConfiguration.ConsulHealthConfig - Class in org.springframework.cloud.consul
+
 
+
ConsulAutoConfiguration.RetryConfiguration - Class in org.springframework.cloud.consul
+
 
+
consulClient(ConsulProperties) - Method in class org.springframework.cloud.consul.ConsulAutoConfiguration
+
 
+
ConsulData() - Constructor for class org.springframework.cloud.consul.ConsulEndpoint.ConsulData
+
 
+
consulEndpoint(ConsulClient) - Method in class org.springframework.cloud.consul.ConsulAutoConfiguration.ConsulHealthConfig
+
 
+
ConsulEndpoint - Class in org.springframework.cloud.consul
+
 
+
ConsulEndpoint(ConsulClient) - Constructor for class org.springframework.cloud.consul.ConsulEndpoint
+
 
+
ConsulEndpoint.ConsulData - Class in org.springframework.cloud.consul
+
 
+
ConsulHealthConfig() - Constructor for class org.springframework.cloud.consul.ConsulAutoConfiguration.ConsulHealthConfig
+
 
+
consulHealthIndicator(ConsulClient) - Method in class org.springframework.cloud.consul.ConsulAutoConfiguration.ConsulHealthConfig
+
 
+
ConsulHealthIndicator - Class in org.springframework.cloud.consul
+
 
+
ConsulHealthIndicator(ConsulClient) - Constructor for class org.springframework.cloud.consul.ConsulHealthIndicator
+
 
+
consulProperties() - Method in class org.springframework.cloud.consul.ConsulAutoConfiguration
+
 
+
ConsulProperties - Class in org.springframework.cloud.consul
+
 
+
ConsulProperties() - Constructor for class org.springframework.cloud.consul.ConsulProperties
+
 
+
consulRetryInterceptor(RetryProperties) - Method in class org.springframework.cloud.consul.ConsulAutoConfiguration.RetryConfiguration
+
 
+
+ + + +

D

+
+
doHealthCheck(Health.Builder) - Method in class org.springframework.cloud.consul.ConsulHealthIndicator
+
 
+
+ + + +

G

+
+
getCode() - Method in enum org.springframework.cloud.consul.model.SerfStatusEnum
+
 
+
+ + + +

I

+
+
invoke() - Method in class org.springframework.cloud.consul.ConsulEndpoint
+
 
+
+ + + +

O

+
+
OnConsulEnabledCondition() - Constructor for class org.springframework.cloud.consul.ConditionalOnConsulEnabled.OnConsulEnabledCondition
+
 
+
org.springframework.cloud.consul - package org.springframework.cloud.consul
+
 
+
org.springframework.cloud.consul.model - package org.springframework.cloud.consul.model
+
 
+
+ + + +

R

+
+
RetryConfiguration() - Constructor for class org.springframework.cloud.consul.ConsulAutoConfiguration.RetryConfiguration
+
 
+
RetryProperties - Class in org.springframework.cloud.consul
+
 
+
RetryProperties() - Constructor for class org.springframework.cloud.consul.RetryProperties
+
 
+
+ + + +

S

+
+
SerfStatusEnum - Enum in org.springframework.cloud.consul.model
+
+
Gossip pool (serf) statuses.
+
+
+ + + +

V

+
+
valueOf(String) - Static method in enum org.springframework.cloud.consul.model.SerfStatusEnum
+
+
Returns the enum constant of this type with the specified name.
+
+
values() - Static method in enum org.springframework.cloud.consul.model.SerfStatusEnum
+
+
Returns an array containing the constants of this enum type, in +the order they are declared.
+
+
+C D G I O R S V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/index.html b/spring-cloud-consul-core/target/apidocs/index.html new file mode 100644 index 00000000..6d90e37f --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html new file mode 100644 index 00000000..7a05f496 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html @@ -0,0 +1,304 @@ + + + + + + +ConditionalOnConsulEnabled.OnConsulEnabledCondition (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class ConditionalOnConsulEnabled.OnConsulEnabledCondition

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.html new file mode 100644 index 00000000..3c783d78 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConditionalOnConsulEnabled.html @@ -0,0 +1,167 @@ + + + + + + +ConditionalOnConsulEnabled (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Annotation Type ConditionalOnConsulEnabled

+
+
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.ConsulHealthConfig.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.ConsulHealthConfig.html new file mode 100644 index 00000000..af941629 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.ConsulHealthConfig.html @@ -0,0 +1,298 @@ + + + + + + +ConsulAutoConfiguration.ConsulHealthConfig (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class ConsulAutoConfiguration.ConsulHealthConfig

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.RetryConfiguration.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.RetryConfiguration.html new file mode 100644 index 00000000..3802047a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.RetryConfiguration.html @@ -0,0 +1,286 @@ + + + + + + +ConsulAutoConfiguration.RetryConfiguration (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class ConsulAutoConfiguration.RetryConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.html new file mode 100644 index 00000000..b3cbd511 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulAutoConfiguration.html @@ -0,0 +1,319 @@ + + + + + + +ConsulAutoConfiguration (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class ConsulAutoConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.ConsulData.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.ConsulData.html new file mode 100644 index 00000000..6f2847c6 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.ConsulData.html @@ -0,0 +1,243 @@ + + + + + + +ConsulEndpoint.ConsulData (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class ConsulEndpoint.ConsulData

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.html new file mode 100644 index 00000000..981c8b17 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulEndpoint.html @@ -0,0 +1,314 @@ + + + + + + +ConsulEndpoint (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class ConsulEndpoint

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulHealthIndicator.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulHealthIndicator.html new file mode 100644 index 00000000..e58e1f8a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulHealthIndicator.html @@ -0,0 +1,300 @@ + + + + + + +ConsulHealthIndicator (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class ConsulHealthIndicator

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulProperties.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulProperties.html new file mode 100644 index 00000000..84046bdf --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/ConsulProperties.html @@ -0,0 +1,244 @@ + + + + + + +ConsulProperties (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class ConsulProperties

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/RetryProperties.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/RetryProperties.html new file mode 100644 index 00000000..52a2e71a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/RetryProperties.html @@ -0,0 +1,244 @@ + + + + + + +RetryProperties (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul
+

Class RetryProperties

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html new file mode 100644 index 00000000..95d9eaf3 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.OnConsulEnabledCondition.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConditionalOnConsulEnabled.OnConsulEnabledCondition (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConditionalOnConsulEnabled.OnConsulEnabledCondition

+
+
No usage of org.springframework.cloud.consul.ConditionalOnConsulEnabled.OnConsulEnabledCondition
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.html new file mode 100644 index 00000000..9e44698a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConditionalOnConsulEnabled.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConditionalOnConsulEnabled (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConditionalOnConsulEnabled

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.ConsulHealthConfig.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.ConsulHealthConfig.html new file mode 100644 index 00000000..54ff1db3 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.ConsulHealthConfig.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConsulAutoConfiguration.ConsulHealthConfig (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConsulAutoConfiguration.ConsulHealthConfig

+
+
No usage of org.springframework.cloud.consul.ConsulAutoConfiguration.ConsulHealthConfig
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.RetryConfiguration.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.RetryConfiguration.html new file mode 100644 index 00000000..3784a602 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.RetryConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConsulAutoConfiguration.RetryConfiguration (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConsulAutoConfiguration.RetryConfiguration

+
+
No usage of org.springframework.cloud.consul.ConsulAutoConfiguration.RetryConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.html new file mode 100644 index 00000000..97b90d8f --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulAutoConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConsulAutoConfiguration (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConsulAutoConfiguration

+
+
No usage of org.springframework.cloud.consul.ConsulAutoConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.ConsulData.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.ConsulData.html new file mode 100644 index 00000000..eb39132e --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.ConsulData.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConsulEndpoint.ConsulData (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConsulEndpoint.ConsulData

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.html new file mode 100644 index 00000000..defede88 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulEndpoint.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConsulEndpoint (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConsulEndpoint

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulHealthIndicator.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulHealthIndicator.html new file mode 100644 index 00000000..0e5c76d1 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulHealthIndicator.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConsulHealthIndicator (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConsulHealthIndicator

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulProperties.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulProperties.html new file mode 100644 index 00000000..0a4e4f0b --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/ConsulProperties.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.ConsulProperties (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.ConsulProperties

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/RetryProperties.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/RetryProperties.html new file mode 100644 index 00000000..2b72c9b2 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/class-use/RetryProperties.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.RetryProperties (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.RetryProperties

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/SerfStatusEnum.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/SerfStatusEnum.html new file mode 100644 index 00000000..636c5e2d --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/SerfStatusEnum.html @@ -0,0 +1,381 @@ + + + + + + +SerfStatusEnum (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.model
+

Enum SerfStatusEnum

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/class-use/SerfStatusEnum.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/class-use/SerfStatusEnum.html new file mode 100644 index 00000000..4b8e5685 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/class-use/SerfStatusEnum.html @@ -0,0 +1,175 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.model.SerfStatusEnum (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.model.SerfStatusEnum

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-frame.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-frame.html new file mode 100644 index 00000000..b365f08a --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-frame.html @@ -0,0 +1,21 @@ + + + + + + +org.springframework.cloud.consul.model (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul.model

+
+

Enums

+ +
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-summary.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-summary.html new file mode 100644 index 00000000..3c370892 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-summary.html @@ -0,0 +1,146 @@ + + + + + + +org.springframework.cloud.consul.model (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.springframework.cloud.consul.model

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-tree.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-tree.html new file mode 100644 index 00000000..da7393cc --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-tree.html @@ -0,0 +1,143 @@ + + + + + + +org.springframework.cloud.consul.model Class Hierarchy (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.springframework.cloud.consul.model

+Package Hierarchies: + +
+
+

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-use.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-use.html new file mode 100644 index 00000000..4f25d8b8 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/model/package-use.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Package org.springframework.cloud.consul.model (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.springframework.cloud.consul.model

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-frame.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-frame.html new file mode 100644 index 00000000..510782fe --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-frame.html @@ -0,0 +1,33 @@ + + + + + + +org.springframework.cloud.consul (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul

+
+

Classes

+ +

Annotation Types

+ +
+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-summary.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-summary.html new file mode 100644 index 00000000..f134f6cd --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-summary.html @@ -0,0 +1,191 @@ + + + + + + +org.springframework.cloud.consul (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.springframework.cloud.consul

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-tree.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-tree.html new file mode 100644 index 00000000..6cc0e9fd --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-tree.html @@ -0,0 +1,167 @@ + + + + + + +org.springframework.cloud.consul Class Hierarchy (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.springframework.cloud.consul

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Annotation Type Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-use.html b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-use.html new file mode 100644 index 00000000..53934fbf --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/org/springframework/cloud/consul/package-use.html @@ -0,0 +1,174 @@ + + + + + + +Uses of Package org.springframework.cloud.consul (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.springframework.cloud.consul

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/overview-frame.html b/spring-cloud-consul-core/target/apidocs/overview-frame.html new file mode 100644 index 00000000..d6f24365 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/overview-frame.html @@ -0,0 +1,23 @@ + + + + + + +Overview List (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/spring-cloud-consul-core/target/apidocs/overview-summary.html b/spring-cloud-consul-core/target/apidocs/overview-summary.html new file mode 100644 index 00000000..806797e7 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/overview-summary.html @@ -0,0 +1,144 @@ + + + + + + +Overview (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.springframework.cloud.consul 
org.springframework.cloud.consul.model 
+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/overview-tree.html b/spring-cloud-consul-core/target/apidocs/overview-tree.html new file mode 100644 index 00000000..33768d89 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/overview-tree.html @@ -0,0 +1,180 @@ + + + + + + +Class Hierarchy (Spring Cloud Consul Core 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Annotation Type Hierarchy

+ +

Enum Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-core/target/apidocs/package-list b/spring-cloud-consul-core/target/apidocs/package-list new file mode 100644 index 00000000..74b15b45 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/package-list @@ -0,0 +1,2 @@ +org.springframework.cloud.consul +org.springframework.cloud.consul.model diff --git a/spring-cloud-consul-core/target/apidocs/script.js b/spring-cloud-consul-core/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-core/target/apidocs/stylesheet.css b/spring-cloud-consul-core/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-core/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-core/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-core/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..d2b88010 --- /dev/null +++ b/spring-cloud-consul-core/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,86 @@ +{ + "groups": [ + { + "name": "endpoints.consul", + "type": "org.springframework.cloud.consul.ConsulEndpoint", + "sourceType": "org.springframework.cloud.consul.ConsulEndpoint" + }, + { + "name": "spring.cloud.consul", + "type": "org.springframework.cloud.consul.ConsulProperties", + "sourceType": "org.springframework.cloud.consul.ConsulProperties" + }, + { + "name": "spring.cloud.consul.retry", + "type": "org.springframework.cloud.consul.RetryProperties", + "sourceType": "org.springframework.cloud.consul.RetryProperties" + } + ], + "properties": [ + { + "name": "endpoints.consul.enabled", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.ConsulEndpoint" + }, + { + "name": "endpoints.consul.id", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.ConsulEndpoint" + }, + { + "name": "endpoints.consul.sensitive", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.ConsulEndpoint" + }, + { + "name": "spring.cloud.consul.enabled", + "type": "java.lang.Boolean", + "description": "Is spring cloud consul enabled", + "sourceType": "org.springframework.cloud.consul.ConsulProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.host", + "type": "java.lang.String", + "description": "Consul agent hostname. Defaults to 'localhost'.", + "sourceType": "org.springframework.cloud.consul.ConsulProperties", + "defaultValue": "localhost" + }, + { + "name": "spring.cloud.consul.port", + "type": "java.lang.Integer", + "description": "Consul agent port. Defaults to '8500'.", + "sourceType": "org.springframework.cloud.consul.ConsulProperties", + "defaultValue": 8500 + }, + { + "name": "spring.cloud.consul.retry.initial-interval", + "type": "java.lang.Long", + "description": "Initial retry interval in milliseconds.", + "sourceType": "org.springframework.cloud.consul.RetryProperties", + "defaultValue": 1000 + }, + { + "name": "spring.cloud.consul.retry.max-attempts", + "type": "java.lang.Integer", + "description": "Maximum number of attempts.", + "sourceType": "org.springframework.cloud.consul.RetryProperties", + "defaultValue": 6 + }, + { + "name": "spring.cloud.consul.retry.max-interval", + "type": "java.lang.Long", + "description": "Maximum interval for backoff.", + "sourceType": "org.springframework.cloud.consul.RetryProperties", + "defaultValue": 2000 + }, + { + "name": "spring.cloud.consul.retry.multiplier", + "type": "java.lang.Double", + "description": "Multiplier for next interval.", + "sourceType": "org.springframework.cloud.consul.RetryProperties", + "defaultValue": 1.1 + } + ], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-core/target/classes/META-INF/spring.factories b/spring-cloud-consul-core/target/classes/META-INF/spring.factories new file mode 100644 index 00000000..2273bcb2 --- /dev/null +++ b/spring-cloud-consul-core/target/classes/META-INF/spring.factories @@ -0,0 +1,3 @@ +# Auto Configuration +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +org.springframework.cloud.consul.ConsulAutoConfiguration diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundClass.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundClass.class new file mode 100644 index 00000000..a8b0aaff Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundClass.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundProperty.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundProperty.class new file mode 100644 index 00000000..73407b2f Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundProperty.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition.class new file mode 100644 index 00000000..a319c1a6 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled.class new file mode 100644 index 00000000..95643d6c Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConditionalOnConsulEnabled.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$ConsulHealthConfig.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$ConsulHealthConfig.class new file mode 100644 index 00000000..657a38a9 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$ConsulHealthConfig.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$RetryConfiguration.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$RetryConfiguration.class new file mode 100644 index 00000000..32dce9e7 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration$RetryConfiguration.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration.class new file mode 100644 index 00000000..1f0e1bb6 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulAutoConfiguration.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint$ConsulData.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint$ConsulData.class new file mode 100644 index 00000000..2014f64f Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint$ConsulData.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint.class new file mode 100644 index 00000000..0d1f7d8e Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulEndpoint.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulHealthIndicator.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulHealthIndicator.class new file mode 100644 index 00000000..cd588af0 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulHealthIndicator.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulProperties.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulProperties.class new file mode 100644 index 00000000..a55d3039 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/ConsulProperties.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/RetryProperties.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/RetryProperties.class new file mode 100644 index 00000000..1b5a06e0 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/RetryProperties.class differ diff --git a/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/model/SerfStatusEnum.class b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/model/SerfStatusEnum.class new file mode 100644 index 00000000..d2282f62 Binary files /dev/null and b/spring-cloud-consul-core/target/classes/org/springframework/cloud/consul/model/SerfStatusEnum.class differ diff --git a/spring-cloud-consul-core/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-core/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-core/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-consul-core/target/javadoc-bundle-options/package-list b/spring-cloud-consul-core/target/javadoc-bundle-options/package-list new file mode 100644 index 00000000..b52fe94b --- /dev/null +++ b/spring-cloud-consul-core/target/javadoc-bundle-options/package-list @@ -0,0 +1,209 @@ +java.applet +java.awt +java.awt.color +java.awt.datatransfer +java.awt.dnd +java.awt.event +java.awt.font +java.awt.geom +java.awt.im +java.awt.im.spi +java.awt.image +java.awt.image.renderable +java.awt.print +java.beans +java.beans.beancontext +java.io +java.lang +java.lang.annotation +java.lang.instrument +java.lang.invoke +java.lang.management +java.lang.ref +java.lang.reflect +java.math +java.net +java.nio +java.nio.channels +java.nio.channels.spi +java.nio.charset +java.nio.charset.spi +java.nio.file +java.nio.file.attribute +java.nio.file.spi +java.rmi +java.rmi.activation +java.rmi.dgc +java.rmi.registry +java.rmi.server +java.security +java.security.acl +java.security.cert +java.security.interfaces +java.security.spec +java.sql +java.text +java.text.spi +java.util +java.util.concurrent +java.util.concurrent.atomic +java.util.concurrent.locks +java.util.jar +java.util.logging +java.util.prefs +java.util.regex +java.util.spi +java.util.zip +javax.accessibility +javax.activation +javax.activity +javax.annotation +javax.annotation.processing +javax.crypto +javax.crypto.interfaces +javax.crypto.spec +javax.imageio +javax.imageio.event +javax.imageio.metadata +javax.imageio.plugins.bmp +javax.imageio.plugins.jpeg +javax.imageio.spi +javax.imageio.stream +javax.jws +javax.jws.soap +javax.lang.model +javax.lang.model.element +javax.lang.model.type +javax.lang.model.util +javax.management +javax.management.loading +javax.management.modelmbean +javax.management.monitor +javax.management.openmbean +javax.management.relation +javax.management.remote +javax.management.remote.rmi +javax.management.timer +javax.naming +javax.naming.directory +javax.naming.event +javax.naming.ldap +javax.naming.spi +javax.net +javax.net.ssl +javax.print +javax.print.attribute +javax.print.attribute.standard +javax.print.event +javax.rmi +javax.rmi.CORBA +javax.rmi.ssl +javax.script +javax.security.auth +javax.security.auth.callback +javax.security.auth.kerberos +javax.security.auth.login +javax.security.auth.spi +javax.security.auth.x500 +javax.security.cert +javax.security.sasl +javax.sound.midi +javax.sound.midi.spi +javax.sound.sampled +javax.sound.sampled.spi +javax.sql +javax.sql.rowset +javax.sql.rowset.serial +javax.sql.rowset.spi +javax.swing +javax.swing.border +javax.swing.colorchooser +javax.swing.event +javax.swing.filechooser +javax.swing.plaf +javax.swing.plaf.basic +javax.swing.plaf.metal +javax.swing.plaf.multi +javax.swing.plaf.nimbus +javax.swing.plaf.synth +javax.swing.table +javax.swing.text +javax.swing.text.html +javax.swing.text.html.parser +javax.swing.text.rtf +javax.swing.tree +javax.swing.undo +javax.tools +javax.transaction +javax.transaction.xa +javax.xml +javax.xml.bind +javax.xml.bind.annotation +javax.xml.bind.annotation.adapters +javax.xml.bind.attachment +javax.xml.bind.helpers +javax.xml.bind.util +javax.xml.crypto +javax.xml.crypto.dom +javax.xml.crypto.dsig +javax.xml.crypto.dsig.dom +javax.xml.crypto.dsig.keyinfo +javax.xml.crypto.dsig.spec +javax.xml.datatype +javax.xml.namespace +javax.xml.parsers +javax.xml.soap +javax.xml.stream +javax.xml.stream.events +javax.xml.stream.util +javax.xml.transform +javax.xml.transform.dom +javax.xml.transform.sax +javax.xml.transform.stax +javax.xml.transform.stream +javax.xml.validation +javax.xml.ws +javax.xml.ws.handler +javax.xml.ws.handler.soap +javax.xml.ws.http +javax.xml.ws.soap +javax.xml.ws.spi +javax.xml.ws.spi.http +javax.xml.ws.wsaddressing +javax.xml.xpath +org.ietf.jgss +org.omg.CORBA +org.omg.CORBA.DynAnyPackage +org.omg.CORBA.ORBPackage +org.omg.CORBA.TypeCodePackage +org.omg.CORBA.portable +org.omg.CORBA_2_3 +org.omg.CORBA_2_3.portable +org.omg.CosNaming +org.omg.CosNaming.NamingContextExtPackage +org.omg.CosNaming.NamingContextPackage +org.omg.Dynamic +org.omg.DynamicAny +org.omg.DynamicAny.DynAnyFactoryPackage +org.omg.DynamicAny.DynAnyPackage +org.omg.IOP +org.omg.IOP.CodecFactoryPackage +org.omg.IOP.CodecPackage +org.omg.Messaging +org.omg.PortableInterceptor +org.omg.PortableInterceptor.ORBInitInfoPackage +org.omg.PortableServer +org.omg.PortableServer.CurrentPackage +org.omg.PortableServer.POAManagerPackage +org.omg.PortableServer.POAPackage +org.omg.PortableServer.ServantLocatorPackage +org.omg.PortableServer.portable +org.omg.SendingContext +org.omg.stub.java.rmi +org.w3c.dom +org.w3c.dom.bootstrap +org.w3c.dom.events +org.w3c.dom.ls +org.xml.sax +org.xml.sax.ext +org.xml.sax.helpers diff --git a/spring-cloud-consul-core/target/maven-archiver/pom.properties b/spring-cloud-consul-core/target/maven-archiver/pom.properties new file mode 100644 index 00000000..0c9e9fef --- /dev/null +++ b/spring-cloud-consul-core/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:20 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-consul-core diff --git a/spring-cloud-consul-core/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/spring-cloud-consul-core/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 00000000..36e3c20d --- /dev/null +++ b/spring-cloud-consul-core/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,14 @@ +META-INF/spring-configuration-metadata.json +org/springframework/cloud/consul/ConsulAutoConfiguration$RetryConfiguration.class +org/springframework/cloud/consul/model/SerfStatusEnum.class +org/springframework/cloud/consul/ConsulProperties.class +org/springframework/cloud/consul/ConsulAutoConfiguration.class +org/springframework/cloud/consul/ConsulEndpoint.class +org/springframework/cloud/consul/RetryProperties.class +org/springframework/cloud/consul/ConditionalOnConsulEnabled.class +org/springframework/cloud/consul/ConsulHealthIndicator.class +org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundProperty.class +org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition.class +org/springframework/cloud/consul/ConditionalOnConsulEnabled$OnConsulEnabledCondition$FoundClass.class +org/springframework/cloud/consul/ConsulAutoConfiguration$ConsulHealthConfig.class +org/springframework/cloud/consul/ConsulEndpoint$ConsulData.class diff --git a/spring-cloud-consul-core/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/spring-cloud-consul-core/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 00000000..38bcd806 --- /dev/null +++ b/spring-cloud-consul-core/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,7 @@ +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/ConsulEndpoint.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/ConsulProperties.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/ConsulHealthIndicator.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/RetryProperties.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/ConsulAutoConfiguration.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/ConditionalOnConsulEnabled.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-core/src/main/java/org/springframework/cloud/consul/model/SerfStatusEnum.java diff --git a/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT-javadoc.jar b/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT-javadoc.jar new file mode 100644 index 00000000..92be42d8 Binary files /dev/null and b/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT-javadoc.jar differ diff --git a/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..28631195 Binary files /dev/null and b/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..71716525 Binary files /dev/null and b/spring-cloud-consul-core/target/spring-cloud-consul-core-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-consul-discovery/target/apidocs/allclasses-frame.html b/spring-cloud-consul-discovery/target/apidocs/allclasses-frame.html new file mode 100644 index 00000000..8530dbdb --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/allclasses-frame.html @@ -0,0 +1,38 @@ + + + + + + +All Classes (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/allclasses-noframe.html b/spring-cloud-consul-discovery/target/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..742c75c2 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/allclasses-noframe.html @@ -0,0 +1,38 @@ + + + + + + +All Classes (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+
+ +
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/constant-values.html b/spring-cloud-consul-discovery/target/apidocs/constant-values.html new file mode 100644 index 00000000..92eaca01 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/constant-values.html @@ -0,0 +1,200 @@ + + + + + + +Constant Field Values (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Constant Field Values

+

Contents

+ +
+
+ + +

org.springframework.*

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/deprecated-list.html b/spring-cloud-consul-discovery/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..3067145f --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/deprecated-list.html @@ -0,0 +1,154 @@ + + + + + + +Deprecated List (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Deprecated API

+

Contents

+ +
+
+ + + +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/help-doc.html b/spring-cloud-consul-discovery/target/apidocs/help-doc.html new file mode 100644 index 00000000..605dceaf --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/help-doc.html @@ -0,0 +1,231 @@ + + + + + + +API Help (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+ +This help file applies to API documentation generated using the standard doclet.
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/index-all.html b/spring-cloud-consul-discovery/target/apidocs/index-all.html new file mode 100644 index 00000000..9674a38c --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/index-all.html @@ -0,0 +1,490 @@ + + + + + + +Index (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
A C D F G H I L M N O P R S T V  + + +

A

+
+
add(NewService) - Method in class org.springframework.cloud.consul.discovery.TtlScheduler
+
+
Add a service to the checks loop.
+
+
AliveServerListFilter - Class in org.springframework.cloud.consul.discovery.filters
+
+
Deprecated.
+
+
AliveServerListFilter(FilteringAgentClient) - Constructor for class org.springframework.cloud.consul.discovery.filters.AliveServerListFilter
+
+
Deprecated.
+
+ + + +

C

+
+
catalogServicesWatch() - Method in class org.springframework.cloud.consul.discovery.ConsulCatalogWatch
+
 
+
computeHearbeatInterval() - Method in class org.springframework.cloud.consul.discovery.HeartbeatProperties
+
 
+
ConsulCatalogWatch - Class in org.springframework.cloud.consul.discovery
+
 
+
ConsulCatalogWatch(ConsulDiscoveryProperties, ConsulClient) - Constructor for class org.springframework.cloud.consul.discovery.ConsulCatalogWatch
+
 
+
consulCatalogWatch(ConsulDiscoveryProperties) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
+
 
+
ConsulConfigServerAutoConfiguration - Class in org.springframework.cloud.consul.discovery.configclient
+
+
Extra configuration for config server if it happens to be registered with Consul.
+
+
ConsulConfigServerAutoConfiguration() - Constructor for class org.springframework.cloud.consul.discovery.configclient.ConsulConfigServerAutoConfiguration
+
 
+
ConsulDiscoveryClient - Class in org.springframework.cloud.consul.discovery
+
 
+
ConsulDiscoveryClient(ConsulClient, ConsulLifecycle, ConsulDiscoveryProperties) - Constructor for class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient
+
 
+
consulDiscoveryClient(ConsulLifecycle, ConsulDiscoveryProperties) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
+
 
+
ConsulDiscoveryClientConfigServiceBootstrapConfiguration - Class in org.springframework.cloud.consul.discovery.configclient
+
+
Helper for config client that wants to lookup the config server via discovery.
+
+
ConsulDiscoveryClientConfigServiceBootstrapConfiguration() - Constructor for class org.springframework.cloud.consul.discovery.configclient.ConsulDiscoveryClientConfigServiceBootstrapConfiguration
+
 
+
ConsulDiscoveryClientConfiguration - Class in org.springframework.cloud.consul.discovery
+
 
+
ConsulDiscoveryClientConfiguration() - Constructor for class org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
+
 
+
consulDiscoveryProperties(InetUtils) - Method in class org.springframework.cloud.consul.discovery.configclient.ConsulDiscoveryClientConfigServiceBootstrapConfiguration
+
 
+
consulDiscoveryProperties(InetUtils) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
+
 
+
ConsulDiscoveryProperties - Class in org.springframework.cloud.consul.discovery
+
+
Defines configuration for service discovery and registration.
+
+
ConsulDiscoveryProperties(InetUtils) - Constructor for class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties
+
 
+
ConsulDiscoveryProperties.Lifecycle - Class in org.springframework.cloud.consul.discovery
+
 
+
consulLifecycle(ConsulDiscoveryProperties, HeartbeatProperties) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
+
 
+
ConsulLifecycle - Class in org.springframework.cloud.consul.discovery
+
 
+
ConsulLifecycle(ConsulClient, ConsulDiscoveryProperties, HeartbeatProperties) - Constructor for class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
ConsulPing - Class in org.springframework.cloud.consul.discovery
+
+
"Ping" Consul + i.e.
+
+
ConsulPing() - Constructor for class org.springframework.cloud.consul.discovery.ConsulPing
+
 
+
ConsulRibbonClientConfiguration - Class in org.springframework.cloud.consul.discovery
+
+
Preprocessor that configures defaults for Consul-discovered ribbon clients.
+
+
ConsulRibbonClientConfiguration() - Constructor for class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
ConsulRibbonClientConfiguration(String) - Constructor for class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
ConsulServer - Class in org.springframework.cloud.consul.discovery
+
 
+
ConsulServer(HealthService) - Constructor for class org.springframework.cloud.consul.discovery.ConsulServer
+
 
+
ConsulServerList - Class in org.springframework.cloud.consul.discovery
+
 
+
ConsulServerList(ConsulClient, ConsulDiscoveryProperties) - Constructor for class org.springframework.cloud.consul.discovery.ConsulServerList
+
 
+
ConsulServerUtils - Class in org.springframework.cloud.consul.discovery
+
 
+
ConsulServerUtils() - Constructor for class org.springframework.cloud.consul.discovery.ConsulServerUtils
+
 
+
+ + + +

D

+
+
DEFAULT_NAMESPACE - Static variable in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
deregister() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
deregisterManagement() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
description() - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient
+
 
+
+ + + +

F

+
+
FilteringAgentClient - Class in org.springframework.cloud.consul.discovery.filters
+
+
Deprecated.
+
+
FilteringAgentClient(ConsulClient) - Constructor for class org.springframework.cloud.consul.discovery.filters.FilteringAgentClient
+
+
Deprecated.
+
findHost(HealthService) - Static method in class org.springframework.cloud.consul.discovery.ConsulServerUtils
+
 
+
+ + + +

G

+
+
getAliveAgents() - Method in class org.springframework.cloud.consul.discovery.filters.FilteringAgentClient
+
+
Deprecated.
+
getAliveAgentsAddresses() - Method in class org.springframework.cloud.consul.discovery.filters.FilteringAgentClient
+
+
Deprecated.
+
getAllInstances() - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient
+
 
+
getAppName() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
getConfiguration() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
getConfiguredPort() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
getFilteredListOfServers(List<Server>) - Method in class org.springframework.cloud.consul.discovery.filters.AliveServerListFilter
+
+
Deprecated.
+
getFilteredListOfServers(List<Server>) - Method in class org.springframework.cloud.consul.discovery.filters.ServiceCheckServerListFilter
+
+
Deprecated.
+
getFilteredListOfServers(List<Server>) - Method in class org.springframework.cloud.consul.discovery.HealthServiceServerListFilter
+
 
+
getHealthService() - Method in class org.springframework.cloud.consul.discovery.ConsulServer
+
 
+
getHostname() - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties
+
 
+
getInitialListOfServers() - Method in class org.springframework.cloud.consul.discovery.ConsulServerList
+
 
+
getInstances(String) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient
+
 
+
getInstances(String, QueryParams) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient
+
 
+
getKey(String, String) - Method in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
getLocalServiceInstance() - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient
+
 
+
getManagementPort() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
getManagementServiceId() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
getManagementServiceName() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
getMetadata() - Method in class org.springframework.cloud.consul.discovery.ConsulServer
+
 
+
getMetadata(HealthService) - Static method in class org.springframework.cloud.consul.discovery.ConsulServerUtils
+
 
+
getMetadata(List<String>) - Static method in class org.springframework.cloud.consul.discovery.ConsulServerUtils
+
 
+
getMetaInfo() - Method in class org.springframework.cloud.consul.discovery.ConsulServer
+
 
+
getProperty(String) - Method in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
getQueryTagForService(String) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties
+
 
+
getServiceId() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
getServices() - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient
+
 
+
getTtl() - Method in class org.springframework.cloud.consul.discovery.HeartbeatProperties
+
 
+
getUpdatedListOfServers() - Method in class org.springframework.cloud.consul.discovery.ConsulServerList
+
 
+
+ + + +

H

+
+
HealthServiceServerListFilter - Class in org.springframework.cloud.consul.discovery
+
+
ServerList implementaion that filters ConsulServers based on if all their Health Checks are PASSING.
+
+
HealthServiceServerListFilter() - Constructor for class org.springframework.cloud.consul.discovery.HealthServiceServerListFilter
+
 
+
heartbeatProperties() - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
+
 
+
HeartbeatProperties - Class in org.springframework.cloud.consul.discovery
+
 
+
HeartbeatProperties() - Constructor for class org.springframework.cloud.consul.discovery.HeartbeatProperties
+
 
+
+ + + +

I

+
+
init() - Method in class org.springframework.cloud.consul.discovery.configclient.ConsulConfigServerAutoConfiguration
+
 
+
init() - Method in class org.springframework.cloud.consul.discovery.HeartbeatProperties
+
 
+
initWithNiwsConfig(IClientConfig) - Method in class org.springframework.cloud.consul.discovery.ConsulServerList
+
 
+
isAlive(Server) - Method in class org.springframework.cloud.consul.discovery.ConsulPing
+
 
+
isEnabled() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
isPassingChecks() - Method in class org.springframework.cloud.consul.discovery.ConsulServer
+
 
+
+ + + +

L

+
+
Lifecycle() - Constructor for class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties.Lifecycle
+
 
+
+ + + +

M

+
+
MANAGEMENT - Static variable in class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties
+
 
+
+ + + +

N

+
+
normalizeForDns(String) - Static method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
+ + + +

O

+
+
org.springframework.cloud.consul.discovery - package org.springframework.cloud.consul.discovery
+
 
+
org.springframework.cloud.consul.discovery.configclient - package org.springframework.cloud.consul.discovery.configclient
+
 
+
org.springframework.cloud.consul.discovery.filters - package org.springframework.cloud.consul.discovery.filters
+
 
+
+ + + +

P

+
+
preprocess() - Method in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
+ + + +

R

+
+
register() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
register(NewService) - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
registerManagement() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
remove(String) - Method in class org.springframework.cloud.consul.discovery.TtlScheduler
+
 
+
RibbonConsulAutoConfiguration - Class in org.springframework.cloud.consul.discovery
+
 
+
RibbonConsulAutoConfiguration() - Constructor for class org.springframework.cloud.consul.discovery.RibbonConsulAutoConfiguration
+
 
+
ribbonPing() - Method in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
ribbonServerList(IClientConfig, ConsulDiscoveryProperties) - Method in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
ribbonServerListFilter() - Method in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
+ + + +

S

+
+
SEPARATOR - Static variable in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
ServiceCheckServerListFilter - Class in org.springframework.cloud.consul.discovery.filters
+
+
Deprecated.
+
+
ServiceCheckServerListFilter(ConsulClient) - Constructor for class org.springframework.cloud.consul.discovery.filters.ServiceCheckServerListFilter
+
+
Deprecated.
+
setApplicationEventPublisher(ApplicationEventPublisher) - Method in class org.springframework.cloud.consul.discovery.ConsulCatalogWatch
+
 
+
setConfiguredPort(int) - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
setHostname(String) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties
+
 
+
setIpAddress(String) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties
+
 
+
setPort(int) - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
setProp(String, String, String) - Method in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
setServerProperties(ServerProperties) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient
+
 
+
setServletContext(ServletContext) - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
setTtlScheduler(TtlScheduler) - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
start() - Method in class org.springframework.cloud.consul.discovery.ConsulLifecycle
+
 
+
+ + + +

T

+
+
toString() - Method in class org.springframework.cloud.consul.discovery.ConsulServerList
+
 
+
ttlScheduler(HeartbeatProperties) - Method in class org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
+
 
+
TtlScheduler - Class in org.springframework.cloud.consul.discovery
+
+
Created by nicu on 11.03.2015.
+
+
TtlScheduler(HeartbeatProperties, ConsulClient) - Constructor for class org.springframework.cloud.consul.discovery.TtlScheduler
+
 
+
+ + + +

V

+
+
VALUE_NOT_SET - Static variable in class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+
 
+
+A C D F G H I L M N O P R S T V 
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/index.html b/spring-cloud-consul-discovery/target/apidocs/index.html new file mode 100644 index 00000000..798e3954 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/index.html @@ -0,0 +1,75 @@ + + + + + + +Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API + + + + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="overview-summary.html">Non-frame version</a>.</p> + + + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.html new file mode 100644 index 00000000..2e4aa763 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.html @@ -0,0 +1,302 @@ + + + + + + +ConsulCatalogWatch (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulCatalogWatch

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.html new file mode 100644 index 00000000..1d326767 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.html @@ -0,0 +1,382 @@ + + + + + + +ConsulDiscoveryClient (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulDiscoveryClient

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.html new file mode 100644 index 00000000..506f8900 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.html @@ -0,0 +1,363 @@ + + + + + + +ConsulDiscoveryClientConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulDiscoveryClientConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.Lifecycle.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.Lifecycle.html new file mode 100644 index 00000000..04ccc4fc --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.Lifecycle.html @@ -0,0 +1,243 @@ + + + + + + +ConsulDiscoveryProperties.Lifecycle (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulDiscoveryProperties.Lifecycle

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.html new file mode 100644 index 00000000..a66a4cb2 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.html @@ -0,0 +1,383 @@ + + + + + + +ConsulDiscoveryProperties (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulDiscoveryProperties

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulLifecycle.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulLifecycle.html new file mode 100644 index 00000000..84eeedb3 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulLifecycle.html @@ -0,0 +1,639 @@ + + + + + + +ConsulLifecycle (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulLifecycle

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulPing.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulPing.html new file mode 100644 index 00000000..b54baf68 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulPing.html @@ -0,0 +1,288 @@ + + + + + + +ConsulPing (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulPing

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.html new file mode 100644 index 00000000..2bf9f910 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.html @@ -0,0 +1,442 @@ + + + + + + +ConsulRibbonClientConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulRibbonClientConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServer.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServer.html new file mode 100644 index 00000000..95058148 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServer.html @@ -0,0 +1,362 @@ + + + + + + +ConsulServer (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulServer

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerList.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerList.html new file mode 100644 index 00000000..d881d83b --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerList.html @@ -0,0 +1,338 @@ + + + + + + +ConsulServerList (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulServerList

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerUtils.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerUtils.html new file mode 100644 index 00000000..800924f1 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/ConsulServerUtils.html @@ -0,0 +1,303 @@ + + + + + + +ConsulServerUtils (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class ConsulServerUtils

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.html new file mode 100644 index 00000000..941f1664 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.html @@ -0,0 +1,287 @@ + + + + + + +HealthServiceServerListFilter (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class HealthServiceServerListFilter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HeartbeatProperties.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HeartbeatProperties.html new file mode 100644 index 00000000..cb5fc798 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/HeartbeatProperties.html @@ -0,0 +1,301 @@ + + + + + + +HeartbeatProperties (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class HeartbeatProperties

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.html new file mode 100644 index 00000000..6026b3c3 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.html @@ -0,0 +1,249 @@ + + + + + + +RibbonConsulAutoConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class RibbonConsulAutoConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/TtlScheduler.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/TtlScheduler.html new file mode 100644 index 00000000..0f7b9427 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/TtlScheduler.html @@ -0,0 +1,296 @@ + + + + + + +TtlScheduler (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery
+

Class TtlScheduler

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulCatalogWatch.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulCatalogWatch.html new file mode 100644 index 00000000..82b6b31d --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulCatalogWatch.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulCatalogWatch (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulCatalogWatch

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClient.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClient.html new file mode 100644 index 00000000..04eff4d7 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClient.html @@ -0,0 +1,167 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulDiscoveryClient (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulDiscoveryClient

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClientConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClientConfiguration.html new file mode 100644 index 00000000..86afdab5 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryClientConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration

+
+
No usage of org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.Lifecycle.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.Lifecycle.html new file mode 100644 index 00000000..9c7a1018 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.Lifecycle.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties.Lifecycle (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties.Lifecycle

+
+
No usage of org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties.Lifecycle
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.html new file mode 100644 index 00000000..bd2c15ca --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulDiscoveryProperties.html @@ -0,0 +1,242 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulLifecycle.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulLifecycle.html new file mode 100644 index 00000000..01749fa6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulLifecycle.html @@ -0,0 +1,194 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulLifecycle (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulLifecycle

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulPing.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulPing.html new file mode 100644 index 00000000..fe23db6e --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulPing.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulPing (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulPing

+
+
No usage of org.springframework.cloud.consul.discovery.ConsulPing
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulRibbonClientConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulRibbonClientConfiguration.html new file mode 100644 index 00000000..39bc3df6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulRibbonClientConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration

+
+
No usage of org.springframework.cloud.consul.discovery.ConsulRibbonClientConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServer.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServer.html new file mode 100644 index 00000000..272a5046 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServer.html @@ -0,0 +1,170 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulServer (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulServer

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerList.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerList.html new file mode 100644 index 00000000..da2e1cb2 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerList.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulServerList (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulServerList

+
+
No usage of org.springframework.cloud.consul.discovery.ConsulServerList
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerUtils.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerUtils.html new file mode 100644 index 00000000..4e8a8a55 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/ConsulServerUtils.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.ConsulServerUtils (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.ConsulServerUtils

+
+
No usage of org.springframework.cloud.consul.discovery.ConsulServerUtils
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HealthServiceServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HealthServiceServerListFilter.html new file mode 100644 index 00000000..51cdc1d3 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HealthServiceServerListFilter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.HealthServiceServerListFilter (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.HealthServiceServerListFilter

+
+
No usage of org.springframework.cloud.consul.discovery.HealthServiceServerListFilter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HeartbeatProperties.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HeartbeatProperties.html new file mode 100644 index 00000000..9ebe6b26 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/HeartbeatProperties.html @@ -0,0 +1,201 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.HeartbeatProperties (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.HeartbeatProperties

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/RibbonConsulAutoConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/RibbonConsulAutoConfiguration.html new file mode 100644 index 00000000..c3ceabd6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/RibbonConsulAutoConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.RibbonConsulAutoConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.RibbonConsulAutoConfiguration

+
+
No usage of org.springframework.cloud.consul.discovery.RibbonConsulAutoConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/TtlScheduler.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/TtlScheduler.html new file mode 100644 index 00000000..68c496a5 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/class-use/TtlScheduler.html @@ -0,0 +1,179 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.TtlScheduler (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.TtlScheduler

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.html new file mode 100644 index 00000000..924dd062 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.html @@ -0,0 +1,282 @@ + + + + + + +ConsulConfigServerAutoConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery.configclient
+

Class ConsulConfigServerAutoConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html new file mode 100644 index 00000000..8b9dc4ed --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html @@ -0,0 +1,284 @@ + + + + + + +ConsulDiscoveryClientConfigServiceBootstrapConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery.configclient
+

Class ConsulDiscoveryClientConfigServiceBootstrapConfiguration

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulConfigServerAutoConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulConfigServerAutoConfiguration.html new file mode 100644 index 00000000..f9926421 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulConfigServerAutoConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.configclient.ConsulConfigServerAutoConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.configclient.ConsulConfigServerAutoConfiguration

+
+
No usage of org.springframework.cloud.consul.discovery.configclient.ConsulConfigServerAutoConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html new file mode 100644 index 00000000..ff8b81d2 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/class-use/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.configclient.ConsulDiscoveryClientConfigServiceBootstrapConfiguration (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.configclient.ConsulDiscoveryClientConfigServiceBootstrapConfiguration

+
+
No usage of org.springframework.cloud.consul.discovery.configclient.ConsulDiscoveryClientConfigServiceBootstrapConfiguration
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-frame.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-frame.html new file mode 100644 index 00000000..e2bcdfe6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-frame.html @@ -0,0 +1,22 @@ + + + + + + +org.springframework.cloud.consul.discovery.configclient (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul.discovery.configclient

+
+

Classes

+ +
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-summary.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-summary.html new file mode 100644 index 00000000..38081647 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +org.springframework.cloud.consul.discovery.configclient (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.springframework.cloud.consul.discovery.configclient

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-tree.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-tree.html new file mode 100644 index 00000000..90984e44 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-tree.html @@ -0,0 +1,140 @@ + + + + + + +org.springframework.cloud.consul.discovery.configclient Class Hierarchy (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.springframework.cloud.consul.discovery.configclient

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-use.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-use.html new file mode 100644 index 00000000..97a81152 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/configclient/package-use.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Package org.springframework.cloud.consul.discovery.configclient (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.springframework.cloud.consul.discovery.configclient

+
+
No usage of org.springframework.cloud.consul.discovery.configclient
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.html new file mode 100644 index 00000000..362b5dfa --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.html @@ -0,0 +1,299 @@ + + + + + + +AliveServerListFilter (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery.filters
+

Class AliveServerListFilter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.html new file mode 100644 index 00000000..0972b1d3 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.html @@ -0,0 +1,297 @@ + + + + + + +FilteringAgentClient (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery.filters
+

Class FilteringAgentClient

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.html new file mode 100644 index 00000000..7ccd7837 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.html @@ -0,0 +1,291 @@ + + + + + + +ServiceCheckServerListFilter (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + + +
+
org.springframework.cloud.consul.discovery.filters
+

Class ServiceCheckServerListFilter

+
+
+ +
+ +
+
+ +
+
+ +
+
+ + +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/AliveServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/AliveServerListFilter.html new file mode 100644 index 00000000..3a85f96a --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/AliveServerListFilter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.filters.AliveServerListFilter (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.filters.AliveServerListFilter

+
+
No usage of org.springframework.cloud.consul.discovery.filters.AliveServerListFilter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/FilteringAgentClient.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/FilteringAgentClient.html new file mode 100644 index 00000000..5c0d8315 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/FilteringAgentClient.html @@ -0,0 +1,166 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.filters.FilteringAgentClient (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.filters.FilteringAgentClient

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/ServiceCheckServerListFilter.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/ServiceCheckServerListFilter.html new file mode 100644 index 00000000..2691a9b6 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/class-use/ServiceCheckServerListFilter.html @@ -0,0 +1,126 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.discovery.filters.ServiceCheckServerListFilter (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Class
org.springframework.cloud.consul.discovery.filters.ServiceCheckServerListFilter

+
+
No usage of org.springframework.cloud.consul.discovery.filters.ServiceCheckServerListFilter
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-frame.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-frame.html new file mode 100644 index 00000000..b2180179 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-frame.html @@ -0,0 +1,23 @@ + + + + + + +org.springframework.cloud.consul.discovery.filters (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul.discovery.filters

+
+

Classes

+ +
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-summary.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-summary.html new file mode 100644 index 00000000..c0dd4eac --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-summary.html @@ -0,0 +1,152 @@ + + + + + + +org.springframework.cloud.consul.discovery.filters (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.springframework.cloud.consul.discovery.filters

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-tree.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-tree.html new file mode 100644 index 00000000..ad166c04 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-tree.html @@ -0,0 +1,141 @@ + + + + + + +org.springframework.cloud.consul.discovery.filters Class Hierarchy (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.springframework.cloud.consul.discovery.filters

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-use.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-use.html new file mode 100644 index 00000000..b42c4e63 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/filters/package-use.html @@ -0,0 +1,161 @@ + + + + + + +Uses of Package org.springframework.cloud.consul.discovery.filters (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.springframework.cloud.consul.discovery.filters

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-frame.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-frame.html new file mode 100644 index 00000000..1f437c72 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +org.springframework.cloud.consul.discovery (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul.discovery

+
+

Classes

+ +
+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-summary.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-summary.html new file mode 100644 index 00000000..54b0b58b --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-summary.html @@ -0,0 +1,207 @@ + + + + + + +org.springframework.cloud.consul.discovery (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Package org.springframework.cloud.consul.discovery

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-tree.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-tree.html new file mode 100644 index 00000000..240301d8 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-tree.html @@ -0,0 +1,165 @@ + + + + + + +org.springframework.cloud.consul.discovery Class Hierarchy (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For Package org.springframework.cloud.consul.discovery

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-use.html b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-use.html new file mode 100644 index 00000000..5b29b0bb --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/org/springframework/cloud/consul/discovery/package-use.html @@ -0,0 +1,202 @@ + + + + + + +Uses of Package org.springframework.cloud.consul.discovery (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Uses of Package
org.springframework.cloud.consul.discovery

+
+
+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/overview-frame.html b/spring-cloud-consul-discovery/target/apidocs/overview-frame.html new file mode 100644 index 00000000..727fecde --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/overview-frame.html @@ -0,0 +1,24 @@ + + + + + + +Overview List (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + +
All Classes
+
+

Packages

+ +
+

 

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/overview-summary.html b/spring-cloud-consul-discovery/target/apidocs/overview-summary.html new file mode 100644 index 00000000..6f0cb826 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/overview-summary.html @@ -0,0 +1,148 @@ + + + + + + +Overview (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API

+
+
+ + + + + + + + + + + + + + + + + + + + +
Packages 
PackageDescription
org.springframework.cloud.consul.discovery 
org.springframework.cloud.consul.discovery.configclient 
org.springframework.cloud.consul.discovery.filters 
+
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/overview-tree.html b/spring-cloud-consul-discovery/target/apidocs/overview-tree.html new file mode 100644 index 00000000..e1cc390b --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/overview-tree.html @@ -0,0 +1,172 @@ + + + + + + +Class Hierarchy (Spring Cloud Consul Discovery 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + +
Skip navigation links
+ + + + +
+ + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +
+ +
+ + +
Skip navigation links
+ + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-discovery/target/apidocs/package-list b/spring-cloud-consul-discovery/target/apidocs/package-list new file mode 100644 index 00000000..c09e4657 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/package-list @@ -0,0 +1,3 @@ +org.springframework.cloud.consul.discovery +org.springframework.cloud.consul.discovery.configclient +org.springframework.cloud.consul.discovery.filters diff --git a/spring-cloud-consul-discovery/target/apidocs/script.js b/spring-cloud-consul-discovery/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-discovery/target/apidocs/stylesheet.css b/spring-cloud-consul-discovery/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-discovery/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-discovery/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-discovery/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..4cebfd9b --- /dev/null +++ b/spring-cloud-consul-discovery/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,226 @@ +{ + "groups": [ + { + "name": "spring.cloud.consul.discovery", + "type": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat", + "type": "org.springframework.cloud.consul.discovery.HeartbeatProperties", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties" + }, + { + "name": "spring.cloud.consul.discovery.lifecycle", + "type": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties$Lifecycle", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + } + ], + "properties": [ + { + "name": "spring.cloud.consul.discovery.acl-token", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.catalog-services-watch-delay", + "type": "java.lang.Integer", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": 10 + }, + { + "name": "spring.cloud.consul.discovery.catalog-services-watch-timeout", + "type": "java.lang.Integer", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": 2 + }, + { + "name": "spring.cloud.consul.discovery.default-query-tag", + "type": "java.lang.String", + "description": "Tag to query for in service list if one is not listed in serverListQueryTags.", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.enabled", + "type": "java.lang.Boolean", + "description": "Is service discovery enabled?", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.discovery.health-check-interval", + "type": "java.lang.String", + "description": "How often to perform the health check (e.g. 10s)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": "10s" + }, + { + "name": "spring.cloud.consul.discovery.health-check-path", + "type": "java.lang.String", + "description": "Alternate server path to invoke for health checking", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": "/health" + }, + { + "name": "spring.cloud.consul.discovery.health-check-timeout", + "type": "java.lang.String", + "description": "Timeout for health check (e.g. 10s)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.health-check-url", + "type": "java.lang.String", + "description": "Custom health check url to override default", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.enabled", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties", + "defaultValue": false + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.heartbeat-interval", + "type": "org.joda.time.Period", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.interval-ratio", + "type": "java.lang.Double", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.ttl-unit", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties", + "defaultValue": "s" + }, + { + "name": "spring.cloud.consul.discovery.heartbeat.ttl-value", + "type": "java.lang.Integer", + "sourceType": "org.springframework.cloud.consul.discovery.HeartbeatProperties", + "defaultValue": 30 + }, + { + "name": "spring.cloud.consul.discovery.host-info", + "type": "org.springframework.cloud.commons.util.InetUtils$HostInfo", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.hostname", + "type": "java.lang.String", + "description": "Hostname to use when accessing server", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.hostname", + "type": "java.lang.String", + "description": "Hostname to use when accessing server", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.instance-id", + "type": "java.lang.String", + "description": "Unique service instance id", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.ip-address", + "type": "java.lang.String", + "description": "IP address to use when accessing service (must also set preferIpAddress\n\t\t\tto use)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.lifecycle.enabled", + "type": "java.lang.Boolean", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties$Lifecycle", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.discovery.management-port", + "type": "java.lang.Integer", + "description": "Port to register the management service under (defaults to management port)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.management-suffix", + "type": "java.lang.String", + "description": "Suffix to use when registering management service", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": "management" + }, + { + "name": "spring.cloud.consul.discovery.management-tags", + "type": "java.util.List", + "description": "Tags to use when registering management service", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.port", + "type": "java.lang.Integer", + "description": "Port to register the service under (defaults to listening port)", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.prefer-agent-address", + "type": "java.lang.Boolean", + "description": "Source of how we will determine the address to use", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": false + }, + { + "name": "spring.cloud.consul.discovery.prefer-ip-address", + "type": "java.lang.Boolean", + "description": "Use ip address rather than hostname during registration", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": false + }, + { + "name": "spring.cloud.consul.discovery.query-passing", + "type": "java.lang.Boolean", + "description": "Add the 'passing` parameter to /v1/health/service/serviceName.\n This pushes health check passing to the server.", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": false + }, + { + "name": "spring.cloud.consul.discovery.register", + "type": "java.lang.Boolean", + "description": "Register as a service in consul.", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.discovery.register-health-check", + "type": "java.lang.Boolean", + "description": "Register health check in consul. Useful during development of a service.", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": true + }, + { + "name": "spring.cloud.consul.discovery.scheme", + "type": "java.lang.String", + "description": "Whether to register an http or https service", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties", + "defaultValue": "http" + }, + { + "name": "spring.cloud.consul.discovery.server-list-query-tags", + "type": "java.util.Map", + "description": "Map of serviceId's -> tag to query for in server list.\n This allows filtering services by a single tag.", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.service-name", + "type": "java.lang.String", + "description": "Service name", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + }, + { + "name": "spring.cloud.consul.discovery.tags", + "type": "java.util.List", + "description": "Tags to use when registering service", + "sourceType": "org.springframework.cloud.consul.discovery.ConsulDiscoveryProperties" + } + ], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-discovery/target/classes/META-INF/spring.factories b/spring-cloud-consul-discovery/target/classes/META-INF/spring.factories new file mode 100644 index 00000000..3f6d6ffa --- /dev/null +++ b/spring-cloud-consul-discovery/target/classes/META-INF/spring.factories @@ -0,0 +1,12 @@ +org.springframework.boot.autoconfigure.EnableAutoConfiguration=\ +org.springframework.cloud.consul.discovery.RibbonConsulAutoConfiguration,\ +org.springframework.cloud.consul.discovery.configclient.ConsulConfigServerAutoConfiguration + +# Discovery Client Configuration +org.springframework.cloud.client.discovery.EnableDiscoveryClient=\ +org.springframework.cloud.consul.discovery.ConsulDiscoveryClientConfiguration + + +org.springframework.cloud.bootstrap.BootstrapConfiguration=\ +org.springframework.cloud.consul.discovery.configclient.ConsulDiscoveryClientConfigServiceBootstrapConfiguration + diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.class new file mode 100644 index 00000000..7b262394 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.class new file mode 100644 index 00000000..b1228d23 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.class new file mode 100644 index 00000000..48fd0107 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties$Lifecycle.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties$Lifecycle.class new file mode 100644 index 00000000..61249555 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties$Lifecycle.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.class new file mode 100644 index 00000000..f058adb4 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulLifecycle.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulLifecycle.class new file mode 100644 index 00000000..a3939708 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulLifecycle.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulPing.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulPing.class new file mode 100644 index 00000000..eb872088 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulPing.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.class new file mode 100644 index 00000000..d45fd473 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServer$1.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServer$1.class new file mode 100644 index 00000000..1491e8de Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServer$1.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServer.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServer.class new file mode 100644 index 00000000..96e8e02a Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServer.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServerList.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServerList.class new file mode 100644 index 00000000..f90902ca Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServerList.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServerUtils.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServerUtils.class new file mode 100644 index 00000000..3f7d924b Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/ConsulServerUtils.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.class new file mode 100644 index 00000000..eaee856b Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/HeartbeatProperties.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/HeartbeatProperties.class new file mode 100644 index 00000000..3ccd1530 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/HeartbeatProperties.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.class new file mode 100644 index 00000000..c4859ea8 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/TtlScheduler$ConsulHeartbeatTask.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/TtlScheduler$ConsulHeartbeatTask.class new file mode 100644 index 00000000..7e6e1192 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/TtlScheduler$ConsulHeartbeatTask.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/TtlScheduler.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/TtlScheduler.class new file mode 100644 index 00000000..e01c5ad3 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/TtlScheduler.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.class new file mode 100644 index 00000000..8c3a40ef Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.class new file mode 100644 index 00000000..92123540 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.class new file mode 100644 index 00000000..a6dc97b9 Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.class new file mode 100644 index 00000000..e253295f Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.class differ diff --git a/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.class b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.class new file mode 100644 index 00000000..18be1d8a Binary files /dev/null and b/spring-cloud-consul-discovery/target/classes/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.class differ diff --git a/spring-cloud-consul-discovery/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-discovery/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-discovery/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-consul-discovery/target/javadoc-bundle-options/package-list b/spring-cloud-consul-discovery/target/javadoc-bundle-options/package-list new file mode 100644 index 00000000..b52fe94b --- /dev/null +++ b/spring-cloud-consul-discovery/target/javadoc-bundle-options/package-list @@ -0,0 +1,209 @@ +java.applet +java.awt +java.awt.color +java.awt.datatransfer +java.awt.dnd +java.awt.event +java.awt.font +java.awt.geom +java.awt.im +java.awt.im.spi +java.awt.image +java.awt.image.renderable +java.awt.print +java.beans +java.beans.beancontext +java.io +java.lang +java.lang.annotation +java.lang.instrument +java.lang.invoke +java.lang.management +java.lang.ref +java.lang.reflect +java.math +java.net +java.nio +java.nio.channels +java.nio.channels.spi +java.nio.charset +java.nio.charset.spi +java.nio.file +java.nio.file.attribute +java.nio.file.spi +java.rmi +java.rmi.activation +java.rmi.dgc +java.rmi.registry +java.rmi.server +java.security +java.security.acl +java.security.cert +java.security.interfaces +java.security.spec +java.sql +java.text +java.text.spi +java.util +java.util.concurrent +java.util.concurrent.atomic +java.util.concurrent.locks +java.util.jar +java.util.logging +java.util.prefs +java.util.regex +java.util.spi +java.util.zip +javax.accessibility +javax.activation +javax.activity +javax.annotation +javax.annotation.processing +javax.crypto +javax.crypto.interfaces +javax.crypto.spec +javax.imageio +javax.imageio.event +javax.imageio.metadata +javax.imageio.plugins.bmp +javax.imageio.plugins.jpeg +javax.imageio.spi +javax.imageio.stream +javax.jws +javax.jws.soap +javax.lang.model +javax.lang.model.element +javax.lang.model.type +javax.lang.model.util +javax.management +javax.management.loading +javax.management.modelmbean +javax.management.monitor +javax.management.openmbean +javax.management.relation +javax.management.remote +javax.management.remote.rmi +javax.management.timer +javax.naming +javax.naming.directory +javax.naming.event +javax.naming.ldap +javax.naming.spi +javax.net +javax.net.ssl +javax.print +javax.print.attribute +javax.print.attribute.standard +javax.print.event +javax.rmi +javax.rmi.CORBA +javax.rmi.ssl +javax.script +javax.security.auth +javax.security.auth.callback +javax.security.auth.kerberos +javax.security.auth.login +javax.security.auth.spi +javax.security.auth.x500 +javax.security.cert +javax.security.sasl +javax.sound.midi +javax.sound.midi.spi +javax.sound.sampled +javax.sound.sampled.spi +javax.sql +javax.sql.rowset +javax.sql.rowset.serial +javax.sql.rowset.spi +javax.swing +javax.swing.border +javax.swing.colorchooser +javax.swing.event +javax.swing.filechooser +javax.swing.plaf +javax.swing.plaf.basic +javax.swing.plaf.metal +javax.swing.plaf.multi +javax.swing.plaf.nimbus +javax.swing.plaf.synth +javax.swing.table +javax.swing.text +javax.swing.text.html +javax.swing.text.html.parser +javax.swing.text.rtf +javax.swing.tree +javax.swing.undo +javax.tools +javax.transaction +javax.transaction.xa +javax.xml +javax.xml.bind +javax.xml.bind.annotation +javax.xml.bind.annotation.adapters +javax.xml.bind.attachment +javax.xml.bind.helpers +javax.xml.bind.util +javax.xml.crypto +javax.xml.crypto.dom +javax.xml.crypto.dsig +javax.xml.crypto.dsig.dom +javax.xml.crypto.dsig.keyinfo +javax.xml.crypto.dsig.spec +javax.xml.datatype +javax.xml.namespace +javax.xml.parsers +javax.xml.soap +javax.xml.stream +javax.xml.stream.events +javax.xml.stream.util +javax.xml.transform +javax.xml.transform.dom +javax.xml.transform.sax +javax.xml.transform.stax +javax.xml.transform.stream +javax.xml.validation +javax.xml.ws +javax.xml.ws.handler +javax.xml.ws.handler.soap +javax.xml.ws.http +javax.xml.ws.soap +javax.xml.ws.spi +javax.xml.ws.spi.http +javax.xml.ws.wsaddressing +javax.xml.xpath +org.ietf.jgss +org.omg.CORBA +org.omg.CORBA.DynAnyPackage +org.omg.CORBA.ORBPackage +org.omg.CORBA.TypeCodePackage +org.omg.CORBA.portable +org.omg.CORBA_2_3 +org.omg.CORBA_2_3.portable +org.omg.CosNaming +org.omg.CosNaming.NamingContextExtPackage +org.omg.CosNaming.NamingContextPackage +org.omg.Dynamic +org.omg.DynamicAny +org.omg.DynamicAny.DynAnyFactoryPackage +org.omg.DynamicAny.DynAnyPackage +org.omg.IOP +org.omg.IOP.CodecFactoryPackage +org.omg.IOP.CodecPackage +org.omg.Messaging +org.omg.PortableInterceptor +org.omg.PortableInterceptor.ORBInitInfoPackage +org.omg.PortableServer +org.omg.PortableServer.CurrentPackage +org.omg.PortableServer.POAManagerPackage +org.omg.PortableServer.POAPackage +org.omg.PortableServer.ServantLocatorPackage +org.omg.PortableServer.portable +org.omg.SendingContext +org.omg.stub.java.rmi +org.w3c.dom +org.w3c.dom.bootstrap +org.w3c.dom.events +org.w3c.dom.ls +org.xml.sax +org.xml.sax.ext +org.xml.sax.helpers diff --git a/spring-cloud-consul-discovery/target/maven-archiver/pom.properties b/spring-cloud-consul-discovery/target/maven-archiver/pom.properties new file mode 100644 index 00000000..5e53e4a7 --- /dev/null +++ b/spring-cloud-consul-discovery/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:32 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-consul-discovery diff --git a/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 00000000..89693980 --- /dev/null +++ b/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,23 @@ +META-INF/spring-configuration-metadata.json +org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.class +org/springframework/cloud/consul/discovery/HeartbeatProperties.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.class +org/springframework/cloud/consul/discovery/ConsulServer.class +org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.class +org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.class +org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.class +org/springframework/cloud/consul/discovery/ConsulServerUtils.class +org/springframework/cloud/consul/discovery/TtlScheduler.class +org/springframework/cloud/consul/discovery/ConsulCatalogWatch.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.class +org/springframework/cloud/consul/discovery/ConsulServerList.class +org/springframework/cloud/consul/discovery/ConsulServer$1.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties$Lifecycle.class +org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.class +org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.class +org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.class +org/springframework/cloud/consul/discovery/ConsulLifecycle.class +org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.class +org/springframework/cloud/consul/discovery/TtlScheduler$ConsulHeartbeatTask.class +org/springframework/cloud/consul/discovery/ConsulPing.class diff --git a/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 00000000..9f681c3b --- /dev/null +++ b/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,19 @@ +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/RibbonConsulAutoConfiguration.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/filters/FilteringAgentClient.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulPing.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfiguration.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/HealthServiceServerListFilter.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryProperties.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulServerUtils.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryClient.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulServer.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientConfiguration.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/configclient/ConsulDiscoveryClientConfigServiceBootstrapConfiguration.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulServerList.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/TtlScheduler.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/filters/ServiceCheckServerListFilter.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulCatalogWatch.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/HeartbeatProperties.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulLifecycle.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/ConsulRibbonClientConfiguration.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/main/java/org/springframework/cloud/consul/discovery/filters/AliveServerListFilter.java diff --git a/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst b/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst new file mode 100644 index 00000000..c63ec176 --- /dev/null +++ b/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/createdFiles.lst @@ -0,0 +1,34 @@ +org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedPropsTests.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests$MyTestConfig.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests$CustomConsulLifecycle.class +org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfigurationTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests$TestConfig.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests$TestConfig.class +org/springframework/cloud/consul/discovery/HealthServiceServerListFilterTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests$MyTestConfig.class +org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests.class +org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTest.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests.class +org/springframework/cloud/consul/discovery/TtlSchedulerTest.class +org/springframework/cloud/consul/discovery/TestPropsConfig.class +org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests$EnvironmentKnobbler.class +org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests.class +org/springframework/cloud/consul/discovery/ConsulServerListTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleRegistrationDisabledTests.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests$LocalServiceTestConfig.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryPropertiesTests.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests$MyTestConfig.class +org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedAgentAddressTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests.class +org/springframework/cloud/consul/discovery/TestConfig.class +org/springframework/cloud/consul/discovery/ConsulLifecycleDefaultPortTests.class +org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests$MyTestConfig.class +org/springframework/cloud/consul/discovery/HeartbeatPropertiesTests.class +org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedServiceNameTests.class +org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTestConfig.class +org/springframework/cloud/consul/discovery/TtlSchedulerTestConfig.class diff --git a/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst b/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst new file mode 100644 index 00000000..2bbbcd17 --- /dev/null +++ b/spring-cloud-consul-discovery/target/maven-status/maven-compiler-plugin/testCompile/default-testCompile/inputFiles.lst @@ -0,0 +1,21 @@ +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedAgentAddressTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedPropsTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTest.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedServiceNameTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/HealthServiceServerListFilterTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryPropertiesTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulServerListTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/TtlSchedulerTest.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleRegistrationDisabledTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfigurationTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/HeartbeatPropertiesTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-discovery/src/test/java/org/springframework/cloud/consul/discovery/ConsulLifecycleDefaultPortTests.java diff --git a/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT-javadoc.jar b/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT-javadoc.jar new file mode 100644 index 00000000..d339f886 Binary files /dev/null and b/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT-javadoc.jar differ diff --git a/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..5ebad1c8 Binary files /dev/null and b/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..988b41ee Binary files /dev/null and b/spring-cloud-consul-discovery/target/spring-cloud-consul-discovery-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests$MyTestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests$MyTestConfig.class new file mode 100644 index 00000000..1d87525d Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests$MyTestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests.class new file mode 100644 index 00000000..7c647a57 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientAclTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests$MyTestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests$MyTestConfig.class new file mode 100644 index 00000000..ed892d02 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests$MyTestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests.class new file mode 100644 index 00000000..2cfa7f15 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientCustomizedTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests$LocalServiceTestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests$LocalServiceTestConfig.class new file mode 100644 index 00000000..baacd80f Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests$LocalServiceTestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests.class new file mode 100644 index 00000000..65f6ebac Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientLocalServiceInstanceTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests$MyTestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests$MyTestConfig.class new file mode 100644 index 00000000..0c127937 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests$MyTestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests.class new file mode 100644 index 00000000..dc18e792 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryClientTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryPropertiesTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryPropertiesTests.class new file mode 100644 index 00000000..01dd73f2 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulDiscoveryPropertiesTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedAgentAddressTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedAgentAddressTests.class new file mode 100644 index 00000000..14ea1a9d Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedAgentAddressTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests$TestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests$TestConfig.class new file mode 100644 index 00000000..cac32621 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests$TestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests.class new file mode 100644 index 00000000..b78312af Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedManagementServicePortTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedPropsTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedPropsTests.class new file mode 100644 index 00000000..b0fc9507 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedPropsTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedServiceNameTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedServiceNameTests.class new file mode 100644 index 00000000..31719cd8 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedServiceNameTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests$CustomConsulLifecycle.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests$CustomConsulLifecycle.class new file mode 100644 index 00000000..a39a5e1b Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests$CustomConsulLifecycle.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests$MyTestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests$MyTestConfig.class new file mode 100644 index 00000000..fe4c9d1f Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests$MyTestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests.class new file mode 100644 index 00000000..87dea2cd Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleCustomizedTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleDefaultPortTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleDefaultPortTests.class new file mode 100644 index 00000000..c3e1abec Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleDefaultPortTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests$TestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests$TestConfig.class new file mode 100644 index 00000000..bd2b3e23 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests$TestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests.class new file mode 100644 index 00000000..eed874a6 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleManagementServiceTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleRegistrationDisabledTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleRegistrationDisabledTests.class new file mode 100644 index 00000000..8001a048 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleRegistrationDisabledTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleTests.class new file mode 100644 index 00000000..1d8ddd89 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulLifecycleTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulServerListTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulServerListTests.class new file mode 100644 index 00000000..45d28934 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/ConsulServerListTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/HealthServiceServerListFilterTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/HealthServiceServerListFilterTests.class new file mode 100644 index 00000000..e442c5f0 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/HealthServiceServerListFilterTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/HeartbeatPropertiesTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/HeartbeatPropertiesTests.class new file mode 100644 index 00000000..f79e9ae7 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/HeartbeatPropertiesTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TestConfig.class new file mode 100644 index 00000000..25d6ecdf Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TestPropsConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TestPropsConfig.class new file mode 100644 index 00000000..89bad5a2 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TestPropsConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTest.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTest.class new file mode 100644 index 00000000..397693ed Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTest.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTestConfig.class new file mode 100644 index 00000000..c0050676 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerRemoveTestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerTest.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerTest.class new file mode 100644 index 00000000..5aaaa52a Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerTest.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerTestConfig.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerTestConfig.class new file mode 100644 index 00000000..3236aa35 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/TtlSchedulerTestConfig.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfigurationTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfigurationTests.class new file mode 100644 index 00000000..5e48f3e7 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/ConsulConfigServerAutoConfigurationTests.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests$EnvironmentKnobbler.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests$EnvironmentKnobbler.class new file mode 100644 index 00000000..ab6f3ee6 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests$EnvironmentKnobbler.class differ diff --git a/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests.class b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests.class new file mode 100644 index 00000000..8b407194 Binary files /dev/null and b/spring-cloud-consul-discovery/target/test-classes/org/springframework/cloud/consul/discovery/configclient/DiscoveryClientConfigServiceAutoConfigurationTests.class differ diff --git a/spring-cloud-consul-sample/target/apidocs/allclasses-frame.html b/spring-cloud-consul-sample/target/apidocs/allclasses-frame.html new file mode 100644 index 00000000..3fe6faa7 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/allclasses-frame.html @@ -0,0 +1,22 @@ + + + + + + +All Classes (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/spring-cloud-consul-sample/target/apidocs/allclasses-noframe.html b/spring-cloud-consul-sample/target/apidocs/allclasses-noframe.html new file mode 100644 index 00000000..8b73dbf7 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/allclasses-noframe.html @@ -0,0 +1,22 @@ + + + + + + +All Classes (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + +

All Classes

+ + + diff --git a/spring-cloud-consul-sample/target/apidocs/constant-values.html b/spring-cloud-consul-sample/target/apidocs/constant-values.html new file mode 100644 index 00000000..df893b01 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/constant-values.html @@ -0,0 +1,124 @@ + + + + + + +Constant Field Values (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

Constant Field Values

+

Contents

+
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/deprecated-list.html b/spring-cloud-consul-sample/target/apidocs/deprecated-list.html new file mode 100644 index 00000000..b314f0c9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/deprecated-list.html @@ -0,0 +1,124 @@ + + + + + + +Deprecated List (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
+

Deprecated API

+

Contents

+
+ +
+ + + + + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/help-doc.html b/spring-cloud-consul-sample/target/apidocs/help-doc.html new file mode 100644 index 00000000..60a3669e --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/help-doc.html @@ -0,0 +1,225 @@ + + + + + + +API Help (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

How This API Document Is Organized

+
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.
+
+
+
    +
  • +

    Package

    +

    Each package has a page that contains a list of its classes and interfaces, with a summary for each. This page can contain six categories:

    +
      +
    • Interfaces (italic)
    • +
    • Classes
    • +
    • Enums
    • +
    • Exceptions
    • +
    • Errors
    • +
    • Annotation Types
    • +
    +
  • +
  • +

    Class/Interface

    +

    Each class, interface, nested class and nested interface has its own separate page. Each of these pages has three sections consisting of a class/interface description, summary tables, and detailed member descriptions:

    +
      +
    • Class inheritance diagram
    • +
    • Direct Subclasses
    • +
    • All Known Subinterfaces
    • +
    • All Known Implementing Classes
    • +
    • Class/interface declaration
    • +
    • Class/interface description
    • +
    +
      +
    • Nested Class Summary
    • +
    • Field Summary
    • +
    • Constructor Summary
    • +
    • Method Summary
    • +
    +
      +
    • Field Detail
    • +
    • Constructor Detail
    • +
    • Method Detail
    • +
    +

    Each summary entry contains the first sentence from the detailed description for that item. The summary entries are alphabetical, while the detailed descriptions are in the order they appear in the source code. This preserves the logical groupings established by the programmer.

    +
  • +
  • +

    Annotation Type

    +

    Each annotation type has its own separate page with the following sections:

    +
      +
    • Annotation Type declaration
    • +
    • Annotation Type description
    • +
    • Required Element Summary
    • +
    • Optional Element Summary
    • +
    • Element Detail
    • +
    +
  • +
  • +

    Enum

    +

    Each enum has its own separate page with the following sections:

    +
      +
    • Enum declaration
    • +
    • Enum description
    • +
    • Enum Constant Summary
    • +
    • Enum Constant Detail
    • +
    +
  • +
  • +

    Use

    +

    Each documented package, class and interface has its own Use page. This page describes what packages, classes, methods, constructors and fields use any part of the given class or package. Given a class or interface A, its Use page includes subclasses of A, fields declared as A, methods that return A, and methods and constructors with parameters of type A. You can access this page by first going to the package, class or interface, then clicking on the "Use" link in the navigation bar.

    +
  • +
  • +

    Tree (Class Hierarchy)

    +

    There is a Class Hierarchy page for all packages, plus a hierarchy for each package. Each hierarchy page contains a list of classes and a list of interfaces. The classes are organized by inheritance structure starting with java.lang.Object. The interfaces do not inherit from java.lang.Object.

    +
      +
    • When viewing the Overview page, clicking on "Tree" displays the hierarchy for all packages.
    • +
    • When viewing a particular package, class or interface page, clicking "Tree" displays the hierarchy for only that package.
    • +
    +
  • +
  • +

    Deprecated API

    +

    The Deprecated API page lists all of the API that have been deprecated. A deprecated API is not recommended for use, generally due to improvements, and a replacement API is usually given. Deprecated APIs may be removed in future implementations.

    +
  • +
  • +

    Index

    +

    The Index contains an alphabetic list of all classes, interfaces, constructors, methods, and fields.

    +
  • +
  • +

    Prev/Next

    +

    These links take you to the next or previous class, interface, package, or related page.

    +
  • +
  • +

    Frames/No Frames

    +

    These links show and hide the HTML frames. All pages are available with or without frames.

    +
  • +
  • +

    All Classes

    +

    The All Classes link shows all classes and interfaces except non-static nested types.

    +
  • +
  • +

    Serialized Form

    +

    Each serializable or externalizable class has a description of its serialization fields and methods. This information is of interest to re-implementors, not to developers using the API. While there is no link in the navigation bar, you can get to this information by going to any serialized class and clicking "Serialized Form" in the "See also" section of the class description.

    +
  • +
  • +

    Constant Field Values

    +

    The Constant Field Values page lists the static final fields and their values.

    +
  • +
+This help file applies to API documentation generated using the standard doclet.
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/index-all.html b/spring-cloud-consul-sample/target/apidocs/index-all.html new file mode 100644 index 00000000..8aa623c9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/index-all.html @@ -0,0 +1,217 @@ + + + + + + +Index (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + +
+ + + + + + + +
+ + +
C E F I L M O P R S  + + +

C

+
+
choose() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
choose() - Method in interface org.springframework.cloud.consul.sample.SampleConsulApplication.SampleClient
+
 
+
+ + + +

E

+
+
env(String) - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
+ + + +

F

+
+
feign() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
+ + + +

I

+
+
instances() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
+ + + +

L

+
+
lb() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
+ + + +

M

+
+
main(String[]) - Static method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
me() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
+ + + +

O

+
+
org.springframework.cloud.consul.sample - package org.springframework.cloud.consul.sample
+
 
+
+ + + +

P

+
+
prop() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
+ + + +

R

+
+
rest() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
restTemplate() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
+ + + +

S

+
+
SampleConsulApplication - Class in org.springframework.cloud.consul.sample
+
 
+
SampleConsulApplication() - Constructor for class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
SampleConsulApplication.SampleClient - Interface in org.springframework.cloud.consul.sample
+
 
+
sampleProperties() - Method in class org.springframework.cloud.consul.sample.SampleConsulApplication
+
 
+
SampleProperties - Class in org.springframework.cloud.consul.sample
+
 
+
SampleProperties() - Constructor for class org.springframework.cloud.consul.sample.SampleProperties
+
 
+
+C E F I L M O P R S 
+ +
+ + + + + + + +
+ + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/index.html b/spring-cloud-consul-sample/target/apidocs/index.html new file mode 100644 index 00000000..4da7fe44 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/index.html @@ -0,0 +1,72 @@ + + + + + + +Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API + + + + + + +<noscript> +<div>JavaScript is disabled on your browser.</div> +</noscript> +<h2>Frame Alert</h2> +<p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to <a href="org/springframework/cloud/consul/sample/package-summary.html">Non-frame version</a>.</p> + + + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.SampleClient.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.SampleClient.html new file mode 100644 index 00000000..af3e0a32 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.SampleClient.html @@ -0,0 +1,228 @@ + + + + + + +SampleConsulApplication.SampleClient (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + + +
+
org.springframework.cloud.consul.sample
+

Interface SampleConsulApplication.SampleClient

+
+
+
+
    +
  • +
    +
    Enclosing class:
    +
    SampleConsulApplication
    +
    +
    +
    +
    @FeignClient(value="testConsulApp")
    +public static interface SampleConsulApplication.SampleClient
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        choose

        +
        @RequestMapping(value="/choose",
        +                method=GET)
        +String choose()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.html new file mode 100644 index 00000000..de36d70a --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleConsulApplication.html @@ -0,0 +1,442 @@ + + + + + + +SampleConsulApplication (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + + +
+
org.springframework.cloud.consul.sample
+

Class SampleConsulApplication

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.springframework.cloud.consul.sample.SampleConsulApplication
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @Configuration
    + @EnableAutoConfiguration
    + @EnableDiscoveryClient
    + @RestController
    + @EnableConfigurationProperties
    + @EnableFeignClients
    +public class SampleConsulApplication
    +extends Object
    +
    +
    Author:
    +
    Spencer Gibb
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SampleConsulApplication

        +
        public SampleConsulApplication()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        me

        +
        @RequestMapping(value="/me")
        +public org.springframework.cloud.client.ServiceInstance me()
        +
      • +
      + + + +
        +
      • +

        lb

        +
        @RequestMapping(value="/")
        +public org.springframework.cloud.client.ServiceInstance lb()
        +
      • +
      + + + +
        +
      • +

        rest

        +
        @RequestMapping(value="/rest")
        +public String rest()
        +
      • +
      + + + +
        +
      • +

        choose

        +
        @RequestMapping(value="/choose")
        +public String choose()
        +
      • +
      + + + +
        +
      • +

        env

        +
        @RequestMapping(value="/myenv")
        +public String env(@RequestParam(value="prop")
        +                                                  String prop)
        +
      • +
      + + + +
        +
      • +

        prop

        +
        @RequestMapping(value="/prop")
        +public String prop()
        +
      • +
      + + + +
        +
      • +

        instances

        +
        @RequestMapping(value="/instances")
        +public List<org.springframework.cloud.client.ServiceInstance> instances()
        +
      • +
      + + + +
        +
      • +

        feign

        +
        @RequestMapping(value="/feign")
        +public String feign()
        +
      • +
      + + + + + + + +
        +
      • +

        restTemplate

        +
        @Bean
        + @LoadBalanced
        +public org.springframework.web.client.RestTemplate restTemplate()
        +
      • +
      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleProperties.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleProperties.html new file mode 100644 index 00000000..f29cdff3 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/SampleProperties.html @@ -0,0 +1,242 @@ + + + + + + +SampleProperties (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + + +
+
org.springframework.cloud.consul.sample
+

Class SampleProperties

+
+
+
    +
  • java.lang.Object
  • +
  • +
      +
    • org.springframework.cloud.consul.sample.SampleProperties
    • +
    +
  • +
+
+
    +
  • +
    +
    +
    @ConfigurationProperties(value="sample")
    +public class SampleProperties
    +extends Object
    +
    +
    Author:
    +
    Spencer Gibb
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        SampleProperties

        +
        public SampleProperties()
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.SampleClient.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.SampleClient.html new file mode 100644 index 00000000..acb62bb0 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.SampleClient.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Interface org.springframework.cloud.consul.sample.SampleConsulApplication.SampleClient (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Interface
org.springframework.cloud.consul.sample.SampleConsulApplication.SampleClient

+
+
No usage of org.springframework.cloud.consul.sample.SampleConsulApplication.SampleClient
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.html new file mode 100644 index 00000000..77745478 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleConsulApplication.html @@ -0,0 +1,124 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.sample.SampleConsulApplication (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.springframework.cloud.consul.sample.SampleConsulApplication

+
+
No usage of org.springframework.cloud.consul.sample.SampleConsulApplication
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleProperties.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleProperties.html new file mode 100644 index 00000000..0e424f25 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/class-use/SampleProperties.html @@ -0,0 +1,149 @@ + + + + + + +Uses of Class org.springframework.cloud.consul.sample.SampleProperties (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Class
org.springframework.cloud.consul.sample.SampleProperties

+
+
+ +
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-frame.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-frame.html new file mode 100644 index 00000000..8dd4ca00 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-frame.html @@ -0,0 +1,26 @@ + + + + + + +org.springframework.cloud.consul.sample (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + +

org.springframework.cloud.consul.sample

+ + + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-summary.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-summary.html new file mode 100644 index 00000000..5c85e3d6 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-summary.html @@ -0,0 +1,161 @@ + + + + + + +org.springframework.cloud.consul.sample (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

Package org.springframework.cloud.consul.sample

+
+
+ +
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-tree.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-tree.html new file mode 100644 index 00000000..2af6bac9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-tree.html @@ -0,0 +1,138 @@ + + + + + + +org.springframework.cloud.consul.sample Class Hierarchy (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For Package org.springframework.cloud.consul.sample

+
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-use.html b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-use.html new file mode 100644 index 00000000..109a4d64 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/org/springframework/cloud/consul/sample/package-use.html @@ -0,0 +1,142 @@ + + + + + + +Uses of Package org.springframework.cloud.consul.sample (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

Uses of Package
org.springframework.cloud.consul.sample

+
+
+ +
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/overview-tree.html b/spring-cloud-consul-sample/target/apidocs/overview-tree.html new file mode 100644 index 00000000..15df2df9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/overview-tree.html @@ -0,0 +1,142 @@ + + + + + + +Class Hierarchy (Spring Cloud Consul Sample 1.1.0.BUILD-SNAPSHOT API) + + + + + + + + + + + +
+

Hierarchy For All Packages

+Package Hierarchies: + +
+
+

Class Hierarchy

+ +

Interface Hierarchy

+ +
+ + + + +

Copyright © 2016 Pivotal Software, Inc.. All rights reserved.

+ + diff --git a/spring-cloud-consul-sample/target/apidocs/package-list b/spring-cloud-consul-sample/target/apidocs/package-list new file mode 100644 index 00000000..14a797b9 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/package-list @@ -0,0 +1 @@ +org.springframework.cloud.consul.sample diff --git a/spring-cloud-consul-sample/target/apidocs/script.js b/spring-cloud-consul-sample/target/apidocs/script.js new file mode 100644 index 00000000..b3463569 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/script.js @@ -0,0 +1,30 @@ +function show(type) +{ + count = 0; + for (var key in methods) { + var row = document.getElementById(key); + if ((methods[key] & type) != 0) { + row.style.display = ''; + row.className = (count++ % 2) ? rowColor : altColor; + } + else + row.style.display = 'none'; + } + updateTabs(type); +} + +function updateTabs(type) +{ + for (var value in tabs) { + var sNode = document.getElementById(tabs[value][0]); + var spanNode = sNode.firstChild; + if (value == type) { + sNode.className = activeTableTab; + spanNode.innerHTML = tabs[value][1]; + } + else { + sNode.className = tableTab; + spanNode.innerHTML = "" + tabs[value][1] + ""; + } + } +} diff --git a/spring-cloud-consul-sample/target/apidocs/stylesheet.css b/spring-cloud-consul-sample/target/apidocs/stylesheet.css new file mode 100644 index 00000000..98055b22 --- /dev/null +++ b/spring-cloud-consul-sample/target/apidocs/stylesheet.css @@ -0,0 +1,574 @@ +/* Javadoc style sheet */ +/* +Overall document style +*/ + +@import url('resources/fonts/dejavu.css'); + +body { + background-color:#ffffff; + color:#353833; + font-family:'DejaVu Sans', Arial, Helvetica, sans-serif; + font-size:14px; + margin:0; +} +a:link, a:visited { + text-decoration:none; + color:#4A6782; +} +a:hover, a:focus { + text-decoration:none; + color:#bb7a2a; +} +a:active { + text-decoration:none; + color:#4A6782; +} +a[name] { + color:#353833; +} +a[name]:hover { + text-decoration:none; + color:#353833; +} +pre { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; +} +h1 { + font-size:20px; +} +h2 { + font-size:18px; +} +h3 { + font-size:16px; + font-style:italic; +} +h4 { + font-size:13px; +} +h5 { + font-size:12px; +} +h6 { + font-size:11px; +} +ul { + list-style-type:disc; +} +code, tt { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; + margin-top:8px; + line-height:1.4em; +} +dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + padding-top:4px; +} +table tr td dt code { + font-family:'DejaVu Sans Mono', monospace; + font-size:14px; + vertical-align:top; + padding-top:4px; +} +sup { + font-size:8px; +} +/* +Document title and Copyright styles +*/ +.clear { + clear:both; + height:0px; + overflow:hidden; +} +.aboutLanguage { + float:right; + padding:0px 21px; + font-size:11px; + z-index:200; + margin-top:-9px; +} +.legalCopy { + margin-left:.5em; +} +.bar a, .bar a:link, .bar a:visited, .bar a:active { + color:#FFFFFF; + text-decoration:none; +} +.bar a:hover, .bar a:focus { + color:#bb7a2a; +} +.tab { + background-color:#0066FF; + color:#ffffff; + padding:8px; + width:5em; + font-weight:bold; +} +/* +Navigation bar styles +*/ +.bar { + background-color:#4D7A97; + color:#FFFFFF; + padding:.8em .5em .4em .8em; + height:auto;/*height:1.8em;*/ + font-size:11px; + margin:0; +} +.topNav { + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.bottomNav { + margin-top:10px; + background-color:#4D7A97; + color:#FFFFFF; + float:left; + padding:0; + width:100%; + clear:right; + height:2.8em; + padding-top:10px; + overflow:hidden; + font-size:12px; +} +.subNav { + background-color:#dee3e9; + float:left; + width:100%; + overflow:hidden; + font-size:12px; +} +.subNav div { + clear:left; + float:left; + padding:0 0 5px 6px; + text-transform:uppercase; +} +ul.navList, ul.subNavList { + float:left; + margin:0 25px 0 0; + padding:0; +} +ul.navList li{ + list-style:none; + float:left; + padding: 5px 6px; + text-transform:uppercase; +} +ul.subNavList li{ + list-style:none; + float:left; +} +.topNav a:link, .topNav a:active, .topNav a:visited, .bottomNav a:link, .bottomNav a:active, .bottomNav a:visited { + color:#FFFFFF; + text-decoration:none; + text-transform:uppercase; +} +.topNav a:hover, .bottomNav a:hover { + text-decoration:none; + color:#bb7a2a; + text-transform:uppercase; +} +.navBarCell1Rev { + background-color:#F8981D; + color:#253441; + margin: auto 5px; +} +.skipNav { + position:absolute; + top:auto; + left:-9999px; + overflow:hidden; +} +/* +Page header and footer styles +*/ +.header, .footer { + clear:both; + margin:0 20px; + padding:5px 0 0 0; +} +.indexHeader { + margin:10px; + position:relative; +} +.indexHeader span{ + margin-right:15px; +} +.indexHeader h1 { + font-size:13px; +} +.title { + color:#2c4557; + margin:10px 0; +} +.subTitle { + margin:5px 0 0 0; +} +.header ul { + margin:0 0 15px 0; + padding:0; +} +.footer ul { + margin:20px 0 5px 0; +} +.header ul li, .footer ul li { + list-style:none; + font-size:13px; +} +/* +Heading styles +*/ +div.details ul.blockList ul.blockList ul.blockList li.blockList h4, div.details ul.blockList ul.blockList ul.blockListLast li.blockList h4 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList ul.blockList li.blockList h3 { + background-color:#dee3e9; + border:1px solid #d0d9e0; + margin:0 0 6px -8px; + padding:7px 5px; +} +ul.blockList ul.blockList li.blockList h3 { + padding:0; + margin:15px 0; +} +ul.blockList li.blockList h2 { + padding:0px 0 20px 0; +} +/* +Page layout container styles +*/ +.contentContainer, .sourceContainer, .classUseContainer, .serializedFormContainer, .constantValuesContainer { + clear:both; + padding:10px 20px; + position:relative; +} +.indexContainer { + margin:10px; + position:relative; + font-size:12px; +} +.indexContainer h2 { + font-size:13px; + padding:0 0 3px 0; +} +.indexContainer ul { + margin:0; + padding:0; +} +.indexContainer ul li { + list-style:none; + padding-top:2px; +} +.contentContainer .description dl dt, .contentContainer .details dl dt, .serializedFormContainer dl dt { + font-size:12px; + font-weight:bold; + margin:10px 0 0 0; + color:#4E4E4E; +} +.contentContainer .description dl dd, .contentContainer .details dl dd, .serializedFormContainer dl dd { + margin:5px 0 10px 0px; + font-size:14px; + font-family:'DejaVu Sans Mono',monospace; +} +.serializedFormContainer dl.nameValue dt { + margin-left:1px; + font-size:1.1em; + display:inline; + font-weight:bold; +} +.serializedFormContainer dl.nameValue dd { + margin:0 0 0 1px; + font-size:1.1em; + display:inline; +} +/* +List styles +*/ +ul.horizontal li { + display:inline; + font-size:0.9em; +} +ul.inheritance { + margin:0; + padding:0; +} +ul.inheritance li { + display:inline; + list-style:none; +} +ul.inheritance li ul.inheritance { + margin-left:15px; + padding-left:15px; + padding-top:1px; +} +ul.blockList, ul.blockListLast { + margin:10px 0 10px 0; + padding:0; +} +ul.blockList li.blockList, ul.blockListLast li.blockList { + list-style:none; + margin-bottom:15px; + line-height:1.4; +} +ul.blockList ul.blockList li.blockList, ul.blockList ul.blockListLast li.blockList { + padding:0px 20px 5px 10px; + border:1px solid #ededed; + background-color:#f8f8f8; +} +ul.blockList ul.blockList ul.blockList li.blockList, ul.blockList ul.blockList ul.blockListLast li.blockList { + padding:0 0 5px 8px; + background-color:#ffffff; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockList { + margin-left:0; + padding-left:0; + padding-bottom:15px; + border:none; +} +ul.blockList ul.blockList ul.blockList ul.blockList li.blockListLast { + list-style:none; + border-bottom:none; + padding-bottom:0; +} +table tr td dl, table tr td dl dt, table tr td dl dd { + margin-top:0; + margin-bottom:1px; +} +/* +Table styles +*/ +.overviewSummary, .memberSummary, .typeSummary, .useSummary, .constantsSummary, .deprecatedSummary { + width:100%; + border-left:1px solid #EEE; + border-right:1px solid #EEE; + border-bottom:1px solid #EEE; +} +.overviewSummary, .memberSummary { + padding:0px; +} +.overviewSummary caption, .memberSummary caption, .typeSummary caption, +.useSummary caption, .constantsSummary caption, .deprecatedSummary caption { + position:relative; + text-align:left; + background-repeat:no-repeat; + color:#253441; + font-weight:bold; + clear:none; + overflow:hidden; + padding:0px; + padding-top:10px; + padding-left:1px; + margin:0px; + white-space:pre; +} +.overviewSummary caption a:link, .memberSummary caption a:link, .typeSummary caption a:link, +.useSummary caption a:link, .constantsSummary caption a:link, .deprecatedSummary caption a:link, +.overviewSummary caption a:hover, .memberSummary caption a:hover, .typeSummary caption a:hover, +.useSummary caption a:hover, .constantsSummary caption a:hover, .deprecatedSummary caption a:hover, +.overviewSummary caption a:active, .memberSummary caption a:active, .typeSummary caption a:active, +.useSummary caption a:active, .constantsSummary caption a:active, .deprecatedSummary caption a:active, +.overviewSummary caption a:visited, .memberSummary caption a:visited, .typeSummary caption a:visited, +.useSummary caption a:visited, .constantsSummary caption a:visited, .deprecatedSummary caption a:visited { + color:#FFFFFF; +} +.overviewSummary caption span, .memberSummary caption span, .typeSummary caption span, +.useSummary caption span, .constantsSummary caption span, .deprecatedSummary caption span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + padding-bottom:7px; + display:inline-block; + float:left; + background-color:#F8981D; + border: none; + height:16px; +} +.memberSummary caption span.activeTableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#F8981D; + height:16px; +} +.memberSummary caption span.tableTab span { + white-space:nowrap; + padding-top:5px; + padding-left:12px; + padding-right:12px; + margin-right:3px; + display:inline-block; + float:left; + background-color:#4D7A97; + height:16px; +} +.memberSummary caption span.tableTab, .memberSummary caption span.activeTableTab { + padding-top:0px; + padding-left:0px; + padding-right:0px; + background-image:none; + float:none; + display:inline; +} +.overviewSummary .tabEnd, .memberSummary .tabEnd, .typeSummary .tabEnd, +.useSummary .tabEnd, .constantsSummary .tabEnd, .deprecatedSummary .tabEnd { + display:none; + width:5px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .activeTableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + float:left; + background-color:#F8981D; +} +.memberSummary .tableTab .tabEnd { + display:none; + width:5px; + margin-right:3px; + position:relative; + background-color:#4D7A97; + float:left; + +} +.overviewSummary td, .memberSummary td, .typeSummary td, +.useSummary td, .constantsSummary td, .deprecatedSummary td { + text-align:left; + padding:0px 0px 12px 10px; +} +th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, +td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ + vertical-align:top; + padding-right:0px; + padding-top:8px; + padding-bottom:3px; +} +th.colFirst, th.colLast, th.colOne, .constantsSummary th { + background:#dee3e9; + text-align:left; + padding:8px 3px 3px 7px; +} +td.colFirst, th.colFirst { + white-space:nowrap; + font-size:13px; +} +td.colLast, th.colLast { + font-size:13px; +} +td.colOne, th.colOne { + font-size:13px; +} +.overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, +.overviewSummary td.colOne, .overviewSummary th.colOne, +.memberSummary td.colFirst, .memberSummary th.colFirst, +.memberSummary td.colOne, .memberSummary th.colOne, +.typeSummary td.colFirst{ + width:25%; + vertical-align:top; +} +td.colOne a:link, td.colOne a:active, td.colOne a:visited, td.colOne a:hover, td.colFirst a:link, td.colFirst a:active, td.colFirst a:visited, td.colFirst a:hover, td.colLast a:link, td.colLast a:active, td.colLast a:visited, td.colLast a:hover, .constantValuesContainer td a:link, .constantValuesContainer td a:active, .constantValuesContainer td a:visited, .constantValuesContainer td a:hover { + font-weight:bold; +} +.tableSubHeadingColor { + background-color:#EEEEFF; +} +.altColor { + background-color:#FFFFFF; +} +.rowColor { + background-color:#EEEEEF; +} +/* +Content styles +*/ +.description pre { + margin-top:0; +} +.deprecatedContent { + margin:0; + padding:10px 0; +} +.docSummary { + padding:0; +} + +ul.blockList ul.blockList ul.blockList li.blockList h3 { + font-style:normal; +} + +div.block { + font-size:14px; + font-family:'DejaVu Serif', Georgia, "Times New Roman", Times, serif; +} + +td.colLast div { + padding-top:0px; +} + + +td.colLast a { + padding-bottom:3px; +} +/* +Formatting effect styles +*/ +.sourceLineNo { + color:green; + padding:0 30px 0 0; +} +h1.hidden { + visibility:hidden; + overflow:hidden; + font-size:10px; +} +.block { + display:block; + margin:3px 10px 2px 0px; + color:#474747; +} +.deprecatedLabel, .descfrmTypeLabel, .memberNameLabel, .memberNameLink, +.overrideSpecifyLabel, .packageHierarchyLabel, .paramLabel, .returnLabel, +.seeLabel, .simpleTagLabel, .throwsLabel, .typeNameLabel, .typeNameLink { + font-weight:bold; +} +.deprecationComment, .emphasizedPhrase, .interfaceName { + font-style:italic; +} + +div.block div.block span.deprecationComment, div.block div.block span.emphasizedPhrase, +div.block div.block span.interfaceName { + font-style:normal; +} + +div.contentContainer ul.blockList li.blockList h2{ + padding-bottom:0px; +} diff --git a/spring-cloud-consul-sample/target/classes/META-INF/spring-configuration-metadata.json b/spring-cloud-consul-sample/target/classes/META-INF/spring-configuration-metadata.json new file mode 100644 index 00000000..0c763c61 --- /dev/null +++ b/spring-cloud-consul-sample/target/classes/META-INF/spring-configuration-metadata.json @@ -0,0 +1,14 @@ +{ + "groups": [{ + "name": "sample", + "type": "org.springframework.cloud.consul.sample.SampleProperties", + "sourceType": "org.springframework.cloud.consul.sample.SampleProperties" + }], + "properties": [{ + "name": "sample.prop", + "type": "java.lang.String", + "sourceType": "org.springframework.cloud.consul.sample.SampleProperties", + "defaultValue": "default value" + }], + "hints": [] +} \ No newline at end of file diff --git a/spring-cloud-consul-sample/target/classes/application.yml b/spring-cloud-consul-sample/target/classes/application.yml new file mode 100644 index 00000000..366a8af7 --- /dev/null +++ b/spring-cloud-consul-sample/target/classes/application.yml @@ -0,0 +1,17 @@ +server: + port: 8080 + +ribbon: + ServerListRefreshInterval: 1000 + +endpoints: + health: + sensitive: false + restart: + enabled: true + shutdown: + enabled: true + +logging: + level: + org.springframework.cloud.consul: DEBUG \ No newline at end of file diff --git a/spring-cloud-consul-sample/target/classes/bootstrap.yml b/spring-cloud-consul-sample/target/classes/bootstrap.yml new file mode 100644 index 00000000..b6e88eb5 --- /dev/null +++ b/spring-cloud-consul-sample/target/classes/bootstrap.yml @@ -0,0 +1,3 @@ +spring: + application: + name: testConsulApp diff --git a/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication$SampleClient.class b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication$SampleClient.class new file mode 100644 index 00000000..c227871d Binary files /dev/null and b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication$SampleClient.class differ diff --git a/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication.class b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication.class new file mode 100644 index 00000000..c15e1448 Binary files /dev/null and b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleConsulApplication.class differ diff --git a/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleProperties.class b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleProperties.class new file mode 100644 index 00000000..809b90da Binary files /dev/null and b/spring-cloud-consul-sample/target/classes/org/springframework/cloud/consul/sample/SampleProperties.class differ diff --git a/spring-cloud-consul-sample/target/invoker/maven-javadoc-plugin1030682425.txt b/spring-cloud-consul-sample/target/invoker/maven-javadoc-plugin1030682425.txt new file mode 100644 index 00000000..687e6cb2 --- /dev/null +++ b/spring-cloud-consul-sample/target/invoker/maven-javadoc-plugin1030682425.txt @@ -0,0 +1,34 @@ +Invoking Maven for the goals: [org.apache.maven.plugins:maven-javadoc-plugin:2.10.4:javadoc] with no properties + +M2_HOME=/home/jenkins/.m2/wrapper/dists/apache-maven-3.3.9-bin/2609u9g41na2l7ogackmif6fj2/apache-maven-3.3.9 +MAVEN_OPTS=null +JAVA_HOME=/opt/jenkins/data/tools/hudson.model.JDK/jdk8/jdk1.8.0_91/jre/.. +JAVA_OPTS=null + +[INFO] Scanning for projects... +[WARNING] +[WARNING] Some problems were encountered while building the effective model for org.springframework.cloud:spring-cloud-starter-consul-all:jar:1.1.0.BUILD-SNAPSHOT +[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-source-plugin is missing. @ org.springframework.cloud:spring-cloud-build:1.2.1.BUILD-SNAPSHOT, /opt/jenkins/.m2/repository/org/springframework/cloud/spring-cloud-build/1.2.1.BUILD-SNAPSHOT/spring-cloud-build-1.2.1.BUILD-SNAPSHOT.pom, line 147, column 12 +[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-javadoc-plugin is missing. @ org.springframework.cloud:spring-cloud-build:1.2.1.BUILD-SNAPSHOT, /opt/jenkins/.m2/repository/org/springframework/cloud/spring-cloud-build/1.2.1.BUILD-SNAPSHOT/spring-cloud-build-1.2.1.BUILD-SNAPSHOT.pom, line 132, column 12 +[WARNING] +[WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. +[WARNING] +[WARNING] For this reason, future Maven versions might no longer support building such malformed projects. +[WARNING] +[INFO] +[INFO] ------------------------------------------------------------------------ +[INFO] Building Spring Cloud Starter Consul All 1.1.0.BUILD-SNAPSHOT +[INFO] ------------------------------------------------------------------------ +[INFO] +[INFO] >>> maven-javadoc-plugin:2.10.4:javadoc (default-cli) > generate-sources @ spring-cloud-starter-consul-all >>> +[INFO] +[INFO] <<< maven-javadoc-plugin:2.10.4:javadoc (default-cli) < generate-sources @ spring-cloud-starter-consul-all <<< +[INFO] +[INFO] --- maven-javadoc-plugin:2.10.4:javadoc (default-cli) @ spring-cloud-starter-consul-all --- +[INFO] ------------------------------------------------------------------------ +[INFO] BUILD SUCCESS +[INFO] ------------------------------------------------------------------------ +[INFO] Total time: 1.649 s +[INFO] Finished at: 2016-09-22T13:40:50+00:00 +[INFO] Final Memory: 30M/355M +[INFO] ------------------------------------------------------------------------ diff --git a/spring-cloud-consul-sample/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-consul-sample/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-consul-sample/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-consul-sample/target/javadoc-bundle-options/package-list b/spring-cloud-consul-sample/target/javadoc-bundle-options/package-list new file mode 100644 index 00000000..b52fe94b --- /dev/null +++ b/spring-cloud-consul-sample/target/javadoc-bundle-options/package-list @@ -0,0 +1,209 @@ +java.applet +java.awt +java.awt.color +java.awt.datatransfer +java.awt.dnd +java.awt.event +java.awt.font +java.awt.geom +java.awt.im +java.awt.im.spi +java.awt.image +java.awt.image.renderable +java.awt.print +java.beans +java.beans.beancontext +java.io +java.lang +java.lang.annotation +java.lang.instrument +java.lang.invoke +java.lang.management +java.lang.ref +java.lang.reflect +java.math +java.net +java.nio +java.nio.channels +java.nio.channels.spi +java.nio.charset +java.nio.charset.spi +java.nio.file +java.nio.file.attribute +java.nio.file.spi +java.rmi +java.rmi.activation +java.rmi.dgc +java.rmi.registry +java.rmi.server +java.security +java.security.acl +java.security.cert +java.security.interfaces +java.security.spec +java.sql +java.text +java.text.spi +java.util +java.util.concurrent +java.util.concurrent.atomic +java.util.concurrent.locks +java.util.jar +java.util.logging +java.util.prefs +java.util.regex +java.util.spi +java.util.zip +javax.accessibility +javax.activation +javax.activity +javax.annotation +javax.annotation.processing +javax.crypto +javax.crypto.interfaces +javax.crypto.spec +javax.imageio +javax.imageio.event +javax.imageio.metadata +javax.imageio.plugins.bmp +javax.imageio.plugins.jpeg +javax.imageio.spi +javax.imageio.stream +javax.jws +javax.jws.soap +javax.lang.model +javax.lang.model.element +javax.lang.model.type +javax.lang.model.util +javax.management +javax.management.loading +javax.management.modelmbean +javax.management.monitor +javax.management.openmbean +javax.management.relation +javax.management.remote +javax.management.remote.rmi +javax.management.timer +javax.naming +javax.naming.directory +javax.naming.event +javax.naming.ldap +javax.naming.spi +javax.net +javax.net.ssl +javax.print +javax.print.attribute +javax.print.attribute.standard +javax.print.event +javax.rmi +javax.rmi.CORBA +javax.rmi.ssl +javax.script +javax.security.auth +javax.security.auth.callback +javax.security.auth.kerberos +javax.security.auth.login +javax.security.auth.spi +javax.security.auth.x500 +javax.security.cert +javax.security.sasl +javax.sound.midi +javax.sound.midi.spi +javax.sound.sampled +javax.sound.sampled.spi +javax.sql +javax.sql.rowset +javax.sql.rowset.serial +javax.sql.rowset.spi +javax.swing +javax.swing.border +javax.swing.colorchooser +javax.swing.event +javax.swing.filechooser +javax.swing.plaf +javax.swing.plaf.basic +javax.swing.plaf.metal +javax.swing.plaf.multi +javax.swing.plaf.nimbus +javax.swing.plaf.synth +javax.swing.table +javax.swing.text +javax.swing.text.html +javax.swing.text.html.parser +javax.swing.text.rtf +javax.swing.tree +javax.swing.undo +javax.tools +javax.transaction +javax.transaction.xa +javax.xml +javax.xml.bind +javax.xml.bind.annotation +javax.xml.bind.annotation.adapters +javax.xml.bind.attachment +javax.xml.bind.helpers +javax.xml.bind.util +javax.xml.crypto +javax.xml.crypto.dom +javax.xml.crypto.dsig +javax.xml.crypto.dsig.dom +javax.xml.crypto.dsig.keyinfo +javax.xml.crypto.dsig.spec +javax.xml.datatype +javax.xml.namespace +javax.xml.parsers +javax.xml.soap +javax.xml.stream +javax.xml.stream.events +javax.xml.stream.util +javax.xml.transform +javax.xml.transform.dom +javax.xml.transform.sax +javax.xml.transform.stax +javax.xml.transform.stream +javax.xml.validation +javax.xml.ws +javax.xml.ws.handler +javax.xml.ws.handler.soap +javax.xml.ws.http +javax.xml.ws.soap +javax.xml.ws.spi +javax.xml.ws.spi.http +javax.xml.ws.wsaddressing +javax.xml.xpath +org.ietf.jgss +org.omg.CORBA +org.omg.CORBA.DynAnyPackage +org.omg.CORBA.ORBPackage +org.omg.CORBA.TypeCodePackage +org.omg.CORBA.portable +org.omg.CORBA_2_3 +org.omg.CORBA_2_3.portable +org.omg.CosNaming +org.omg.CosNaming.NamingContextExtPackage +org.omg.CosNaming.NamingContextPackage +org.omg.Dynamic +org.omg.DynamicAny +org.omg.DynamicAny.DynAnyFactoryPackage +org.omg.DynamicAny.DynAnyPackage +org.omg.IOP +org.omg.IOP.CodecFactoryPackage +org.omg.IOP.CodecPackage +org.omg.Messaging +org.omg.PortableInterceptor +org.omg.PortableInterceptor.ORBInitInfoPackage +org.omg.PortableServer +org.omg.PortableServer.CurrentPackage +org.omg.PortableServer.POAManagerPackage +org.omg.PortableServer.POAPackage +org.omg.PortableServer.ServantLocatorPackage +org.omg.PortableServer.portable +org.omg.SendingContext +org.omg.stub.java.rmi +org.w3c.dom +org.w3c.dom.bootstrap +org.w3c.dom.events +org.w3c.dom.ls +org.xml.sax +org.xml.sax.ext +org.xml.sax.helpers diff --git a/spring-cloud-consul-sample/target/maven-archiver/pom.properties b/spring-cloud-consul-sample/target/maven-archiver/pom.properties new file mode 100644 index 00000000..65834af9 --- /dev/null +++ b/spring-cloud-consul-sample/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:47 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-consul-sample diff --git a/spring-cloud-consul-sample/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst b/spring-cloud-consul-sample/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst new file mode 100644 index 00000000..b5617cf3 --- /dev/null +++ b/spring-cloud-consul-sample/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst @@ -0,0 +1,4 @@ +org/springframework/cloud/consul/sample/SampleConsulApplication.class +META-INF/spring-configuration-metadata.json +org/springframework/cloud/consul/sample/SampleConsulApplication$SampleClient.class +org/springframework/cloud/consul/sample/SampleProperties.class diff --git a/spring-cloud-consul-sample/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst b/spring-cloud-consul-sample/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst new file mode 100644 index 00000000..7c46558a --- /dev/null +++ b/spring-cloud-consul-sample/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst @@ -0,0 +1,2 @@ +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-sample/src/main/java/org/springframework/cloud/consul/sample/SampleProperties.java +/opt/jenkins/data/workspace/spring-cloud-consul-master-ci/spring-cloud-consul-sample/src/main/java/org/springframework/cloud/consul/sample/SampleConsulApplication.java diff --git a/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT-javadoc.jar b/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT-javadoc.jar new file mode 100644 index 00000000..b9a82324 Binary files /dev/null and b/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT-javadoc.jar differ diff --git a/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..b9290d8d Binary files /dev/null and b/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..36479905 Binary files /dev/null and b/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT.jar.original b/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT.jar.original new file mode 100644 index 00000000..5ad4a169 Binary files /dev/null and b/spring-cloud-consul-sample/target/spring-cloud-consul-sample-1.1.0.BUILD-SNAPSHOT.jar.original differ diff --git a/spring-cloud-starter-consul-all/target/classes/META-INF/spring.provides b/spring-cloud-starter-consul-all/target/classes/META-INF/spring.provides new file mode 100644 index 00000000..18c222fc --- /dev/null +++ b/spring-cloud-starter-consul-all/target/classes/META-INF/spring.provides @@ -0,0 +1 @@ +provides: spring-cloud-consul-bus, spring-cloud-consul-config, spring-cloud-consul-discovery, spring-cloud-consul-ui \ No newline at end of file diff --git a/spring-cloud-starter-consul-all/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-starter-consul-all/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-starter-consul-all/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-starter-consul-all/target/maven-archiver/pom.properties b/spring-cloud-starter-consul-all/target/maven-archiver/pom.properties new file mode 100644 index 00000000..fc587198 --- /dev/null +++ b/spring-cloud-starter-consul-all/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:45 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-starter-consul-all diff --git a/spring-cloud-starter-consul-all/target/spring-cloud-starter-consul-all-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-starter-consul-all/target/spring-cloud-starter-consul-all-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..8302f1bf Binary files /dev/null and b/spring-cloud-starter-consul-all/target/spring-cloud-starter-consul-all-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-starter-consul-all/target/spring-cloud-starter-consul-all-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-starter-consul-all/target/spring-cloud-starter-consul-all-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..c43a344a Binary files /dev/null and b/spring-cloud-starter-consul-all/target/spring-cloud-starter-consul-all-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-starter-consul-bus/target/classes/META-INF/spring.provides b/spring-cloud-starter-consul-bus/target/classes/META-INF/spring.provides new file mode 100644 index 00000000..7e37bc1f --- /dev/null +++ b/spring-cloud-starter-consul-bus/target/classes/META-INF/spring.provides @@ -0,0 +1 @@ +provides: spring-cloud-consul-bus \ No newline at end of file diff --git a/spring-cloud-starter-consul-bus/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-starter-consul-bus/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-starter-consul-bus/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-starter-consul-bus/target/maven-archiver/pom.properties b/spring-cloud-starter-consul-bus/target/maven-archiver/pom.properties new file mode 100644 index 00000000..d2dc086a --- /dev/null +++ b/spring-cloud-starter-consul-bus/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:40 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-starter-consul-bus diff --git a/spring-cloud-starter-consul-bus/target/spring-cloud-starter-consul-bus-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-starter-consul-bus/target/spring-cloud-starter-consul-bus-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..61b1bbab Binary files /dev/null and b/spring-cloud-starter-consul-bus/target/spring-cloud-starter-consul-bus-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-starter-consul-bus/target/spring-cloud-starter-consul-bus-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-starter-consul-bus/target/spring-cloud-starter-consul-bus-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..ab2dd643 Binary files /dev/null and b/spring-cloud-starter-consul-bus/target/spring-cloud-starter-consul-bus-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-starter-consul-config/target/classes/META-INF/spring.provides b/spring-cloud-starter-consul-config/target/classes/META-INF/spring.provides new file mode 100644 index 00000000..76b15afb --- /dev/null +++ b/spring-cloud-starter-consul-config/target/classes/META-INF/spring.provides @@ -0,0 +1 @@ +provides: spring-cloud-consul-config \ No newline at end of file diff --git a/spring-cloud-starter-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-starter-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-starter-consul-config/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-starter-consul-config/target/maven-archiver/pom.properties b/spring-cloud-starter-consul-config/target/maven-archiver/pom.properties new file mode 100644 index 00000000..86b46161 --- /dev/null +++ b/spring-cloud-starter-consul-config/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:41 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-starter-consul-config diff --git a/spring-cloud-starter-consul-config/target/spring-cloud-starter-consul-config-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-starter-consul-config/target/spring-cloud-starter-consul-config-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..37535f12 Binary files /dev/null and b/spring-cloud-starter-consul-config/target/spring-cloud-starter-consul-config-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-starter-consul-config/target/spring-cloud-starter-consul-config-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-starter-consul-config/target/spring-cloud-starter-consul-config-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..8f54a19f Binary files /dev/null and b/spring-cloud-starter-consul-config/target/spring-cloud-starter-consul-config-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-starter-consul-discovery/target/classes/META-INF/spring.provides b/spring-cloud-starter-consul-discovery/target/classes/META-INF/spring.provides new file mode 100644 index 00000000..85fed12c --- /dev/null +++ b/spring-cloud-starter-consul-discovery/target/classes/META-INF/spring.provides @@ -0,0 +1 @@ +provides: spring-cloud-consul-discovery \ No newline at end of file diff --git a/spring-cloud-starter-consul-discovery/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-starter-consul-discovery/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-starter-consul-discovery/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-starter-consul-discovery/target/maven-archiver/pom.properties b/spring-cloud-starter-consul-discovery/target/maven-archiver/pom.properties new file mode 100644 index 00000000..ef4e4d28 --- /dev/null +++ b/spring-cloud-starter-consul-discovery/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:43 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-starter-consul-discovery diff --git a/spring-cloud-starter-consul-discovery/target/spring-cloud-starter-consul-discovery-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-starter-consul-discovery/target/spring-cloud-starter-consul-discovery-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..a7e7f5bc Binary files /dev/null and b/spring-cloud-starter-consul-discovery/target/spring-cloud-starter-consul-discovery-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-starter-consul-discovery/target/spring-cloud-starter-consul-discovery-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-starter-consul-discovery/target/spring-cloud-starter-consul-discovery-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..f2ed05e6 Binary files /dev/null and b/spring-cloud-starter-consul-discovery/target/spring-cloud-starter-consul-discovery-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/spring-cloud-starter-consul/target/classes/META-INF/spring.provides b/spring-cloud-starter-consul/target/classes/META-INF/spring.provides new file mode 100644 index 00000000..174eee93 --- /dev/null +++ b/spring-cloud-starter-consul/target/classes/META-INF/spring.provides @@ -0,0 +1 @@ +provides: spring-cloud-consul-core, consul-api \ No newline at end of file diff --git a/spring-cloud-starter-consul/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml b/spring-cloud-starter-consul/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml new file mode 100644 index 00000000..8b89c977 --- /dev/null +++ b/spring-cloud-starter-consul/target/javadoc-bundle-options/javadoc-options-javadoc-resources.xml @@ -0,0 +1,10 @@ + + + + + + + + + src/main/javadoc + diff --git a/spring-cloud-starter-consul/target/maven-archiver/pom.properties b/spring-cloud-starter-consul/target/maven-archiver/pom.properties new file mode 100644 index 00000000..9f6dcf42 --- /dev/null +++ b/spring-cloud-starter-consul/target/maven-archiver/pom.properties @@ -0,0 +1,5 @@ +#Generated by Maven +#Thu Sep 22 13:40:39 UTC 2016 +version=1.1.0.BUILD-SNAPSHOT +groupId=org.springframework.cloud +artifactId=spring-cloud-starter-consul diff --git a/spring-cloud-starter-consul/target/spring-cloud-starter-consul-1.1.0.BUILD-SNAPSHOT-sources.jar b/spring-cloud-starter-consul/target/spring-cloud-starter-consul-1.1.0.BUILD-SNAPSHOT-sources.jar new file mode 100644 index 00000000..ab2a48a5 Binary files /dev/null and b/spring-cloud-starter-consul/target/spring-cloud-starter-consul-1.1.0.BUILD-SNAPSHOT-sources.jar differ diff --git a/spring-cloud-starter-consul/target/spring-cloud-starter-consul-1.1.0.BUILD-SNAPSHOT.jar b/spring-cloud-starter-consul/target/spring-cloud-starter-consul-1.1.0.BUILD-SNAPSHOT.jar new file mode 100644 index 00000000..5695dfd3 Binary files /dev/null and b/spring-cloud-starter-consul/target/spring-cloud-starter-consul-1.1.0.BUILD-SNAPSHOT.jar differ diff --git a/target/ghpages.sh b/target/ghpages.sh new file mode 100755 index 00000000..9b83f744 --- /dev/null +++ b/target/ghpages.sh @@ -0,0 +1,356 @@ +#!/bin/bash -x + +# Usage: (cd ; ghpages.sh -v -b -c) + +set -e + +# Set default props like MAVEN_PATH, ROOT_FOLDER etc. +function set_default_props() { + # The script should be executed from the root folder + ROOT_FOLDER=`pwd` + echo "Current folder is ${ROOT_FOLDER}" + + if [[ ! -e "${ROOT_FOLDER}/.git" ]]; then + echo "You're not in the root folder of the project!" + exit 1 + fi + + # Prop that will let commit the changes + COMMIT_CHANGES="no" + MAVEN_PATH=${MAVEN_PATH:-} + if [ -e "${ROOT_FOLDER}/mvnw" ]; then + MAVEN_EXEC="$ROOT_FOLDER/mvnw" + else + MAVEN_EXEC="${MAVEN_PATH}mvn" + fi + echo "Path to Maven is [${MAVEN_EXEC}]" + if [ -z $REPO_NAME ]; then + REPO_NAME=$(git remote -v | grep origin | head -1 | sed -e 's!.*/!!' -e 's/\.git.*//') + fi + echo "Repo name is [${REPO_NAME}]" + SPRING_CLOUD_STATIC_REPO=${SPRING_CLOUD_STATIC_REPO:-git@github.com:spring-cloud/spring-cloud-static.git} + echo "Spring Cloud Static repo is [${SPRING_CLOUD_STATIC_REPO}" +} + +# Check if gh-pages exists and docs have been built +function check_if_anything_to_sync() { + git remote set-url --push origin `git config remote.origin.url | sed -e 's/^git:/https:/'` + + if ! (git remote set-branches --add origin gh-pages && git fetch -q) && [[ "${RELEASE_TRAIN}" != "yes" ]] ; then + echo "No gh-pages, so not syncing" + exit 0 + fi + + if ! [ -d docs/target/generated-docs ] && ! [ "${BUILD}" == "yes" ]; then + echo "No gh-pages sources in docs/target/generated-docs, so not syncing" + exit 0 + fi +} + +function retrieve_current_branch() { + # Code getting the name of the current branch. For master we want to publish as we did until now + # http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch + # If there is a branch already passed will reuse it - otherwise will try to find it + CURRENT_BRANCH=${BRANCH} + if [[ -z "${CURRENT_BRANCH}" ]] ; then + CURRENT_BRANCH=$(git symbolic-ref -q HEAD) + CURRENT_BRANCH=${CURRENT_BRANCH##refs/heads/} + CURRENT_BRANCH=${CURRENT_BRANCH:-HEAD} + fi + echo "Current branch is [${CURRENT_BRANCH}]" + git checkout ${CURRENT_BRANCH} || echo "Failed to check the branch... continuing with the script" +} + +# Switches to the provided value of the release version. We always prefix it with `v` +function switch_to_tag() { + if [[ "${RELEASE_TRAIN}" != "yes" ]] ; then + git checkout v${VERSION} + fi +} + +# Build the docs if switch is on +function build_docs_if_applicable() { + if [[ "${BUILD}" == "yes" ]] ; then + ./mvnw clean install -P docs -pl docs -DskipTests + fi +} + +# Get the name of the `docs.main` property +# Get whitelisted branches - assumes that a `docs` module is available under `docs` profile +function retrieve_doc_properties() { + MAIN_ADOC_VALUE=$("${MAVEN_EXEC}" -q \ + -Dexec.executable="echo" \ + -Dexec.args='${docs.main}' \ + org.codehaus.mojo:exec-maven-plugin:1.3.1:exec \ + -P docs \ + -pl docs) + echo "Extracted 'main.adoc' from Maven build [${MAIN_ADOC_VALUE}]" + + + WHITELIST_PROPERTY=${WHITELIST_PROPERTY:-"docs.whitelisted.branches"} + WHITELISTED_BRANCHES_VALUE=$("${MAVEN_EXEC}" -q \ + -Dexec.executable="echo" \ + -Dexec.args="\${${WHITELIST_PROPERTY}}" \ + org.codehaus.mojo:exec-maven-plugin:1.3.1:exec \ + -P docs \ + -pl docs) + echo "Extracted '${WHITELIST_PROPERTY}' from Maven build [${WHITELISTED_BRANCHES_VALUE}]" +} + +# Stash any outstanding changes +function stash_changes() { + git diff-index --quiet HEAD && dirty=$? || (echo "Failed to check if the current repo is dirty. Assuming that it is." && dirty="1") + if [ "$dirty" != "0" ]; then git stash; fi +} + +# Switch to gh-pages branch to sync it with current branch +function add_docs_from_target() { + local DESTINATION_REPO_FOLDER + if [[ -z "${DESTINATION}" && -z "${CLONE}" ]] ; then + DESTINATION_REPO_FOLDER=${ROOT_FOLDER} + elif [[ "${CLONE}" == "yes" ]]; then + mkdir -p ${ROOT_FOLDER}/target + local clonedStatic=${ROOT_FOLDER}/target/spring-cloud-static + if [[ ! -e "${clonedStatic}/.git" ]]; then + echo "Cloning Spring Cloud Static to target" + git clone ${SPRING_CLOUD_STATIC_REPO} ${clonedStatic} && cd ${clonedStatic} && git checkout gh-pages + else + echo "Spring Cloud Static already cloned - will pull changes" + cd ${clonedStatic} && git checkout gh-pages && git pull origin gh-pages + fi + if [[ -z "${RELEASE_TRAIN}" ]] ; then + DESTINATION_REPO_FOLDER=${clonedStatic}/${REPO_NAME} + else + DESTINATION_REPO_FOLDER=${clonedStatic} + fi + mkdir -p ${DESTINATION_REPO_FOLDER} + else + if [[ ! -e "${DESTINATION}/.git" ]]; then + echo "[${DESTINATION}] is not a git repository" + exit 1 + fi + if [[ -z "${RELEASE_TRAIN}" ]] ; then + DESTINATION_REPO_FOLDER=${DESTINATION}/${REPO_NAME} + else + DESTINATION_REPO_FOLDER=${DESTINATION} + fi + mkdir -p ${DESTINATION_REPO_FOLDER} + echo "Destination was provided [${DESTINATION}]" + fi + cd ${DESTINATION_REPO_FOLDER} + git checkout gh-pages + git pull origin gh-pages + + # Add git branches + ################################################################### + if [[ -z "${VERSION}" && -z "${RELEASE_TRAIN}" ]] ; then + copy_docs_for_current_version + else + copy_docs_for_provided_version + fi + commit_changes_if_applicable +} + + +# Copies the docs by using the retrieved properties from Maven build +function copy_docs_for_current_version() { + if [[ "${CURRENT_BRANCH}" == "master" ]] ; then + echo -e "Current branch is master - will copy the current docs only to the root folder" + for f in docs/target/generated-docs/*; do + file=${f#docs/target/generated-docs/*} + if ! git ls-files -i -o --exclude-standard --directory | grep -q ^$file$; then + # Not ignored... + cp -rf $f ${ROOT_FOLDER}/ + fi + done + git add -A ${ROOT_FOLDER} + COMMIT_CHANGES="yes" + else + echo -e "Current branch is [${CURRENT_BRANCH}]" + # http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin + if [[ ",${WHITELISTED_BRANCHES_VALUE}," = *",${CURRENT_BRANCH},"* ]] ; then + mkdir -p ${ROOT_FOLDER}/${CURRENT_BRANCH} + echo -e "Branch [${CURRENT_BRANCH}] is whitelisted! Will copy the current docs to the [${CURRENT_BRANCH}] folder" + for f in docs/target/generated-docs/*; do + file=${f#docs/target/generated-docs/*} + if ! git ls-files -i -o --exclude-standard --directory | grep -q ^$file$; then + # Not ignored... + # We want users to access 1.0.0.RELEASE/ instead of 1.0.0.RELEASE/spring-cloud.sleuth.html + if [[ "${file}" == "${MAIN_ADOC_VALUE}.html" ]] ; then + # We don't want to copy the spring-cloud-sleuth.html + # we want it to be converted to index.html + cp -rf $f ${ROOT_FOLDER}/${CURRENT_BRANCH}/index.html + git add -A ${ROOT_FOLDER}/${CURRENT_BRANCH}/index.html + else + cp -rf $f ${ROOT_FOLDER}/${CURRENT_BRANCH} + git add -A ${ROOT_FOLDER}/${CURRENT_BRANCH}/$file + fi + fi + done + COMMIT_CHANGES="yes" + else + echo -e "Branch [${CURRENT_BRANCH}] is not on the white list! Check out the Maven [${WHITELIST_PROPERTY}] property in + [docs] module available under [docs] profile. Won't commit any changes to gh-pages for this branch." + fi + fi +} + +# Copies the docs by using the explicitly provided version +function copy_docs_for_provided_version() { + local FOLDER=${DESTINATION_REPO_FOLDER}/${VERSION} + mkdir -p ${FOLDER} + echo -e "Current tag is [v${VERSION}] Will copy the current docs to the [${FOLDER}] folder" + for f in ${ROOT_FOLDER}/docs/target/generated-docs/*; do + file=${f#${ROOT_FOLDER}/docs/target/generated-docs/*} + copy_docs_for_branch ${file} ${FOLDER} + done + COMMIT_CHANGES="yes" + CURRENT_BRANCH="v${VERSION}" +} + +# Copies the docs from target to the provided destination +# Params: +# $1 - file from target +# $2 - destination to which copy the files +function copy_docs_for_branch() { + local file=$1 + local destination=$2 + if ! git ls-files -i -o --exclude-standard --directory | grep -q ^${file}$; then + # Not ignored... + # We want users to access 1.0.0.RELEASE/ instead of 1.0.0.RELEASE/spring-cloud.sleuth.html + if [[ ("${file}" == "${MAIN_ADOC_VALUE}.html") || ("${file}" == "${REPO_NAME}.html") ]] ; then + # We don't want to copy the spring-cloud-sleuth.html + # we want it to be converted to index.html + cp -rf $f ${destination}/index.html + else + cp -rf $f ${destination} + fi + git add -A ${destination} + fi +} + +function commit_changes_if_applicable() { + if [[ "${COMMIT_CHANGES}" == "yes" ]] ; then + COMMIT_SUCCESSFUL="no" + git commit -a -m "Sync docs from ${CURRENT_BRANCH} to gh-pages" && COMMIT_SUCCESSFUL="yes" || echo "Failed to commit changes" + + # Uncomment the following push if you want to auto push to + # the gh-pages branch whenever you commit to master locally. + # This is a little extreme. Use with care! + ################################################################### + if [[ "${COMMIT_SUCCESSFUL}" == "yes" ]] ; then + git push origin gh-pages + fi + fi +} + +# Switch back to the previous branch and exit block +function checkout_previous_branch() { + # If -version was provided we need to come back to root project + cd ${ROOT_FOLDER} + git checkout ${CURRENT_BRANCH} || echo "Failed to check the branch... continuing with the script" + if [ "$dirty" != "0" ]; then git stash pop; fi + exit 0 +} + +# Assert if properties have been properly passed +function assert_properties() { +echo "VERSION [${VERSION}], RELEASE_TRAIN [${RELEASE_TRAIN}], DESTINATION [${DESTINATION}], CLONE [${CLONE}]" +if [[ "${VERSION}" != "" && (-z "${DESTINATION}" && -z "${CLONE}") ]] ; then echo "Version was set but destination / clone was not!"; exit 1;fi +if [[ ("${DESTINATION}" != "" && "${CLONE}" != "") && -z "${VERSION}" ]] ; then echo "Destination / clone was set but version was not!"; exit 1;fi +if [[ "${DESTINATION}" != "" && "${CLONE}" == "yes" ]] ; then echo "Destination and clone was set. Pick one!"; exit 1;fi +if [[ "${RELEASE_TRAIN}" != "" && -z "${VERSION}" ]] ; then echo "Release train was set but no version was passed!"; exit 1;fi +} + +# Prints the usage +function print_usage() { +cat </` +- if the destination switch is passed (-d) then the script will check if the provided dir is a git repo and then will + switch to gh-pages of that repo and copy the generated docs to `docs//` +- if the release train switch is passed (-r) then the script will check if the provided dir is a git repo and then will + switch to gh-pages of that repo and copy the generated docs to `docs/` + +USAGE: + +You can use the following options: + +-v|--version - the script will apply the whole procedure for a particular library version +-r|--releasetrain - instead of nesting the docs under the project_name/version folder the docs will end up in version +-d|--destination - the root of destination folder where the docs should be copied. You have to use the full path. + E.g. point to spring-cloud-static folder. Can't be used with (-c) +-b|--build - will run the standard build process after checking out the branch +-c|--clone - will automatically clone the spring-cloud-static repo instead of providing the destination. + Obviously can't be used with (-d) + +EOF +} + + +# ========================================== +# ____ ____ _____ _____ _____ _______ +# / ____|/ ____| __ \|_ _| __ \__ __| +# | (___ | | | |__) | | | | |__) | | | +# \___ \| | | _ / | | | ___/ | | +# ____) | |____| | \ \ _| |_| | | | +# |_____/ \_____|_| \_\_____|_| |_| +# +# ========================================== + +while [[ $# > 0 ]] +do +key="$1" +case ${key} in + -v|--version) + VERSION="$2" + shift # past argument + ;; + -r|--releasetrain) + RELEASE_TRAIN="yes" + ;; + -d|--destination) + DESTINATION="$2" + shift # past argument + ;; + -b|--build) + BUILD="yes" + ;; + -c|--clone) + CLONE="yes" + ;; + -h|--help) + print_usage + exit 0 + ;; + *) + echo "Invalid option: [$1]" + print_usage + exit 1 + ;; +esac +shift # past argument or value +done + +assert_properties +set_default_props +check_if_anything_to_sync +if [[ -z "${VERSION}" ]] ; then + retrieve_current_branch +else + switch_to_tag +fi +build_docs_if_applicable +retrieve_doc_properties +stash_changes +add_docs_from_target +checkout_previous_branch