com.jeffpalm.bin
Class Find.Type

java.lang.Object
  extended by com.jeffpalm.util.TypeSafeEnum
      extended by com.jeffpalm.util.TypeSafeEnum.String
          extended by com.jeffpalm.bin.Find.Type
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
Find

public static final class Find.Type
extends TypeSafeEnum.String


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.util.TypeSafeEnum
TypeSafeEnum.Boolean, TypeSafeEnum.Byte, TypeSafeEnum.Char, TypeSafeEnum.Double, TypeSafeEnum.Float, TypeSafeEnum.Int, TypeSafeEnum.Long, TypeSafeEnum.Short, TypeSafeEnum.String
 
Field Summary
static Find.Type b
          block (buffered) special
static Find.Type c
          character (unbuffered) special
static Find.Type d
          directory
static Find.Type D
          door (Solaris)
static Find.Type f
          regular file
static Find.Type l
          symbolic link
static Find.Type p
          named pipe (FIFO)
static Find.Type s
          socket
 
Method Summary
 
Methods inherited from class com.jeffpalm.util.TypeSafeEnum.String
compareTo, theValue, value
 
Methods inherited from class com.jeffpalm.util.TypeSafeEnum
instances, instances, isTypeSafeEnum, makeValidFieldName, printInstances
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

b

public static final Find.Type b
block (buffered) special


c

public static final Find.Type c
character (unbuffered) special


d

public static final Find.Type d
directory


p

public static final Find.Type p
named pipe (FIFO)


f

public static final Find.Type f
regular file


l

public static final Find.Type l
symbolic link


s

public static final Find.Type s
socket


D

public static final Find.Type D
door (Solaris)