Registry / utility / org-openide-filesystems-nb

org-openide-filesystems-nb

JSON →
libraryRELEASE290javamavenunverified

NetBeans platform module providing virtual filesystem abstraction for IDE resources.

<dependency> <groupId>org.netbeans.api</groupId> <artifactId>org-openide-filesystems-nb</artifactId> <version>RELEASE290</version> </dependency>
INSTALL
IMPORT
SIG · ORG-OPENIDE-FILESY
O
org-openide-filesystems-nb
utilityjavavRELEASE290
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

FileObject
org.openide.filesystems.FileObject

Gets a FileObject for the current directory.

import org.openide.filesystems.FileObject; import org.openide.filesystems.FileUtil; import java.io.File; public class Example { public static void main(String[] args) throws Exception { FileObject root = FileUtil.toFileObject(new File(".")); System.out.println("Root: " + root.getNameExt()); } }
Debug
Known issues
gotchaAPI is specific to NetBeans platform; not usable in standalone applications.
fix
Use standard java.io.File or java.nio.file.Path for non-NetBeans projects.
affects: *
Upgrade
Version history
RELEASE290latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
org-openide-filesystems-nb — mvn dependency:get org-openide-filesystems-nb · libregistry