org.openide.modules
Class ManifestSection.FileSystemSection

java.lang.Object
  |
  +--org.openide.modules.ManifestSection
        |
        +--org.openide.modules.ManifestSection.FileSystemSection
Enclosing class:
ManifestSection

public static final class ManifestSection.FileSystemSection
extends ManifestSection

Module section for a File System.

See Also:
FileSystem

Inner classes inherited from class org.openide.modules.ManifestSection
ManifestSection.ActionSection, ManifestSection.ClipboardConvertorSection, ManifestSection.DebuggerSection, ManifestSection.FileSystemSection, ManifestSection.Iterator, ManifestSection.LoaderSection, ManifestSection.NodeSection, ManifestSection.OptionSection, ManifestSection.ServiceSection
 
Method Summary
 FileSystem createFileSystem()
          Create a new file system.
 HelpCtx getHelpCtx()
          Get a help context for the file system.
 String getName()
          Get the display name of the file system.
 
Methods inherited from class org.openide.modules.ManifestSection
getSectionClass
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public String getName()
Get the display name of the file system. This could be used e.g. in a context menu on the Repository. If none was specified, a default name will be created.
Returns:
the name

getHelpCtx

public HelpCtx getHelpCtx()
Get a help context for the file system. If none was specified, a default context will be created.
Returns:
the help context

createFileSystem

public FileSystem createFileSystem()
                            throws InstantiationException
Create a new file system.
Returns:
the file system
Throws:
InstantiationException - if it could not be created


Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.