public class JpsContentFolderBase extends java.lang.Object implements Disposable, ContentFolder
Disposable.Parent| Modifier and Type | Field and Description |
|---|---|
protected JpsContentEntry |
myContentEntry |
protected VirtualFilePointer |
myFilePointer |
| Constructor and Description |
|---|
JpsContentFolderBase(java.lang.String url,
JpsContentEntry contentEntry) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Usually not invoked directly, see class javadoc.
|
ContentEntry |
getContentEntry()
Returns the content entry to which this root belongs.
|
VirtualFile |
getFile()
Returns the root file or directory for this root.
|
java.lang.String |
getUrl()
Returns the URL of the root file or directory for this root.
|
boolean |
isSynthetic() |
protected final JpsContentEntry myContentEntry
protected VirtualFilePointer myFilePointer
public JpsContentFolderBase(java.lang.String url,
JpsContentEntry contentEntry)
public VirtualFile getFile()
ContentFoldergetFile in interface ContentFolderpublic ContentEntry getContentEntry()
ContentFoldergetContentEntry in interface ContentFolderContentFolders ContentEntry.public java.lang.String getUrl()
ContentFoldergetUrl in interface ContentFolderpublic boolean isSynthetic()
isSynthetic in interface Syntheticpublic void dispose()
Disposabledispose in interface Disposable