org.xwiki.extension
Interface LocalExtensionFile

All Superinterfaces:
ExtensionFile

public interface LocalExtensionFile
extends ExtensionFile

Extension ExtensionFile with some more informations related local extensions.

Since:
4.0M1
Version:
$Id$

Method Summary
 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()


Copyright © 2004-2012 XWiki. All Rights Reserved.