com.ibm.as400.access
Class UDFS.MountedFsInformationStructure

java.lang.Object
  extended by com.ibm.as400.access.UDFS.MountedFsInformationStructure
Enclosing class:
UDFS

public class UDFS.MountedFsInformationStructure
extends Object

Contains information about a mounted file system.


Method Summary
Modifier and Type Method and Description
 boolean isMounted()
          Returns whether the the path is mounted.
 boolean isUdfs()
          Returns whether the the path is a user-defined file system (UDFS).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isUdfs

public boolean isUdfs()
Returns whether the the path is a user-defined file system (UDFS).

Returns:
true if the object is a user-defined file system (UDFS); false otherwise.

isMounted

public boolean isMounted()
Returns whether the the path is mounted.

Returns:
true if the object is mounted; false otherwise.