Package org.xwiki.extension
Interface LocalExtensionFile
-
- All Superinterfaces:
ExtensionFile
public interface LocalExtensionFile extends ExtensionFile
ExtensionExtensionFile
with some more informations related local extensions.- Since:
- 4.0M1
- Version:
- $Id: b646cdf7a5d28ea0195bcaccf85d776a60f38a72 $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAbsolutePath()
Returns the absolute pathname string of this file.String
getName()
Returns the name of the file.-
Methods inherited from interface org.xwiki.extension.ExtensionFile
getLength, openStream
-
-
-
-
Method Detail
-
getName
String getName()
Returns the name of the file. This is just the last name in the pathname's name sequence.- Returns:
- the name of the file
- See Also:
File.getName()
-
getAbsolutePath
String getAbsolutePath()
Returns the absolute pathname string of this file.- Returns:
- The absolute pathname string of the file
- See Also:
File.getAbsolutePath()
-
-