net.sf.staccatocommons.io
Class IOFunctions

java.lang.Object
  extended by net.sf.staccatocommons.io.IOFunctions

Deprecated. use Files instead

@Deprecated
public class IOFunctions
extends Object

Author:
flbulgarelli

Constructor Summary
IOFunctions()
          Deprecated.  
 
Method Summary
static net.sf.staccatocommons.defs.function.Function<File,String> fileName()
          Deprecated. use Files.fileName() instead
static net.sf.staccatocommons.defs.function.Function<File,String> filePath()
          Deprecated. use Files.filePath() instead
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOFunctions

public IOFunctions()
Deprecated. 
Method Detail

fileName

@Constant
@Deprecated
public static net.sf.staccatocommons.defs.function.Function<File,String> fileName()
Deprecated. use Files.fileName() instead

Answers a function that returns the name of a file

Returns:
a Function that returns arg.getName()

filePath

@Constant
@Deprecated
public static net.sf.staccatocommons.defs.function.Function<File,String> filePath()
Deprecated. use Files.filePath() instead

Answers a function that returns the path of a file

Returns:
a Function that returns arg.getPath()


Copyright © 2010-2012 Staccatocommons. All Rights Reserved.