org.jclouds.util
Class Patterns

java.lang.Object
  extended by org.jclouds.util.Patterns

public class Patterns
extends Object

Author:
Adrian Cole

Field Summary
static Pattern NEWLINE_PATTERN
           
static com.google.common.cache.LoadingCache<String,Pattern> TOKEN_TO_PATTERN
           
 
Constructor Summary
Patterns()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NEWLINE_PATTERN

public static final Pattern NEWLINE_PATTERN

TOKEN_TO_PATTERN

public static final com.google.common.cache.LoadingCache<String,Pattern> TOKEN_TO_PATTERN
Constructor Detail

Patterns

public Patterns()


Copyright © 2009-2013 jclouds. All Rights Reserved.