Jython 2.7.4
org.python.core.util
RelativeFile
Top
Description
Fields
Constructors
Methods
org.python.core.util
public
Class RelativeFile
extends
File
Class Inheritance
java.lang.Object
java.io.File
org.python.core.util.RelativeFile
Imports
java.
io.
File
,
org.
python.
core.
PySystemState
A java.io.File whose initial path is resolved relative to the current SystemState's current working directory.
Author
Philip Jenvey
Field Summary
Inherited from
java.io.File
:
pathSeparator
pathSeparatorChar
separator
separatorChar
Constructor Summary
Access
Constructor and Description
public
RelativeFile
(
String
pathname
)
public
RelativeFile
(
String
parent,
String
child
)
Method Summary
Inherited from
java.io.File
:
canExecute
canRead
canWrite
compareTo
createNewFile
createTempFile
createTempFile
delete
deleteOnExit
equals
exists
getAbsoluteFile
getAbsolutePath
getCanonicalFile
getCanonicalPath
getFreeSpace
getName
getParent
getParentFile
getPath
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
toPath
toString
toURI
toURL
Constructor Detail
RelativeFile
back to summary
public
RelativeFile
(
String
pathname
)
RelativeFile
back to summary
public
RelativeFile
(
String
parent,
String
child
)