Deprecated API


Contents
Deprecated Methods
com.pmease.quickbuild.util.Util.formatErrorMessage(String)
           
com.pmease.quickbuild.web.page.source.diff.DiffMatchPatch.patch_make(String, String, LinkedList)
          Prefer patch_make(String text1, LinkedList diffs). 
org.apache.commons.io.IOUtils.toByteArray(String)
          Use String.getBytes() 
org.apache.commons.io.IOUtils.toString(byte[])
          Use String.String(byte[]) 
org.apache.commons.io.IOUtils.toString(byte[], String)
          Use String.String(byte[],String) 
 

Deprecated Constructors
com.thoughtworks.xstream.mapper.CachingMapper(ClassMapper)
          As of 1.2, use CachingMapper.CachingMapper(Mapper) 
 



Copyright © 2005-2010 PMEase Inc. All Rights Reserved.