com.google.api.client.util
Class Strings

java.lang.Object
  extended by com.google.api.client.util.Strings

Deprecated. (scheduled to be removed in 1.9) See below for new usage

@Deprecated
public class Strings
extends Object

Utilities for strings.

Since:
1.0
Author:
Yaniv Inbar

Field Summary
static String LINE_SEPARATOR
          Deprecated. (scheduled to be removed in 1.9) Use StringUtils.LINE_SEPARATOR
static String VERSION
          Deprecated. (scheduled to be removed in 1.9) Use com.google.api.client.http.HttpRequest.VERSION
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION

@Deprecated
public static final String VERSION
Deprecated. (scheduled to be removed in 1.9) Use com.google.api.client.http.HttpRequest.VERSION
Current version of the Google API Client Library for Java.

Since:
1.3
See Also:
Constant Field Values

LINE_SEPARATOR

@Deprecated
public static final String LINE_SEPARATOR
Deprecated. (scheduled to be removed in 1.9) Use StringUtils.LINE_SEPARATOR
Line separator to use for this OS, i.e. "\n" or "\r\n".



Copyright © 2011-2012 Google. All Rights Reserved.