Class DotFileUtils
- java.lang.Object
-
- org.uberfire.java.nio.base.dotfiles.DotFileUtils
-
public final class DotFileUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanbuildDotFile(Path path, OutputStream out, FileAttribute<?>... attrs)static FileAttribute<?>[]consolidate(Map<String,Object> props, FileAttribute<?>... attrs)static Pathdot(Path path)static Pathundot(Path path)
-
-
-
Method Detail
-
buildDotFile
public static boolean buildDotFile(Path path, OutputStream out, FileAttribute<?>... attrs)
-
consolidate
public static FileAttribute<?>[] consolidate(Map<String,Object> props, FileAttribute<?>... attrs)
-
-