org.progeeks.meta.type
Class DirectoryType

java.lang.Object
  extended by org.progeeks.meta.ClassPropertyType
      extended by org.progeeks.meta.type.FileType
          extended by org.progeeks.meta.type.DirectoryType
All Implemented Interfaces:
java.io.Serializable, PropertyType

public class DirectoryType
extends FileType

Specialization of FileType that is preconfigured to represent directories.

Version:
$Revision: 1.2 $
Author:
Paul Speed
See Also:
Serialized Form

Constructor Summary
DirectoryType()
          Creates a file type representing file values with the specified restrictions.
 
Method Summary
 
Methods inherited from class org.progeeks.meta.type.FileType
isDirectory, isInstance, isWritable
 
Methods inherited from class org.progeeks.meta.ClassPropertyType
convertPrimitive, createRawSuperTypeIterator, equals, getBaseClass, getSuperTypes, hashCode, isAssignableFrom, toString, wrapRawSuperType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DirectoryType

public DirectoryType()
Creates a file type representing file values with the specified restrictions.



Copyright © 2002-2003 Paul Speed. All Rights Reserved.