JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.craftercms.core.store.impl
Interface File
All Known Implementing Classes:
FileSystemFile
public interface
File
Abstraction of a file in a content store.
Author:
Alfonso Vásquez
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getName
()
String
getPath
()
boolean
isDirectory
()
boolean
isFile
()
Method Details
getName
String
getName
()
getPath
String
getPath
()
isFile
boolean
isFile
()
isDirectory
boolean
isDirectory
()