public interface NonRecursiveFolder
org.openide.loaders.DataFolder
and NonRecursiveFolder in its lookup. In this case the getFolder() has to
return the same FileObject as the org.openide.loaders.DataFolder#getPrimaryFile method.
Any action which checks for the NonRecursiveFolder at all must prefer it to
the DataFolder since it is considered to be more specific information.| Modifier and Type | Method | Description |
|---|---|---|
org.openide.filesystems.FileObject |
getFolder() |
Get the folder file object, which represents the non-recursive folder.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.