ddiff
Version 1.0.0

Uses of Class
com.ehsbe.ddiff.DirEntry.Type

Uses of DirEntry.Type in com.ehsbe.ddiff
 

Methods in com.ehsbe.ddiff that return DirEntry.Type
Modifier and Type Method and Description
 DirEntry.Type DirEntry.getType()
          Get the type of the entry.
 DirEntry.Type DirEntry.getType()
          Get the type of the entry.
static DirEntry.Type DirEntry.getType(java.nio.file.Path path, java.nio.file.attribute.BasicFileAttributes attributes)
          Get the type of an dir entry depending on its file attributes.
static DirEntry.Type DirEntry.getType(java.nio.file.Path path, java.nio.file.attribute.BasicFileAttributes attributes)
          Get the type of an dir entry depending on its file attributes.
static DirEntry.Type DirEntry.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DirEntry.Type DirEntry.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DirEntry.Type[] DirEntry.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
static DirEntry.Type[] DirEntry.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 


ddiff
Version 1.0.0

Created by Jens Elkner