public class Toolbox extends Object
| Constructor and Description |
|---|
Toolbox() |
| Modifier and Type | Method and Description |
|---|---|
static String |
dateTimeNow() |
static boolean |
writeOnFile(String fullPath,
String content)
writes on a file.
|
public static boolean writeOnFile(String fullPath, String content)
fullPath - the full filepath (basepath + filename)content - content to write on fileIOExceptionpublic static String dateTimeNow()
Copyright © 2016. All Rights Reserved.