Interface LocalExtensionFile

  • All Superinterfaces:
    ExtensionFile

    public interface LocalExtensionFile
    extends ExtensionFile
    Extension ExtensionFile with some more informations related local extensions.
    Since:
    4.0M1
    Version:
    $Id: b646cdf7a5d28ea0195bcaccf85d776a60f38a72 $
    • 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()