Package org.uberfire.ext.metadata.io
Class KObjectUtil
- java.lang.Object
-
- org.uberfire.ext.metadata.io.KObjectUtil
-
public final class KObjectUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.uberfire.ext.metadata.model.KClustertoKCluster(org.uberfire.java.nio.file.Path fsPath)static org.uberfire.ext.metadata.model.KObjecttoKObject(org.uberfire.java.nio.file.Path path, org.uberfire.java.nio.file.attribute.FileAttribute<?>... attrs)static org.uberfire.ext.metadata.model.KObjectKeytoKObjectKey(org.uberfire.java.nio.file.Path path)static org.uberfire.ext.metadata.model.KClustertoRootKCluster(org.uberfire.java.nio.file.Path fsPath)
-
-
-
Method Detail
-
toKObjectKey
public static org.uberfire.ext.metadata.model.KObjectKey toKObjectKey(org.uberfire.java.nio.file.Path path)
-
toKObject
public static org.uberfire.ext.metadata.model.KObject toKObject(org.uberfire.java.nio.file.Path path, org.uberfire.java.nio.file.attribute.FileAttribute<?>... attrs)
-
toKCluster
public static org.uberfire.ext.metadata.model.KCluster toKCluster(org.uberfire.java.nio.file.Path fsPath)
-
toRootKCluster
public static org.uberfire.ext.metadata.model.KCluster toRootKCluster(org.uberfire.java.nio.file.Path fsPath)
-
-