Uses of Class
com.google.common.jimfs.SystemFileTimeSource
-
-
Uses of SystemFileTimeSource in com.google.common.jimfs
Methods in com.google.common.jimfs that return SystemFileTimeSource Modifier and Type Method Description static SystemFileTimeSource
SystemFileTimeSource. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SystemFileTimeSource[]
SystemFileTimeSource. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-