Deprecated API


Contents
Deprecated Methods
net.sourceforge.jaulp.file.csv.CsvFileUtils.closeWriter(Writer)
          Use instead StreamUtils.closeWriter( Writer ). 
net.sourceforge.jaulp.file.FileUtils.copyFile(File, File)
          Use instead the method CopyFileUtils.copyFile(source, destination). 
net.sourceforge.jaulp.random.date.RandomDateUtils.createDateInPast(Date, int)
          Use instead DateUtils.substractDaysFromDate(date, int). 
net.sourceforge.jaulp.file.FileUtils.createDirectory(File)
          Use instead the method CreateFileUtils.createDirectory(File). 
net.sourceforge.jaulp.file.FileUtils.createFile(File)
          Use instead the method CreateFileUtils.createFile(File). 
net.sourceforge.jaulp.random.date.RandomDateUtils.createFutureDate(Date, int)
          Use instead DateUtils.addDaysToDate(date, int). 
net.sourceforge.jaulp.date.DateUtils.createRandomDate(Date)
          Use instead RandomDateUtils.createRandomDate( from ). 
net.sourceforge.jaulp.date.DateUtils.createRandomDatebetween(Date, Date)
          Use instead RandomDateUtils.createRandomDatebetween(start, end ). 
net.sourceforge.jaulp.date.DateUtils.createRandomDateBetween(Date, int, int)
          Use instead RandomDateUtils.createRandomDateBetween( from, startDays, endDays ). 
net.sourceforge.jaulp.date.DateUtils.createRandomDatebetween(long, long)
          Use instead RandomDateUtils.createRandomDatebetween( startDate, endDate, format ). 
net.sourceforge.jaulp.date.DateUtils.createRandomDatebetween(long, long, String)
          Use instead RandomDateUtils.createRandomDatebetween( startDate, endDate, format ). 
net.sourceforge.jaulp.io.StreamUtils.getPackagePath(Class)
          Use instead ResourceUtils.getPackagePath(Class). 
net.sourceforge.jaulp.date.Age.printHumanReadableAge()
          Use instead the method Age.getHumanReadableAge(). 
net.sourceforge.jaulp.file.csv.CsvFileUtils.putQuotesToString(String)
          Use instead StringUtils.putQuotesToString( String ). 
net.sourceforge.jaulp.file.csv.CsvFileUtils.removeQuotesFromString(String)
          Use instead StringUtils.removeQuotesFromString(String). 
 



Copyright © 2010. All Rights Reserved.