|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.staccatocommons.io.IOFunctions
Files instead
@Deprecated public class IOFunctions
| 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 |
|---|
public IOFunctions()
| Method Detail |
|---|
@Constant @Deprecated public static net.sf.staccatocommons.defs.function.Function<File,String> fileName()
Files.fileName() instead
Function that returns arg.getName()@Constant @Deprecated public static net.sf.staccatocommons.defs.function.Function<File,String> filePath()
Files.filePath() instead
Function that returns arg.getPath()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||