Package org.praxislive.ide.code.api
Class SharedCodeInfo
java.lang.Object
org.praxislive.ide.code.api.SharedCodeInfo
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 Summary
Modifier and TypeMethodDescriptionorg.openide.filesystems.FileObjectThe folder which contains all shared code files.
-
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
-