|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.noelios.restlet.local.Entity
com.noelios.restlet.local.FileEntity
public class FileEntity
Local entity based on a regular File.
| Constructor Summary | |
|---|---|
FileEntity(File file)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
exists()
Indicates if the entity does exist. |
List<Entity> |
getChildren()
Returns the list of contained entities if the current entity is a directory, null otherwise. |
File |
getFile()
Returns the underlying regular file. |
String |
getName()
Returns the name. |
Entity |
getParent()
Returns the parent directory (if any). |
Representation |
getRepresentation(MediaType defaultMediaType,
int timeToLive)
Returns a representation of this local entity. |
boolean |
isDirectory()
Indicates if the entity is a directory. |
boolean |
isNormal()
Indicates if the entity is a normal entity, especially if it is not a directory. |
| Methods inherited from class com.noelios.restlet.local.Entity |
|---|
getBaseName, getBaseName, getExtensions, getExtensions |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileEntity(File file)
file - The underlying file.| Method Detail |
|---|
public boolean exists()
Entity
exists in class Entitypublic List<Entity> getChildren()
Entity
getChildren in class Entitypublic File getFile()
public String getName()
Entity
getName in class Entitypublic Entity getParent()
Entity
getParent in class Entity
public Representation getRepresentation(MediaType defaultMediaType,
int timeToLive)
Entity
getRepresentation in class EntitydefaultMediaType - The default media typetimeToLive - the time to live of this representation
public boolean isDirectory()
Entity
isDirectory in class Entitypublic boolean isNormal()
Entity
isNormal in class EntityFile.isFile(),
File.isDirectory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||