Class SharedCodeInfo

java.lang.Object
org.praxislive.ide.code.api.SharedCodeInfo

public final class SharedCodeInfo extends Object
Provide access to the Shared Code files for a component hierarchy. Instances should be retrieved from the container lookup (eg. RootProxy).

To create a SharedCodeInfo, register a folder and classpath root with DynamicPaths.registerShared(org.praxislive.ide.project.api.PraxisProject, org.openide.filesystems.FileObject, org.openide.filesystems.FileObject) and obtain the info from DynamicPaths.SharedKey.info.

  • Method Details

    • getFolder

      public org.openide.filesystems.FileObject getFolder()
      The folder which contains all shared code files. Likely to be on a memory file system.
      Returns:
      shared code folder