org.jbehave.web.runner.context
Class FileContext.ViewableFile

java.lang.Object
  extended by java.io.File
      extended by org.jbehave.web.runner.context.FileContext.ViewableFile
All Implemented Interfaces:
Serializable, Comparable<File>
Enclosing class:
FileContext

public static class FileContext.ViewableFile
extends File

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.io.File
pathSeparator, pathSeparatorChar, separator, separatorChar
 
Constructor Summary
FileContext.ViewableFile(File file)
           
 
Method Summary
 String getPath()
           
 boolean isViewable()
           
 
Methods inherited from class java.io.File
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileContext.ViewableFile

public FileContext.ViewableFile(File file)
Method Detail

getPath

public String getPath()
Overrides:
getPath in class File

isViewable

public boolean isViewable()


Copyright © 2012. All Rights Reserved.