> + * 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.
> + */
> +package org.jclouds.examples.google.cloudstorage;
> +
> +/**
> + * Constants used by the Google Cloud Storage Examples.
> + */
> +public interface Constants {
> +   String PROVIDER = System.getProperty("provider.cs", 
> "google-cloud-storage");
> +   String ZONE = System.getProperty("zone", "europe-west1-a");
> +
> +   String NAME = "jclouds-example";

Is this (the use of constants?) a pattern we're using elsewhere too..?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/64/files#r17208819

Reply via email to