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()
ContentFolder
getFile
in interface ContentFolder
public ContentEntry getContentEntry()
ContentFolder
getContentEntry
in interface ContentFolder
ContentFolder
s ContentEntry
.public java.lang.String getUrl()
ContentFolder
getUrl
in interface ContentFolder
public boolean isSynthetic()
isSynthetic
in interface Synthetic
public void dispose()
Disposable
dispose
in interface Disposable