Package org.xwiki.filemanager
Interface Document
@Unstable
public interface Document
A document in the file system.
- Since:
- 2.0M1
- Version:
- $Id$
-
Method Summary
Modifier and TypeMethodDescriptiongetName()org.xwiki.model.reference.DocumentReferencevoidSets the name.
-
Method Details
-
getReference
org.xwiki.model.reference.DocumentReference getReference()- Returns:
- the document reference
-
getName
String getName()- Returns:
- the name
-
setName
Sets the name.- Parameters:
name- the new name
-