Package org.brijframework.util.runtime
Class Touch
- java.lang.Object
-
- org.brijframework.util.runtime.Touch
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()static voidtouch(Path file)static voidtouch(Path file, long timestamp)
-
-
-
Constructor Detail
-
Touch
public Touch(Path touchPath)
-
-
Method Detail
-
touch
public static void touch(Path file) throws IOException
- Throws:
IOException
-
touch
public static void touch(Path file, long timestamp) throws IOException
- Throws:
IOException
-
-