public final class DotFileUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
buildDotFile(Path path,
OutputStream out,
FileAttribute<?>... attrs) |
static FileAttribute<?>[] |
consolidate(Map<String,Object> props,
FileAttribute<?>... attrs) |
static Path |
dot(Path path) |
static Path |
undot(Path path) |
public static boolean buildDotFile(Path path, OutputStream out, FileAttribute<?>... attrs)
public static FileAttribute<?>[] consolidate(Map<String,Object> props, FileAttribute<?>... attrs)
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.